summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #256 from iwadon/fix-sign-compareEvan Martin2012-04-053-10/+10
|\
| * fix warning: "comparison between signed and unsigned integer expressions"Hiroyuki Iwatsuki2012-03-163-10/+10
* | Depfile parser accept tilde.Nicolas Despres2012-03-143-10/+21
|/
* Merge pull request #250 from qhuo/SetCloseOnExec-for-WindowsEvan Martin2012-03-131-3/+4
|\
| * Add a Windows version of SetCloseOnExec()Qingning Huo2012-03-131-3/+4
* | Merge pull request #249 from qhuo/StatBadPath-Win7Evan Martin2012-03-131-2/+5
|\ \
| * | Fix StatBadPath for Windows 7Qingning Huo2012-03-131-2/+5
| |/
* | Fix resources leaksPierre Schweitzer2012-03-132-1/+3
|/
* 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-042-12/+19
| * pselect->ppoll on linux to raise the process limit roofAmi Fischman2012-03-043-7/+79
* | 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
| |/
* | make urtle fit on 24-line terminalEvan Martin2012-03-061-1/+1
* | 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
| |/
* | 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
|/
* [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-2314-8/+310
|\
| * 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-0914-9/+301
* | 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
| |/ /
* | | 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
| |/ |/|
* | 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 #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
* | parse $:Peter Kuemmel2012-01-295-4/+78
* | add colon escapingPeter Kuemmel2012-01-293-23/+37