summaryrefslogtreecommitdiffstats
path: root/src/build.cc
Commit message (Expand)AuthorAgeFilesLines
* move BuildLog to DependencyScanEvan Martin2012-09-041-5/+4
* remove a redundant arg to RecomputeOutputDirtyEvan Martin2012-09-021-5/+6
* split out dirty recomputation logic from Edge classEvan Martin2012-09-021-7/+8
* use DiskInterface to create the build directoryEvan Martin2012-08-071-3/+3
* Re-factor elide code and test it.Nicolas Despres2012-07-311-13/+2
* fix a warning and leak in windows-specific console output codeEvan Martin2012-07-271-2/+2
* Merge pull request #351 from syntheticpp/rateEvan Martin2012-07-271-1/+27
|\
| * print edges per secondPeter Kuemmel2012-07-151-1/+27
* | windows: use WriteConsoleOutput instead of printf to avoid moving cursorScott Graham2012-07-191-6/+20
|/
* Efficiently check for emptinessPierre Schweitzer2012-07-141-1/+1
* Merge pull request #313 from wolfp/restat_missing_inputEvan Martin2012-07-031-7/+1
|\
| * Do not reset restat_mtime if an input is missing (issue #295)wolfp2012-06-271-7/+1
* | Remove code that was never executed.Nico Weber2012-06-021-9/+1
* | Merge pull request #320 from nico/cleanupEvan Martin2012-06-021-2/+0
|\ \
| * | Remove unused variable last_update_millis_.Nico Weber2012-06-011-2/+0
| |/
* | Missing header file for "getenv".Jonathan Sternberg2012-05-311-0/+1
* | Removing unused sys/termios.h header.Jonathan Sternberg2012-05-301-1/+0
|/
* views: Mark single-argument constructors as explicit.Thiago Farina2012-05-061-1/+1
* Merge pull request #274 from polrop/max_load_averageEvan Martin2012-04-281-1/+3
|\
| * Add -l N option to limit the load average.Nicolas Despres2012-04-191-1/+3
| * Remove trailing white spaces.Nicolas Despres2012-04-191-6/+6
* | reduce custom ninja status patch in minor waysEvan Martin2012-04-261-82/+49
* | Merge branch 'custom_ninja_status' of git://github.com/polrop/ninjaEvan Martin2012-04-261-43/+98
|\ \
| * | Refactor and test progress status formatting.Nicolas Despres2012-04-241-68/+46
| * | Introduce NINJA_STATUS env var for customization.Nicolas Despres2012-04-241-2/+79
| * | Remove trailing white spaces.Nicolas Despres2012-04-241-6/+6
| |/
* | Merge pull request #269 from sgraham/explainEvan Martin2012-04-261-1/+1
|\ \
| * | add support for -d explain to help debug why rules are runningScott Graham2012-04-131-1/+1
| |/
* | Merge pull request #228 from pcc/lazily-create-commandrunnerEvan Martin2012-04-261-4/+8
|\ \ | |/ |/|
| * Lazily create the CommandRunner in Builder::BuildPeter Collingbourne2012-02-271-4/+8
* | Include unistd.h where neededBen Boeckel2012-03-281-0/+1
* | Be more selective about deleting output files when interruptedPeter Collingbourne2012-03-011-3/+18
* | [win32] Overprint the previous line if we're attached to a consoleScott Graham2012-02-271-5/+38
|/
* Merge pull request #217 from PetrWolf/masterEvan Martin2012-02-231-2/+13
|\
| * Response filesunknown2012-02-091-2/+13
* | fix depfile_ accessThiago Farina2012-02-161-1/+1
* | Merge pull request #176 from pcc/exit-cleanupEvan Martin2012-02-141-37/+92
|\ \ | |/ |/|
| * If a command fails, wait for all running commands to terminate before we doPeter Collingbourne2012-02-041-14/+13
| * Implement cleanup-on-interruptPeter Collingbourne2012-02-041-17/+59
| * Clean up how the build line is managed at the end of the buildPeter Collingbourne2012-02-041-6/+20
* | compute command twice only in case of an errorPeter Kuemmel2012-02-041-3/+2
|/
* windows: use _WIN32 define everywhereEvan Martin2012-01-221-2/+2
* Strip ansi escape sequences from subcommand output when not writing to a smar...Nico Weber2012-01-191-2/+20
* Add a test that dry run shows all commands that could be run (noneFrances Buontempo2012-01-161-1/+1
* adjust restat behavior around missing outputsEvan Martin2012-01-051-8/+7
* windows: don't use \e in stringEvan Martin2012-01-051-1/+1
* convert all time_t to a new TimeStamp typeEvan Martin2012-01-051-5/+5
* Fix the TODO in Rule class.Thiago Farina2011-12-241-1/+1
* make Rule::generator_ and restat_ privateEvan Martin2011-12-071-1/+1
* make Node::out_edges_ privateEvan Martin2011-12-071-4/+4