summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
Commit message (Expand)AuthorAgeFilesLines
* plumb DepsLog load through BuilderEvan Martin2013-04-081-2/+3
* load deps log at startupEvan Martin2013-04-081-0/+35
* factor out creation of build directoryEvan Martin2013-04-081-16/+21
* Add spell checking for debug flags.Nico Weber2013-03-271-1/+8
* Merge pull request #512 from pcc/compilation-databaseEvan Martin2013-03-101-0/+45
|\
| * Add compdb toolPeter Collingbourne2013-03-101-0/+45
* | Bring in declaration of atoiDave Abrahams2013-03-081-0/+1
|/
* say where the default value for -j comes fromEvan Martin2013-02-161-1/+1
* add syntax for checking versionsEvan Martin2013-02-161-6/+3
* drop the "rules" tool completelyEvan Martin2012-12-291-19/+0
* 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