summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the bootstrap script in PythonElliott Hird2011-12-151-1/+1
* Support non-standard Python executable namesElliott Hird2011-12-141-1/+1
* Fix 'list' tool.Nicolas Despres2011-12-091-1/+1
* Use getter instead of private member.Nicolas Despres2011-12-091-1/+1
* remove makefile parsing code, use depfile code insteadEvan Martin2011-12-076-82/+46
* use re2c to parse depfilesEvan Martin2011-12-075-11/+245
* refactor EdgeEnvEvan Martin2011-12-071-23/+35
* make Rule::generator_ and restat_ privateEvan Martin2011-12-074-6/+14
* make Rule::name_ privateEvan Martin2011-12-078-21/+29
* remove unused functionEvan Martin2011-12-072-4/+1
* make Node::out_edges_ privateEvan Martin2011-12-075-14/+15
* make Node::in_edge_ privateEvan Martin2011-12-0711-43/+44
* make Node::dirty_ privateEvan Martin2011-12-076-43/+49
* more whitespaceEvan Martin2011-12-071-0/+4
* merge StatCache into StateEvan Martin2011-12-074-119/+48
* merge FileStat into NodeEvan Martin2011-12-0714-109/+119
* refactor to remove Node::ready()Evan Martin2011-12-073-5/+14
* add and use getter for Edge::rule_Evan Martin2011-12-074-10/+11
* Merge pull request #152 from pcc/clean-depfilesEvan Martin2011-12-062-0/+17
|\
| * Have the clean tool remove depfilesPeter Collingbourne2011-12-062-0/+17
* | Use the modification time of the depfile when computing restat_mtimePeter Collingbourne2011-12-061-1/+9
|/
* Factor out Edge::EvaluateDepFilePeter Collingbourne2011-12-062-3/+7
* add help output to clean toolEvan Martin2011-12-051-10/+16
* also spell-check the 'clean' tool; abort on misspellingEvan Martin2011-12-051-2/+3
* split out tool list into a separate subcommandEvan Martin2011-12-051-14/+27
* disable the 'unused parameter' warningEvan Martin2011-12-058-11/+11
* fix some minor style issues in RecomputeDirtyEvan Martin2011-12-041-11/+11
* when an edge is dirty, mark all outputs dirtyEvan Martin2011-12-042-12/+27
* refactor RecomputeOutputDirty to return true/false for dirtyEvan Martin2011-12-043-39/+38
* add a test case from issue 148Evan Martin2011-12-041-0/+20
* windows: don't buffer stdoutEvan Martin2011-12-021-0/+5
* windows: clear process launch structs before using themEvan Martin2011-12-021-0/+2
* Revert "Merge pull request #143 from cipriancraciun/patches/python2"Evan Martin2011-11-252-2/+2
* Renamed `python` to `python2`.Ciprian Dorin, Craciun2011-11-221-1/+1
* Fixed Python 2 scripts prologue (i.e. `#!/usr/bin/env python2`).Ciprian Dorin, Craciun2011-11-221-1/+1
* Fix compilation warning in Ninja's test suite.Nicolas Despres2011-11-213-5/+5
* Remove warning triggered by -Wextra on MinGW.Nicolas Despres2011-11-195-2/+11
* Add -Wextra warning flag.Nicolas Despres2011-11-195-6/+6
* Fix compilation warning with getopt() on MinGW.Nicolas Despres2011-11-191-1/+1
* Fix compilation warning with getopt_long() on MinGW.Nicolas Despres2011-11-191-2/+2
* Use more portable way to get the current process ID.Nicolas Despres2011-11-191-2/+1
* Add spelling suggestions for four cases:Nico Weber2011-11-1610-8/+87
* Add a EditDistance() function based on the one in llvm/lib/Support/StringRef....Nico Weber2011-11-134-1/+143
* Merge pull request #127 from tiresdonexits/masterEvan Martin2011-11-061-1/+1
|\
| * Added a cast to NULL to remove a warning issues by g++ 4.6.Jonathan Sternberg2011-11-051-1/+1
* | Add a "commands" toolPeter Collingbourne2011-11-041-6/+38
* | Merge pull request #125 from pcc/outputs-readyEvan Martin2011-11-0212-134/+437
|\ \
| * | Implement restat rulesPeter Collingbourne2011-10-249-22/+233
| * | Create log entries in BuildLog::RecordCommand without requiring a log filePeter Collingbourne2011-10-241-4/+2
| * | Implement Make-style order-only dependenciesPeter Collingbourne2011-10-242-16/+56