summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #274 from polrop/max_load_averageEvan Martin2012-04-285-4/+51
|\
| * Add -l N option to limit the load average.Nicolas Despres2012-04-195-4/+51
| * Remove trailing white spaces.Nicolas Despres2012-04-191-6/+6
* | suggest ninja -h when someone runs 'ninja help'Evan Martin2012-04-261-0/+2
* | allow UTF-8 in rule descriptionsEvan Martin2012-04-263-5/+12
* | reduce custom ninja status patch in minor waysEvan Martin2012-04-263-128/+53
* | Merge branch 'custom_ninja_status' of git://github.com/polrop/ninjaEvan Martin2012-04-263-51/+199
|\ \
| * | Refactor and test progress status formatting.Nicolas Despres2012-04-243-69/+140
| * | Introduce NINJA_STATUS env var for customization.Nicolas Despres2012-04-241-2/+79
| * | Remove trailing white spaces.Nicolas Despres2012-04-242-13/+13
| |/
* | Merge pull request #272 from nico/statstweakEvan Martin2012-04-261-3/+3
|\ \
| * | Switch the order of total and avg columns in -d stats output.Nico Weber2012-04-171-3/+3
| |/
* | Merge pull request #269 from sgraham/explainEvan Martin2012-04-266-10/+72
|\ \
| * | add support for -d explain to help debug why rules are runningScott Graham2012-04-136-10/+72
| |/
* | Merge pull request #228 from pcc/lazily-create-commandrunnerEvan Martin2012-04-261-4/+8
|\ \
| * | Lazily create the CommandRunner in Builder::BuildPeter Collingbourne2012-02-271-4/+8
* | | Merge branch 'dont-clean-phony' of git://github.com/pcc/ninjaEvan Martin2012-04-262-9/+36
|\ \ \ | |_|/ |/| |
| * | Don't delete phony targets when cleaning a specified targetPeter Collingbourne2012-02-282-7/+34
| |/
* | Merge pull request #252 from qhuo/remove-depfile-when-cleaningEvan Martin2012-04-112-0/+34
|\ \
| * | Remove depfiles when running when running "ninja -t clean <target>"Qingning Huo2012-03-142-0/+34
* | | Merge pull request #253 from qhuo/include-io.hEvan Martin2012-04-101-0/+1
|\ \ \
| * | | Fix windows build (add #include <io.h>)Qingning Huo2012-03-151-0/+1
| |/ /
* | | Make |log_| variable private to BuildLog.Evan Martin2012-04-052-4/+5
* | | Merge pull request #263 from mathstuf/dev/gcc-470-build-fixesEvan Martin2012-04-053-0/+3
|\ \ \
| * | | Include unistd.h where neededBen Boeckel2012-03-283-0/+3
* | | | 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
| |\