summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Don't say -h is invalid whereas it is supported.Nicolas Despres2012-09-271-1/+1
* | Give MinGW builds MSVC build helper superpowersJon2012-09-201-2/+2
* | Clean up getopt_long call.Nico Weber2012-09-141-12/+12
|/
* mark msvc-helper as experimentalEvan Martin2012-09-131-1/+1
* windows: merge msvc-helper into ninja.exe itselfEvan Martin2012-09-131-0/+17
* drop special case for msvc bucket countEvan Martin2012-09-071-6/+1
* allow tools to specify when they run (before/after build.ninja load)Evan Martin2012-09-061-34/+52
* factor out metrics dump from ninja mainEvan Martin2012-09-051-14/+18
* factor out build log load from mainEvan Martin2012-09-051-28/+37
* rearrange tool-picking logicEvan Martin2012-09-051-18/+37
* reduce indentEvan Martin2012-09-041-39/+38
* move BuildConfig out of globalsEvan Martin2012-09-041-14/+15
* remove DiskInterface from globalsEvan Martin2012-09-041-5/+4
* move BuildLog to DependencyScanEvan Martin2012-09-041-3/+3
* pass Builder as arg to build-running functionsEvan Martin2012-09-041-15/+15
* remove config from BuildLog, rename membersEvan Martin2012-09-021-4/+5
* make it more explicit that a bad build log causes us to rebuildEvan Martin2012-08-171-0/+5
* rename -V to --version and clean up --help outputEvan Martin2012-08-131-9/+8
* fix windows buildEvan Martin2012-08-081-1/+1
* use DiskInterface to create the build directoryEvan Martin2012-08-071-8/+11
* use chdir() define from util.hEvan Martin2012-07-281-4/+0
* move processor-count code to util.ccEvan Martin2012-07-281-25/+1
* note that -l doesn't work on windowsEvan Martin2012-07-281-0/+3
* also build with msvcPeter Kümmel2012-07-271-1/+5
* rearrange minidump patch to match ninja code styleEvan Martin2012-07-271-34/+45
* Merge branch 'set_terminate' of git://github.com/gmoudry/ninja into minidumpEvan Martin2012-07-271-0/+35
|\
| * Changed #ifdef _WIN32 to #ifdef _MSC_VER to make sure that MinGW compiles hap...Jiri Moudry2012-04-261-1/+1
| * Improve handling of fatal errors on Windows, support creation of minidumpsJiri Moudry2012-03-281-0/+35
* | Don't print 'Entering directory' when running tools.Nico Weber2012-07-251-1/+4
* | Rename parsers.* to manifest_parser.*Thiago Farina2012-07-091-1/+1
* | include version numberEvan Martin2012-05-081-2/+10
* | No need to convert log_path to c-string. Two places.Thiago Farina2012-05-061-4/+3
* | Merge pull request #274 from polrop/max_load_averageEvan Martin2012-04-281-2/+11
|\ \
| * | Add -l N option to limit the load average.Nicolas Despres2012-04-191-2/+11
* | | suggest ninja -h when someone runs 'ninja help'Evan Martin2012-04-261-0/+2
* | | add support for -d explain to help debug why rules are runningScott Graham2012-04-131-2/+7
|/ /
* | Include unistd.h where neededBen Boeckel2012-03-281-0/+1
|/
* make urtle fit on 24-line terminalEvan Martin2012-03-061-1/+1
* Give a useful hint if the user runs "ninja clean" and there is no "clean" targetPeter Collingbourne2012-03-051-3/+7
* add an "urtle" toolEvan Martin2012-03-011-0/+28
* Do not reload the manifest if a restat cleans it while being rebuiltPeter Collingbourne2012-02-211-1/+6
* If a command fails, wait for all running commands to terminate before we doPeter Collingbourne2012-02-041-3/+5