summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * track deps log load time in metricsEvan Martin2013-04-081-0/+2
| * expand DepsLog test, fix two bugs it revealedEvan Martin2013-04-083-16/+36
| * plumb DepsLog load through BuilderEvan Martin2013-04-087-12/+16
| * no error if deps log doesn't existEvan Martin2013-04-081-0/+2
| * load deps log at startupEvan Martin2013-04-081-0/+35
| * factor out creation of build directoryEvan Martin2013-04-081-16/+21
| * use DepsLog in loading dependenciesEvan Martin2013-04-084-67/+109
| * factor out implicit dep loadingEvan Martin2013-04-082-7/+19
| * pass command results via a structEvan Martin2013-04-083-64/+58
| * add DepsLog, a new data structure for dependency informationEvan Martin2013-04-085-3/+314
* | Merge pull request #532 from nico/sshhh_gtestEvan Martin2013-04-095-103/+246
|\ \ | |/ |/|
| * Try to fix build on Linux more.Nico Weber2013-04-091-1/+3
| * Try to fix build on Linux.Nico Weber2013-04-091-0/+2
| * Make ninja_test output nicer.Nico Weber2013-04-091-8/+12
| * Use LinePrinter in test runner.Nico Weber2013-04-091-21/+23
| * Make LinePrinter members private, add comments.Nico Weber2013-04-092-4/+13
| * move printing of new lines into LinePrinter.Nico Weber2013-04-093-19/+14
| * refactor; no intended functionality changeNico Weber2013-04-091-7/+13
| * move single-line printing to new classNico Weber2013-04-095-92/+161
| * Make gtest output more silent, ninja issue #528.Nico Weber2013-04-091-0/+54
* | sync version number in master with releaseEvan Martin2013-04-081-1/+1
* | split FakeCommandRunner out of BuildTestEvan Martin2013-04-081-87/+95
* | move test virtual time "now_" into VirtualFileSystemEvan Martin2013-04-085-154/+168
* | fix compile error about noreturn on windowswang-bin2013-04-071-3/+3
|/
* 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