summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* factor out windows perror equivalentEvan Martin2011-12-203-15/+25
* fix bad mergeEvan Martin2011-12-201-3/+3
* remove weird accidental double-returnEvan Martin2011-12-201-1/+0
* Merge pull request #146 from nornagon/escape-spacesEvan Martin2011-12-203-0/+19
|\
| * Add tests for escaping spaces with '$ '.Jeremy Apthorp2011-11-281-0/+13
| * Allow '$ ' to escape spaces in identifiers.Jeremy Apthorp2011-11-212-0/+6
* | adjust depfile test now that parsing is more laxEvan Martin2011-12-191-2/+3
* | handle backslashes and isolated colons in depfile parserEvan Martin2011-12-193-37/+54
* | split out depfile parser tests into new fileEvan Martin2011-12-192-34/+50
* | print 'entering directory' when -C is usedEvan Martin2011-12-151-0/+4
* | 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