summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux: simpler way to get number of processorsEvan Martin2011-03-011-10/+3
* get the number of CPUs on FreeBSD and OS X via sysctl()Evan Martin2011-02-281-0/+14
* add copyrightsEvan Martin2011-02-061-0/+14
* create builddir on start; fixes bootstrapEvan Martin2011-02-061-1/+13
* use -f for input file, matching makeEvan Martin2011-02-051-3/+3
* use builddir for log fileEvan Martin2011-02-041-3/+6
* parallelism flag, guess based on cpuinfoEvan Martin2011-02-011-6/+38
* move tools into a flagEvan Martin2011-01-281-21/+18
* move dry run info inside build logEvan Martin2011-01-231-1/+1
* pass config into build logEvan Martin2011-01-231-2/+6
* refactor mainEvan Martin2011-01-231-59/+67
* add browser modeEvan Martin2011-01-231-1/+41
* add mode for querying dependency graphEvan Martin2011-01-191-1/+33
* don't log commands in dry-run modeEvan Martin2011-01-081-1/+1
* split out graph into its own headerEvan Martin2011-01-081-1/+2
* hide log fileEvan Martin2011-01-071-1/+1
* state holds build log, not configEvan Martin2011-01-071-4/+2
* reread previous log on startupEvan Martin2011-01-071-1/+9
* move buildlog to main driverEvan Martin2010-12-261-0/+6
* remove special builddirEvan Martin2010-12-191-1/+0
* verbosity tristateEvan Martin2010-12-141-1/+1
* use separate config objectEvan Martin2010-12-131-6/+5
* dry run flagEvan Martin2010-12-131-2/+7
* verbose modeEvan Martin2010-12-071-2/+7
* move src into subdirEvan Martin2010-12-051-0/+103