summaryrefslogtreecommitdiffstats
path: root/src/build.h
Commit message (Expand)AuthorAgeFilesLines
...
* move BuildLog to DependencyScanEvan Martin2012-09-041-2/+6
* split out dirty recomputation logic from Edge classEvan Martin2012-09-021-1/+3
* use DiskInterface to create the build directoryEvan Martin2012-08-071-2/+4
* GCC 4.7 needs cstdioPeter Kümmel2012-07-151-1/+1
* print edges per secondPeter Kuemmel2012-07-151-0/+35
* Merge pull request #316 from tfarina/structEvan Martin2012-06-171-4/+5
|\
| * No need to write 'struct' before type name when declaraing variables in C++.Thiago Farina2012-05-231-4/+5
* | Remove unused variable last_update_millis_.Nico Weber2012-06-011-2/+0
|/
* views: Mark single-argument constructors as explicit.Thiago Farina2012-05-061-1/+1
* Fix Windows build.Nico Weber2012-04-301-1/+1
* Merge pull request #274 from polrop/max_load_averageEvan Martin2012-04-281-1/+4
|\
| * Add -l N option to limit the load average.Nicolas Despres2012-04-191-1/+4
* | reduce custom ninja status patch in minor waysEvan Martin2012-04-261-15/+2
* | Refactor and test progress status formatting.Nicolas Despres2012-04-241-0/+58
|/
* Be more selective about deleting output files when interruptedPeter Collingbourne2012-03-011-0/+3
* If a command fails, wait for all running commands to terminate before we doPeter Collingbourne2012-02-041-2/+2
* Implement cleanup-on-interruptPeter Collingbourne2012-02-041-2/+13
* Implement restat rulesPeter Collingbourne2011-10-241-0/+4
* Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_Peter Collingbourne2011-10-181-2/+12
* fix redundant manifest rebuildEvan Martin2011-09-081-0/+9
* simplify CommandRunner, simplifying users tooEvan Martin2011-05-171-4/+2
* refactor status printing into BuildStatusEvan Martin2011-05-141-2/+2
* add support for ignoring failures of some subtasksEvan Martin2011-05-091-1/+4
* use refactored function to support implicit "all" targetEvan Martin2011-05-011-0/+1
* add doxygen-compatibile comments to most classesEvan Martin2011-04-291-16/+18
* add copyrightsEvan Martin2011-02-061-0/+14
* fancier outputEvan Martin2011-02-051-2/+7
* parallelism flag, guess based on cpuinfoEvan Martin2011-02-011-1/+2
* catch ourselves when we're stuckEvan Martin2011-01-081-1/+3
* state holds build log, not configEvan Martin2011-01-071-2/+1
* move buildlog to main driverEvan Martin2010-12-261-1/+2
* hook up build logEvan Martin2010-12-261-0/+1
* rename BuildStatusLogEvan Martin2010-12-231-1/+1
* fix plan edge count computationEvan Martin2010-12-201-1/+1
* verbosity tristateEvan Martin2010-12-141-3/+8
* use separate config objectEvan Martin2010-12-131-4/+8
* dry run flagEvan Martin2010-12-131-0/+1
* verbose modeEvan Martin2010-12-071-0/+2
* factor out build loggingEvan Martin2010-12-061-0/+1
* move src into subdirEvan Martin2010-12-051-0/+75