summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * Process the -C option before running RUN_AFTER_FLAGS tools.Hans Wennborg2014-05-031-8/+9
* | Rename -d nowinstatcache to -d nostatcache; might become useful elsewhere (#787)Nico Weber2014-06-271-5/+5
* | do not delete files from the logs that still exist on diskNico Weber2014-06-201-1/+3
* | add some statcache testsNico Weber2014-06-151-2/+2
* | Free cache memory once it's no longer used.Nico Weber2014-06-151-7/+2
* | on by defaultNico Weber2014-06-151-4/+4
* | make win-onlyNico Weber2014-06-151-0/+4
* | simplify more, move behind flagNico Weber2014-06-151-4/+11
* | Turn on stat cache. Empty builds of chrome on my laptop 4s -> 1.3s (!)Nico Weber2014-06-151-1/+1
* | Add a stat cache. Demo-quality, and disabled atm.Nico Weber2014-06-151-0/+6
* | spellcheck "keeprsp" in -d optionsNico Weber2014-06-151-1/+1
* | compdb: check that inputs is not emptyBen Boeckel2014-05-051-0/+2
|/
* Make BuildLogUser reference constant.Nico Weber2014-01-071-1/+1
* Add a comment.Nico Weber2014-01-041-0/+7
* Rename "IsDead" to "BuildLogUser".Nico Weber2014-01-041-3/+3
* Move duplicated code into a helper function.Nico Weber2014-01-041-3/+1
* Remove dead entries in .ninja_log and .ninja_deps while recompacting.Nico Weber2014-01-021-3/+8
* add -d keeprsp to preserve @rsp files on success on windowsScott Graham2013-09-101-1/+5
* Fix the browse tool.Tony Chang2013-07-261-2/+3
* Merge pull request #616 from nico/recompactEvan Martin2013-07-081-4/+32
|\
| * Add a 'recompact' tool, which forces recompaction of the build and deps logs.Nico Weber2013-07-081-4/+32
* | Introducing tool 'deps' dumping ninja deps log entriesMaxim Kalaev2013-07-081-0/+42
|/
* Fix mingw based builds. Fixes #587Jon2013-05-251-2/+2
* refactor ninja main() into a struct with methodsEvan Martin2013-05-241-159/+203
* simplify some ifdefsEvan Martin2013-05-241-7/+5
* factor out flag parsing from enormous NinjaMain()Evan Martin2013-05-241-44/+64
* Merge pull request #585 from nico/fixcrashNico Weber2013-05-241-2/+2
|\
| * Don't use va_start() with reference parameters, it's undefined behavior.Nico Weber2013-05-241-2/+2
* | Merge pull request #578 from pinotree/remove-path-maxEvan Martin2013-05-231-3/+7
|\ \
| * | do not unconditionally use PATH_MAX with getcwdPino Toscano2013-05-211-3/+7
| |/
* | Add error check for -j flag.Rui Ueyama2013-05-211-2/+7
|/
* Remove a few unused includes.Nico Weber2013-05-121-3/+0
* plumb DepsLog load through BuilderEvan Martin2013-04-081-2/+3
* load deps log at startupEvan Martin2013-04-081-0/+35
* factor out creation of build directoryEvan Martin2013-04-081-16/+21
* Add spell checking for debug flags.Nico Weber2013-03-271-1/+8
* Merge pull request #512 from pcc/compilation-databaseEvan Martin2013-03-101-0/+45
|\
| * Add compdb toolPeter Collingbourne2013-03-101-0/+45
* | Bring in declaration of atoiDave Abrahams2013-03-081-0/+1
|/
* say where the default value for -j comes fromEvan Martin2013-02-161-1/+1
* add syntax for checking versionsEvan Martin2013-02-161-6/+3
* drop the "rules" tool completelyEvan Martin2012-12-291-19/+0
* Fix clang warning.Thiago Farina2012-11-271-1/+1
* Merge pull request #459 from maximuska/proposed/refactor-collect-targetsEvan Martin2012-11-121-49/+51
|\
| * refactoring: decompose CollectTargetsFromArgsMaxim Kalaev2012-11-091-49/+51
* | Merge pull request #443 from tfarina/disk-interface-allocEvan Martin2012-11-121-1/+1
|\ \
| * | Allocate disk_interface near where it's needed.Thiago Farina2012-10-101-1/+1
* | | Merge pull request #458 from rgeary1/minorEvan Martin2012-11-091-0/+3
|\ \ \ | |_|/ |/| |
| * | Exit status = 2 if user presses ctrl-cRichard Geary2012-11-091-0/+3
* | | Add missing 'virtual' annotation to ReadFile() override.Thiago Farina2012-10-171-1/+1
| |/ |/|