summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #229 from sgraham/overprintEvan Martin2012-02-281-5/+38
|\
| * [win32] Overprint the previous line if we're attached to a consoleScott Graham2012-02-271-5/+38
|/
* fix some public/private errors in rspfile patchEvan Martin2012-02-233-5/+7
* Merge pull request #217 from PetrWolf/masterEvan Martin2012-02-2315-8/+330
|\
| * Merge branch 'master' of github.com:PetrWolf/ninjaPetrWolf2012-02-142-1/+11
| |\
| | * Add comments, remove unwanted whitespace changePetr Wolf2012-02-102-1/+11
| * | Fix tabs, typosPetrWolf2012-02-142-5/+5
| |/
| * Response filesunknown2012-02-0915-9/+321
* | Merge pull request #218 from tfarina/fix-graph-todoEvan Martin2012-02-223-7/+6
|\ \
| * | fix depfile_ accessThiago Farina2012-02-161-1/+1
| * | Fix the TODO in graph.h.Thiago Farina2012-02-162-6/+5
* | | Merge pull request #223 from pcc/restat-clean-manifestEvan Martin2012-02-221-1/+6
|\ \ \
| * | | Do not reload the manifest if a restat cleans it while being rebuiltPeter Collingbourne2012-02-211-1/+6
| |/ /
* | | Merge pull request #222 from polrop/test-bug-fix-62e9139740Evan Martin2012-02-201-0/+3
|\ \ \ | |/ / |/| |
| * | Add a test for empty path in CanonicalizePath().Nicolas Despres2012-02-201-0/+3
|/ /
* | Merge pull request #176 from pcc/exit-cleanupEvan Martin2012-02-149-111/+360
|\ \
| * | If a command fails, wait for all running commands to terminate before we doPeter Collingbourne2012-02-044-21/+22
| * | Implement cleanup-on-interruptPeter Collingbourne2012-02-048-84/+318
| * | Clean up how the build line is managed at the end of the buildPeter Collingbourne2012-02-041-6/+20
* | | graphviz: don't draw edges multiple timesEvan Martin2012-02-142-3/+9
* | | Made graph horizontal (better for filenames)Ian Godin2012-02-141-0/+1
| |/ |/|
* | Fixes the build on OpenIndianaClint Moore2012-02-071-0/+2
* | Merge pull request #214 from qhuo/onpipeready-fixEvan Martin2012-02-042-2/+4
|\ \
| * | Avoid using undefined value in Subprocess::OnPipeReady()Qingning Huo2012-02-042-2/+4
| |/
* | Merge pull request #213 from syntheticpp/evaluate-only-onceEvan Martin2012-02-041-3/+2
|\ \
| * | compute command twice only in case of an errorPeter Kuemmel2012-02-041-3/+2
| |/
* | don't crash when CanonicalizePath removes all path componentsEvan Martin2012-02-042-0/+22
|/
* Merge pull request #211 from okuoku/msvc-build-c4819Evan Martin2012-02-041-1/+1
|\
| * windows: Disable warning C4819okuoku2012-02-031-1/+1
|/
* Merge pull request #199 from qhuo/create-processEvan Martin2012-01-292-2/+38
|\
| * Add a test, NoSuchCommand.Qingning Huo2012-01-251-0/+18
| * Mark CreateProcess "program not found" failure as non-fatalQingning Huo2012-01-201-2/+20
* | Merge pull request #210 from syntheticpp/colon-escapeEvan Martin2012-01-296-27/+115
|\ \
| * | parse $:Peter Kuemmel2012-01-295-4/+78
| * | add colon escapingPeter Kuemmel2012-01-293-23/+37
|/ /
* | Merge pull request #209 from scottfranklin/python3_compatEvan Martin2012-01-291-2/+2
|\ \
| * | Explicitly turn input/output lists into list objects.Scott Franklin2012-01-281-2/+2
|/ /
* | Merge pull request #208 from okuoku/cygwin-buildEvan Martin2012-01-262-1/+1
|\ \
| * | Fix cygwin build by including stdio.h hereokuoku2012-01-252-1/+1
|/ /
* | rearrange query/browse output to be more sensibleEvan Martin2012-01-242-71/+100
* | Merge pull request #204 from syntheticpp/parser-crashEvan Martin2012-01-231-1/+4
|\ \
| * | check access to first element of string: string could be emptyPeter Kuemmel2012-01-231-1/+4
* | | Merge pull request #203 from syntheticpp/win-disk-interfaceEvan Martin2012-01-231-1/+7
|\ \ \ | |/ / |/| |
| * | fix search&replace error on struct namePeter Kuemmel2012-01-231-1/+1
| * | no error code about too long file names on WindowsPeter Kuemmel2012-01-231-0/+6
|/ /
* | Merge pull request #201 from syntheticpp/mingw-msvcEvan Martin2012-01-232-2/+4
|\ \
| * | only msvc needs these workaroundsPeter Kuemmel2012-01-222-2/+4
|/ /
* | windows: use _WIN32 define everywhereEvan Martin2012-01-2211-23/+23
|/
* Merge pull request #198 from nico/strip0Evan Martin2012-01-194-2/+68
|\
| * Strip ansi escape sequences from subcommand output when not writing to a smar...Nico Weber2012-01-194-2/+68
|/