summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #245 from usovalx/unify_depfile_targetsEvan Martin2012-03-133-8/+41
|\
| * Issue #241 - handle depfiles generated by older versions of GCCOleksandr Usov2012-03-123-8/+41
|/
* Merge pull request #235 from fischman/ppollEvan Martin2012-03-083-7/+86
|\
| * addressed pcc commentsAmi Fischman2012-03-043-15/+20
| * pselect->ppoll on linux to raise the process limit roofAmi Fischman2012-03-044-8/+82
* | Merge pull request #239 from pcc/enotdirEvan Martin2012-03-082-13/+15
|\ \
| * | Treat paths of the form "existing-file/something" as non-existentPeter Collingbourne2012-03-072-13/+15
| |/
* | drop rtti via -fno-rtti; we don't use itEvan Martin2012-03-061-0/+1
* | make urtle fit on 24-line terminalEvan Martin2012-03-061-1/+1
* | adjust rspfile docs to properly renderEvan Martin2012-03-061-16/+16
* | Merge pull request #238 from pcc/outputs-ready-no-inputsEvan Martin2012-03-052-4/+30
|\ \
| * | Mark a phony target with no inputs as outputs-readyPeter Collingbourne2012-03-052-4/+30
| |/
* | Merge pull request #237 from pcc/ninja-clean-hintEvan Martin2012-03-051-3/+7
|\ \ | |/ |/|
| * Give a useful hint if the user runs "ninja clean" and there is no "clean" targetPeter Collingbourne2012-03-051-3/+7
|/
* Merge pull request #231 from pcc/exit-cleanup-modifiedEvan Martin2012-03-023-5/+78
|\
| * Be more selective about deleting output files when interruptedPeter Collingbourne2012-03-013-5/+78
* | add an "urtle" toolEvan Martin2012-03-011-0/+28
|/
* 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
|\ \