summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'factor-elide-middle' of git://github.com/polrop/ninjaEvan Martin2012-08-014-13/+29
|\
| * Re-factor elide code and test it.Nicolas Despres2012-07-314-13/+30
* | use chdir() define from util.hEvan Martin2012-07-281-4/+0
* | move processor-count code to util.ccEvan Martin2012-07-283-25/+35
* | note that -l doesn't work on windowsEvan Martin2012-07-282-0/+4
* | simplify load-average codeEvan Martin2012-07-281-15/+3
* | delete vestigal declarationsEvan Martin2012-07-281-7/+0
* | Merge pull request #385 from nico/nolotsonosxEvan Martin2012-07-281-2/+4
|\ \
| * | Disable SubprocessTest.TestWithLots on OS X.Nico Weber2012-07-281-2/+4
|/ /
* | Merge pull request #383 from nico/fix380Evan Martin2012-07-289-19/+33
|\ \ | |/ |/|
| * Revert "Make StringPiece data members private."Nico Weber2012-07-288-19/+14
| * Add a regression test for issue #380 (which fails at the moment)Nico Weber2012-07-281-0/+19
|/
* Merge pull request #378 from syntheticpp/msvc-fixesEvan Martin2012-07-273-5/+10
|\
| * also build with msvcPeter Kümmel2012-07-273-5/+10
|/
* fix a warning and leak in windows-specific console output codeEvan Martin2012-07-271-2/+2
* fix error and prevent warning in GetTimeMillis()Claus Klein2012-07-272-2/+2
* Merge branch 'master' of github.com:martine/ninjaEvan Martin2012-07-278-14/+19
|\
| * Merge pull request #352 from tfarina/string-piece-privateEvan Martin2012-07-278-14/+19
| |\
| | * Make StringPiece data members private.Thiago Farina2012-06-308-14/+19
* | | rename subprocess.cc to reflex its posixnessEvan Martin2012-07-273-2/+2
* | | rearrange minidump patch to match ninja code styleEvan Martin2012-07-274-114/+135
* | | Merge branch 'set_terminate' of git://github.com/gmoudry/ninja into minidumpEvan Martin2012-07-273-0/+121
|\ \ \ | |/ / |/| |
| * | Changed #ifdef _WIN32 to #ifdef _MSC_VER to make sure that MinGW compiles hap...Jiri Moudry2012-04-262-3/+3
| * | Improve handling of fatal errors on Windows, support creation of minidumpsJiri Moudry2012-03-283-0/+120
* | | Merge pull request #351 from syntheticpp/rateEvan Martin2012-07-2710-17/+103
|\ \ \
| * | | GCC 4.7 needs cstdioPeter Kümmel2012-07-151-1/+1
| * | | print edges per secondPeter Kuemmel2012-07-1510-16/+102
* | | | make the build log test match the indended build log logicEvan Martin2012-07-271-3/+3
* | | | Minor: zero log buffer before reading data/parsing itMaxim Kalaev2012-07-271-1/+3
* | | | mingw: specify _WIN32_WINNT also in configure.pyEvan Martin2012-07-271-0/+2
* | | | fix some mingw warnings in getopt.cEvan Martin2012-07-271-6/+2
* | | | windows: fix printf format for process idEvan Martin2012-07-271-1/+1
* | | | mingw: fix quoting of -DNINJA_PYTHONEvan Martin2012-07-271-3/+3
* | | | bootstrap: set _WIN32_WINNT to WinXP for mingwEvan Martin2012-07-271-3/+5
* | | | wrap at 80 columnsEvan Martin2012-07-272-3/+7
* | | | Merge pull request #369 from maximuska/proposed/packaging-rpmEvan Martin2012-07-272-0/+53
|\ \ \ \
| * | | | packaging: added basic RPM buildingMaxim Kalaev2012-07-272-0/+53
|/ / / /
* | | | Merge pull request #368 from nico/toolpipeEvan Martin2012-07-251-1/+4
|\ \ \ \
| * | | | Don't print 'Entering directory' when running tools.Nico Weber2012-07-251-1/+4
|/ / / /
* | | | Merge pull request #367 from tfarina/lowercaseEvan Martin2012-07-241-3/+3
|\ \ \ \
| * | | | Use lowercase consistently.Thiago Farina2012-07-201-3/+3
|/ / / /
* | | | Merge pull request #366 from sgraham/no-noisy-cursorEvan Martin2012-07-201-6/+20
|\ \ \ \
| * | | | windows: use WriteConsoleOutput instead of printf to avoid moving cursorScott Graham2012-07-191-6/+20
* | | | | Merge pull request #365 from maximuska/proposed/dep-file-parsing-more-specialsEvan Martin2012-07-193-17/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | dep file parsing: allow '@' and '=' in pathsMaxim Kalaev2012-07-193-17/+30
|/ / / /
* | | | disallow crlf in manifest filesEvan Martin2012-07-183-53/+81
* | | | explain mode: show which input is more recentEvan Martin2012-07-171-1/+4
* | | | windows: get correct path for ninja_syntaxEvan Martin2012-07-171-1/+1
* | | | gitignore unpacked gtestEvan Martin2012-07-171-0/+1
* | | | subprocess_test: make SetWithLots run on all non-Windows platformsEvan Martin2012-07-171-4/+6