summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | From a conversation with Anatol Pomazau <anatol@google.com>.
* get the number of CPUs on FreeBSD and OS X via sysctl()Evan Martin2011-02-281-0/+14
| | | | From a patch from asmodai@in-nomine.org and dmitry@codingrobots.com.
* 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