summaryrefslogtreecommitdiffstats
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
* | Merge pull request #257 from PetrWolf/53598255Evan Martin2012-04-052-2/+2
|\ \
| * | Add NOMINMAX macro to fix a compilation error on Win32Petr Wolf2012-03-162-2/+2
| |/
* | Merge pull request #251 from polrop/depfile-parser-accept-tildeEvan Martin2012-03-183-10/+21
|\ \ | |/ |/|
| * 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
| |/
* | Merge pull request #246 from HeisSpiter/masterEvan Martin2012-03-132-1/+3
|\ \ | |/ |/|
| * Fix resources leaksPierre Schweitzer2012-03-132-1/+3
|/
* 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
| |/ |/|