summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* rearrange query/browse output to be more sensibleEvan Martin2012-01-241-18/+22
* only msvc needs these workaroundsPeter Kuemmel2012-01-221-1/+1
* windows: use _WIN32 define everywhereEvan Martin2012-01-221-5/+5
* windows: hash_map bucket count has different getterFrances Buontempo2012-01-111-1/+6
* include main hash load in -d stats outputEvan Martin2012-01-091-1/+8
* add a '-d stats' flag for detailed timingsEvan Martin2012-01-051-3/+28
* factor out the main builder callEvan Martin2012-01-051-30/+36
* ninja.cc: Clear the rules/variables/state when reloading build.ninjaEvan Jones2012-01-051-20/+32
* make Lexer::Error not emit trailing newlineEvan Martin2012-01-051-4/+1
* allow spellcheck to be used with a vector of stringsEvan Martin2012-01-041-3/+4
* refactor tool list into a tableEvan Martin2012-01-041-102/+111
* don't attempt to build browse.* in bootstrap modeEvan Martin2012-01-041-1/+1
* switch the core ninja parser to use re2c for the lexerEvan Martin2011-12-291-3/+9
* remove huge indent from tools listEvan Martin2011-12-271-8/+8
* Fix the TODO in Rule class.Thiago Farina2011-12-241-2/+2
* print 'entering directory' when -C is usedEvan Martin2011-12-151-0/+4
* Fix 'list' tool.Nicolas Despres2011-12-091-1/+1
* make Rule::name_ privateEvan Martin2011-12-071-5/+5
* make Node::out_edges_ privateEvan Martin2011-12-071-4/+4
* make Node::in_edge_ privateEvan Martin2011-12-071-10/+10
* merge FileStat into NodeEvan Martin2011-12-071-8/+8