summaryrefslogtreecommitdiffstats
path: root/src/build_test.cc
Commit message (Expand)AuthorAgeFilesLines
* move BuildLog to DependencyScanEvan Martin2012-09-041-2/+3
* if a file is missing in the log, count it as dirtyScott Graham2012-08-151-2/+54
* use DiskInterface to create the build directoryEvan Martin2012-08-071-5/+3
* Merge pull request #313 from wolfp/restat_missing_inputEvan Martin2012-07-031-0/+54
|\
| * Add a test for missing input files in restat ruleswolfp2012-06-271-0/+54
* | Only store command hashes in the build log.Nico Weber2012-06-151-2/+4
|/
* reduce custom ninja status patch in minor waysEvan Martin2012-04-261-31/+2
* Refactor and test progress status formatting.Nicolas Despres2012-04-241-1/+36
* Remove trailing white spaces.Nicolas Despres2012-04-241-7/+7
* fix warning: "comparison between signed and unsigned integer expressions"Hiroyuki Iwatsuki2012-03-161-8/+8
* Mark a phony target with no inputs as outputs-readyPeter Collingbourne2012-03-051-0/+26
* Be more selective about deleting output files when interruptedPeter Collingbourne2012-03-011-2/+57
* Merge pull request #217 from PetrWolf/masterEvan Martin2012-02-231-1/+129
|\
| * Response filesunknown2012-02-091-1/+129
* | If a command fails, wait for all running commands to terminate before we doPeter Collingbourne2012-02-041-2/+2
* | Implement cleanup-on-interruptPeter Collingbourne2012-02-041-5/+10
|/
* windows: use _WIN32 define everywhereEvan Martin2012-01-221-2/+2
* Add a test that dry run shows all commands that could be run (noneFrances Buontempo2012-01-161-0/+36
* adjust restat behavior around missing outputsEvan Martin2012-01-051-0/+27
* adjust depfile test now that parsing is more laxEvan Martin2011-12-191-2/+3
* remove makefile parsing code, use depfile code insteadEvan Martin2011-12-071-1/+1
* make Rule::name_ privateEvan Martin2011-12-071-5/+5
* make Node::in_edge_ privateEvan Martin2011-12-071-1/+1
* make Node::dirty_ privateEvan Martin2011-12-071-20/+20
* merge FileStat into NodeEvan Martin2011-12-071-10/+10
* add and use getter for Edge::rule_Evan Martin2011-12-071-5/+5
* disable the 'unused parameter' warningEvan Martin2011-12-051-1/+1
* when an edge is dirty, mark all outputs dirtyEvan Martin2011-12-041-3/+2
* add a test case from issue 148Evan Martin2011-12-041-0/+20
* Fix compilation warning in Ninja's test suite.Nicolas Despres2011-11-211-1/+1
* Implement restat rulesPeter Collingbourne2011-10-241-1/+61
* Implement Make-style order-only dependenciesPeter Collingbourne2011-10-241-0/+47
* Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_Peter Collingbourne2011-10-181-21/+9
* Consider missing phony targets with no dependencies out of datePeter Collingbourne2011-09-141-0/+9
* Modify the build tests to use the virtual file systemPeter Collingbourne2011-09-141-6/+15
* don't mark phony edges dirty if none of their inputs are dirtyEvan Martin2011-09-091-6/+12
* fix redundant manifest rebuildEvan Martin2011-09-081-11/+13
* Add a test for the multiple outputs fixQingning Huo2011-06-141-1/+19
* remove +x bit from sourceEvan Martin2011-06-031-0/+0
* On Windows, ninja didn't create needed paths firstPhilip Craig2011-06-021-2/+11
* use 0 for NULL in test to silence gcc 4.5 warningEvan Martin2011-05-271-1/+1
* add extra check for no error in build testEvan Martin2011-05-171-0/+1
* simplify CommandRunner, simplifying users tooEvan Martin2011-05-171-7/+2
* rearrange build loop, pass new testEvan Martin2011-05-171-2/+2
* check in failing test that hits the "stuck" stateEvan Martin2011-05-171-2/+22
* refactor status printing into BuildStatusEvan Martin2011-05-141-2/+2
* SEMANTIC CHANGE: implicit inputs are now required to existEvan Martin2011-05-131-3/+7
* fix testEvan Martin2011-05-091-1/+1
* add support for ignoring failures of some subtasksEvan Martin2011-05-091-5/+45
* windows: fix more signedness warningsEvan Martin2011-05-081-17/+17