summaryrefslogtreecommitdiffstats
path: root/src/build_test.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* add doxygen-compatibile comments to most classesEvan Martin2011-04-291-0/+1
* fix test that relied on pointer valuesEvan Martin2011-03-121-2/+7
* make bad build tests fail earlierEvan Martin2011-03-121-0/+1
* move VirtualFileSystem into test.*Evan Martin2011-03-061-36/+0
* move test support into test.*Evan Martin2011-03-061-0/+1
* add copyrightsEvan Martin2011-02-061-0/+14
* include path when printing a makefile parse errorEvan Martin2011-02-041-1/+1
* allow implicit depsEvan Martin2011-01-231-1/+1
* remove ResetDirtyEvan Martin2011-01-081-10/+4
* move towards virtual fs for build testsEvan Martin2011-01-081-34/+67
* remove bottom-up dirtyingEvan Martin2011-01-081-32/+41
* catch ourselves when we're stuckEvan Martin2011-01-081-2/+3
* verbosity tristateEvan Martin2010-12-141-1/+7
* use separate config objectEvan Martin2010-12-131-1/+3
* move src into subdirEvan Martin2010-12-051-0/+488