summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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-051-1/+1
* Remove warning triggered by -Wextra on MinGW.Nicolas Despres2011-11-191-0/+4
* Add -Wextra warning flag.Nicolas Despres2011-11-191-2/+2
* Fix compilation warning with getopt() on MinGW.Nicolas Despres2011-11-191-1/+1
* Add spelling suggestions for four cases:Nico Weber2011-11-161-4/+30
* Add a "commands" toolPeter Collingbourne2011-11-041-6/+38
* Make the command line interface for the clean tool consistentPeter Collingbourne2011-10-151-22/+15
* Implement generator rulesPeter Collingbourne2011-10-151-2/+21
* pass extra flags into the toolEvan Martin2011-10-141-2/+5
* make CanonicalizePath report an error on empty pathEvan Martin2011-10-061-2/+4
* add syntax to build output from a given fileEvan Martin2011-09-221-0/+23
* command line supports multiple targetsEvan Martin2011-09-221-2/+2
* make options constEvan Martin2011-09-221-6/+6
* stylistic cleanupsEvan Martin2011-09-221-19/+20
* note that target is optional in command-line helpEvan Martin2011-09-221-1/+3
* verify -k param is numericEvan Martin2011-09-091-2/+8
* minor cleanupsEvan Martin2011-09-091-2/+4
* fix redundant manifest rebuildEvan Martin2011-09-081-4/+13
* Support for rebuilding and reloading manifest filesPeter Collingbourne2011-09-031-0/+29
* Factor out State struct from ninja_jumble.cc into its header/source files.Thiago Farina2011-09-031-3/+2
* Implement default target statementsPeter Collingbourne2011-08-311-1/+1
* semantic change: allow reaching into parent directories in pathsEvan Martin2011-08-241-2/+1
* Set stdout to line-buffered.Qingning Huo2011-06-281-0/+2
* make browse work for all ninja pathsEvan Martin2011-05-131-3/+5
* expose -k flag to usersEvan Martin2011-05-091-1/+8
* Return non-zero status when errors occur.Nicolas Despres2011-05-021-2/+1
* windows: use abstractions in ninja.ccEvan Martin2011-05-021-6/+13
* use refactored function to support implicit "all" targetEvan Martin2011-05-011-12/+8
* canonicalize paths in refactored functionEvan Martin2011-05-011-2/+5
* refactor out adding "all" to graph toolEvan Martin2011-05-011-21/+31
* add doxygen-compatibile comments to most classesEvan Martin2011-04-291-0/+2
* graph: Assume all root nodes if no target given.Nicolas Despres2011-04-261-6/+20
* Add the 'clean' tool.Nicolas Despres2011-04-261-1/+37
* Add the 'rules' tool.Nicolas Despres2011-04-261-1/+18
* Add the 'targets' tool.Nicolas Despres2011-04-261-1/+103
* Add -C DIR option.Nicolas Despres2011-04-261-1/+12
* graph: Report errors if a target does not exist.Nicolas Despres2011-04-261-3/+11
* Do not always require a target when a tool is run.Nicolas Despres2011-04-261-1/+9
* Remove no longer used current working directory.Nicolas Despres2011-04-261-7/+0
* Prefix perror(3) messages with program name.Nicolas Despres2011-04-261-1/+1
* [windows] disable browse tool on Windows for nowSergey Nenakhov2011-04-231-0/+4
* [windows] use local getopt.hSergey Nenakhov2011-04-231-0/+4
* [windows] get processor count using Windows APISergey Nenakhov2011-04-231-0/+4
* canonicalize paths on the command-line as they're usedEvan Martin2011-04-221-1/+6
* Prefix error messages with program name.Nicolas Despres2011-03-211-9/+10
* move the implementation of GraphViz to source fileThiago Farina2011-03-071-2/+2
* factor browse out into its own fileEvan Martin2011-03-051-31/+3