index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
build_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
wrap some overlong lines
Evan Martin
2012-12-29
1
-2/+4
*
Fix formatting
Robert Iannucci
2012-11-30
1
-6/+6
*
Revert "Dump state for debugging"
Robert Iannucci
2012-11-10
1
-4/+0
*
Dump state for debugging
Robert Iannucci
2012-11-10
1
-0/+4
*
cover the nulled pool case
Robert Iannucci
2012-11-10
1
-19/+20
*
Add some tests!
Robert Iannucci
2012-11-10
1
-3/+129
*
Fix two spelling errors
Martin Olsson
2012-10-03
1
-1/+1
*
move BuildLog to DependencyScan
Evan Martin
2012-09-04
1
-2/+3
*
if a file is missing in the log, count it as dirty
Scott Graham
2012-08-15
1
-2/+54
*
use DiskInterface to create the build directory
Evan Martin
2012-08-07
1
-5/+3
*
Merge pull request #313 from wolfp/restat_missing_input
Evan Martin
2012-07-03
1
-0/+54
|
\
|
*
Add a test for missing input files in restat rules
wolfp
2012-06-27
1
-0/+54
*
|
Only store command hashes in the build log.
Nico Weber
2012-06-15
1
-2/+4
|
/
*
reduce custom ninja status patch in minor ways
Evan Martin
2012-04-26
1
-31/+2
*
Refactor and test progress status formatting.
Nicolas Despres
2012-04-24
1
-1/+36
*
Remove trailing white spaces.
Nicolas Despres
2012-04-24
1
-7/+7
*
fix warning: "comparison between signed and unsigned integer expressions"
Hiroyuki Iwatsuki
2012-03-16
1
-8/+8
*
Mark a phony target with no inputs as outputs-ready
Peter Collingbourne
2012-03-05
1
-0/+26
*
Be more selective about deleting output files when interrupted
Peter Collingbourne
2012-03-01
1
-2/+57
*
Merge pull request #217 from PetrWolf/master
Evan Martin
2012-02-23
1
-1/+129
|
\
|
*
Response files
unknown
2012-02-09
1
-1/+129
*
|
If a command fails, wait for all running commands to terminate before we do
Peter Collingbourne
2012-02-04
1
-2/+2
*
|
Implement cleanup-on-interrupt
Peter Collingbourne
2012-02-04
1
-5/+10
|
/
*
windows: use _WIN32 define everywhere
Evan Martin
2012-01-22
1
-2/+2
*
Add a test that dry run shows all commands that could be run (none
Frances Buontempo
2012-01-16
1
-0/+36
*
adjust restat behavior around missing outputs
Evan Martin
2012-01-05
1
-0/+27
*
adjust depfile test now that parsing is more lax
Evan Martin
2011-12-19
1
-2/+3
*
remove makefile parsing code, use depfile code instead
Evan Martin
2011-12-07
1
-1/+1
*
make Rule::name_ private
Evan Martin
2011-12-07
1
-5/+5
*
make Node::in_edge_ private
Evan Martin
2011-12-07
1
-1/+1
*
make Node::dirty_ private
Evan Martin
2011-12-07
1
-20/+20
*
merge FileStat into Node
Evan Martin
2011-12-07
1
-10/+10
*
add and use getter for Edge::rule_
Evan Martin
2011-12-07
1
-5/+5
*
disable the 'unused parameter' warning
Evan Martin
2011-12-05
1
-1/+1
*
when an edge is dirty, mark all outputs dirty
Evan Martin
2011-12-04
1
-3/+2
*
add a test case from issue 148
Evan Martin
2011-12-04
1
-0/+20
*
Fix compilation warning in Ninja's test suite.
Nicolas Despres
2011-11-21
1
-1/+1
*
Implement restat rules
Peter Collingbourne
2011-10-24
1
-1/+61
*
Implement Make-style order-only dependencies
Peter Collingbourne
2011-10-24
1
-0/+47
*
Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_
Peter Collingbourne
2011-10-18
1
-21/+9
*
Consider missing phony targets with no dependencies out of date
Peter Collingbourne
2011-09-14
1
-0/+9
*
Modify the build tests to use the virtual file system
Peter Collingbourne
2011-09-14
1
-6/+15
*
don't mark phony edges dirty if none of their inputs are dirty
Evan Martin
2011-09-09
1
-6/+12
*
fix redundant manifest rebuild
Evan Martin
2011-09-08
1
-11/+13
*
Add a test for the multiple outputs fix
Qingning Huo
2011-06-14
1
-1/+19
*
remove +x bit from source
Evan Martin
2011-06-03
1
-0/+0
*
On Windows, ninja didn't create needed paths first
Philip Craig
2011-06-02
1
-2/+11
*
use 0 for NULL in test to silence gcc 4.5 warning
Evan Martin
2011-05-27
1
-1/+1
*
add extra check for no error in build test
Evan Martin
2011-05-17
1
-0/+1
*
simplify CommandRunner, simplifying users too
Evan Martin
2011-05-17
1
-7/+2
[next]