summaryrefslogtreecommitdiffstats
path: root/src/build.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* make Node::in_edge_ privateEvan Martin2011-12-071-3/+2
* make Node::dirty_ privateEvan Martin2011-12-071-4/+4
* merge FileStat into NodeEvan Martin2011-12-071-11/+11
* refactor to remove Node::ready()Evan Martin2011-12-071-4/+2
* add and use getter for Edge::rule_Evan Martin2011-12-071-2/+2
* Use the modification time of the depfile when computing restat_mtimePeter Collingbourne2011-12-061-1/+9
* disable the 'unused parameter' warningEvan Martin2011-12-051-1/+1
* refactor RecomputeOutputDirty to return true/false for dirtyEvan Martin2011-12-041-8/+3
* windows: don't buffer stdoutEvan Martin2011-12-021-0/+5
* Remove warning triggered by -Wextra on MinGW.Nicolas Despres2011-11-191-0/+2
* Add -Wextra warning flag.Nicolas Despres2011-11-191-1/+1
* Implement restat rulesPeter Collingbourne2011-10-241-2/+95
* Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_Peter Collingbourne2011-10-181-39/+52
* Elide output in the middle when exceeding terminal width.Nicolas Despres2011-10-121-3/+4
* verify -k param is numericEvan Martin2011-09-091-2/+2
* fix redundant manifest rebuildEvan Martin2011-09-081-5/+6
* Factor out State struct from ninja_jumble.cc into its header/source files.Thiago Farina2011-09-031-1/+2
* Move RealDiskInterface class to disk_interface.h.Thiago Farina2011-08-251-0/+1