summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* refactor some of the output mtime-handling codeEvan Martin2013-04-051-12/+13
* add noreturn attr on Fatal()Evan Martin2013-04-051-2/+8
* Dollar signs in depfiles are escaped as "$$", not "\$".Nico Weber2013-04-023-32/+54
* allow paths with '!' in depfilesEvan Martin2013-03-303-31/+21
* Add spell checking for debug flags.Nico Weber2013-03-271-1/+8
* Merge pull request #521 from riannucci/ignore_duplicate_edges_in_shcedule_workEvan Martin2013-03-264-7/+99
|\
| * Add regression testRobert Iannucci2013-03-231-0/+74
| * Fix debug build on linux (type strictness).Robert Iannucci2013-03-232-3/+4
| * Fix Pool to use a set internallyRobert Iannucci2013-03-182-7/+18
| * Fix duplicate edge Pool crash in the minimally invasive wayRobert Iannucci2013-03-181-0/+6
* | Posix symbols are not enabled by default for MSVCPeter Kümmel2013-03-141-0/+2
* | Merge pull request #513 from fifoforlifo/masterEvan Martin2013-03-112-0/+8
|\ \ | |/ |/|
| * Added %e to manual.asciidoc, fixed brace style.Avinash Baliga2013-03-111-2/+1
| * Made %e purely a number.Avinash Baliga2013-03-041-1/+1
| * NINJA_STATUS now takes %e for elapsed time.Avinash Baliga2013-03-042-0/+9
* | 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
|/
* Merge pull request #507 from ikarienator/masterEvan Martin2013-02-241-1/+2
|\
| * Browse command does not parse URL correctlyBei Zhang2013-02-241-1/+2
* | Merge pull request #502 from tfarina/rm-unused-funEvan Martin2013-02-241-3/+1
|\ \ | |/ |/|
| * Removed unused UnitsWaiting() function from State class.Thiago Farina2013-02-191-3/+1
* | Fix wrong usage of std::string::findPeter Kümmel2013-02-211-1/+2
|/
* say where the default value for -j comes fromEvan Martin2013-02-161-1/+1
* depfile helper: check errors on writing .d filesScott Graham2013-02-161-11/+26
* add syntax for checking versionsEvan Martin2013-02-164-9/+100
* util.cc: Reusing windows workaround for cygwin.Paul Kunysch2013-02-091-1/+1
* more verbose error (including path) when depfile fails to loadScott Graham2013-01-241-1/+3
* ManifestParser constructor accesses its first argument, don't pass NULLNico Weber2013-01-031-3/+6
* fix build on non-Linux glibc systemsPino Toscano2012-12-291-2/+2
* drop the "rules" tool completelyEvan Martin2012-12-291-19/+0
* rearrange handling of builtin bindings to make rules simplerEvan Martin2012-12-2912-154/+183
* wrap some overlong linesEvan Martin2012-12-2912-27/+53
* fix all "class" -> "struct"Evan Martin2012-12-295-11/+9
* Merge pull request #467 from ppuryear/browse-errorEvan Martin2012-12-291-5/+6
|\
| * browse: Read ninja's error text from stderr.Philip Puryear2012-12-081-5/+6
* | wrap test in anon namespaceEvan Martin2012-12-281-0/+4
* | correctly open /dev/null in subprocessesEvan Martin2012-12-212-1/+16
* | update a commentEvan Martin2012-12-211-6/+3
* | NINJA_STATUS: add support of `%p` for percentageyannicklm2012-12-141-0/+8
* | Merge pull request #461 from riannucci/global_sectionEvan Martin2012-12-1315-202/+581
|\ \ | |/ |/|
| * Remove unnecessary parameter from ShouldDelayEdgeRobert Iannucci2012-11-302-2/+2
| * Rename isValidRobert Iannucci2012-11-301-1/+1
| * Fix formattingRobert Iannucci2012-11-304-13/+13
| * Improve comments for src/state.hRobert Iannucci2012-11-301-3/+12
| * Doc improvementsRobert Iannucci2012-11-301-0/+8
| * Make Edge->pool() a pointer like it should have beenRobert Iannucci2012-11-302-8/+8
| * Revert "Dump state for debugging"Robert Iannucci2012-11-101-4/+0
| * Uninitialized variable! There is always one...Robert Iannucci2012-11-101-1/+1
| * Dump state for debuggingRobert Iannucci2012-11-101-0/+4