summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure configure.py and ninja.cc always agree on if -t browse is included.Nico Weber2014-11-142-3/+7
* Merge pull request #851 from nico/cleanupNico Weber2014-11-141-4/+1
|\
| * Remove unused variables.Nico Weber2014-11-141-4/+1
* | Merge pull request #850 from sgraham/ocdNico Weber2014-11-123-19/+22
|\ \
| * | whitespace/comment/wrap fixes, no intended functionality changeScott Graham2014-11-123-19/+22
| |/
* | Merge pull request #849 from sgraham/set-err-canon-componentsNico Weber2014-11-122-1/+7
|\ \ | |/ |/|
| * set *err when too many components in CanonicalizePathScott Graham2014-11-122-1/+7
|/
* Merge pull request #848 from sgraham/canon-maintainNico Weber2014-11-1220-99/+501
|\
| * properly guard against slash_bits overflowScott Graham2014-11-122-2/+33
| * fix not respecting lengthScott Graham2014-11-111-14/+18
| * no need to save slash_bits, add commentScott Graham2014-11-111-9/+9
| * save slash_bits in depslogScott Graham2014-11-111-9/+8
| * no need to Decanonicalize on non-WindowsScott Graham2014-11-111-0/+2
| * fix CanonicalizePath going past StringPiece length + testScott Graham2014-11-102-0/+12
| * initialize slash_bits on non-winScott Graham2014-11-101-0/+2
| * make all GetNode explicit, add DepsLog canonicalize testScott Graham2014-11-1011-67/+135
| * non-win compilationScott Graham2014-11-091-0/+10
| * improve testScott Graham2014-11-091-7/+10
| * assert no slashes in default GetNodeScott Graham2014-11-091-0/+3
| * fix order of args to CanonicalizePathScott Graham2014-11-099-38/+38
| * remove CanonicalizePath overloads, test for toplevel behaviourScott Graham2014-11-0910-25/+64
| * path decanonicalization when building commandScott Graham2014-11-084-4/+39
| * fix multiple sequential slashesScott Graham2014-11-083-3/+18
| * wip on adding tests at higher level, some not rightScott Graham2014-11-086-15/+76
| * track back->forward conversions in a bitmaskScott Graham2014-11-083-6/+124
|/
* Merge pull request #822 from tzik/throttleNico Weber2014-11-031-1/+3
|\
| * Throttle the number of pending commands by the parallelism configurationtzik2014-09-221-1/+3
* | Merge pull request #825 from Rapptz/masterNico Weber2014-11-011-0/+4
|\ \
| * | Fix unknown pragma warningsDanny2014-09-281-0/+4
* | | Merge pull request #841 from sgraham/strchrNico Weber2014-10-311-3/+2
|\ \ \
| * | | Use strchr in \ conversion in CanonicalizePath on WindowsScott Graham2014-10-301-3/+2
|/ / /
* | | Merge pull request #840 from sgraham/canon-win-squashedNico Weber2014-10-3010-277/+431
|\ \ \
| * | | CanonicalizePath handles \ on WindowsScott Graham2014-10-3010-277/+431
|/ / /
* | | Merge pull request #837 from ppbrown/masterNico Weber2014-10-271-0/+1
|\ \ \
| * | | Update line_printer.ccppbrown2014-10-271-0/+1
|/ / /
* | | Merge pull request #834 from frasercrmck/masterNico Weber2014-10-261-1/+8
|\ \ \ | |/ / |/| |
| * | Add zsh completion for targets in conjunction with -CFraser Cormack2014-10-241-1/+8
|/ /
* | Merge pull request #823 from nico/confNico Weber2014-09-191-1/+3
|\ \ | |/ |/|
| * Make auto-reconfiguring work if CFLAGS contains more than one flag.Nico Weber2014-09-191-1/+3
* | Merge pull request #820 from nico/ohceedeeNico Weber2014-09-196-4/+13
|\ \ | |/
| * Don't print "Recompacting..." message from tests.Nico Weber2014-09-196-4/+13
|/
* Merge pull request #819 from nico/winNico Weber2014-09-186-12/+17
|\
| * Fix building tests on Windows again.Nico Weber2014-09-186-12/+17
|/
* Merge pull request #818 from nico/lesstestNico Weber2014-09-182-22/+0
|\
| * remove more things not needed without gtestNico Weber2014-09-182-22/+0
|/
* Merge pull request #817 from nico/warnNico Weber2014-09-181-1/+1
|\
| * fix warningNico Weber2014-09-181-1/+1
* | Merge pull request #815 from sgraham/gtest-tidyNico Weber2014-09-181-2/+1
|\ \ | |/ |/|
| * Don't need to install and configure with gtest any moreScott Graham2014-09-181-2/+1
|/
* Merge pull request #812 from nico/ninjatestNico Weber2014-09-1814-95/+224
|\