summaryrefslogtreecommitdiffstats
path: root/src/build.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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