summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* if a file is missing in the log, count it as dirtyScott Graham2012-08-152-6/+63
* add a helper binary for wrapping cl.exeEvan Martin2012-08-151-0/+115
* pass env block to cl helperEvan Martin2012-08-153-1/+17
* Merge branch 'master' of github.com:martine/ninjaEvan Martin2012-08-139-9/+542
|\
| * msvc helper: drop system includesEvan Martin2012-08-123-3/+30
| * includes_normalize: also lowercase cross-drive includesEvan Martin2012-08-123-10/+9
| * add functions for normalizing win32 include pathsScott Graham2012-08-123-0/+249
| * msvc helper: attempt to filter out when it prints the input filenameEvan Martin2012-08-123-0/+47
| * add subprocess-spawning to msvc_helperEvan Martin2012-08-123-1/+116
| * move Win32Fatal into utilEvan Martin2012-08-123-8/+7
| * add a module for working with MSVC (cl.exe) behaviorEvan Martin2012-08-123-0/+96
| * doc that ReadFile reads in text mode on WindowsEvan Martin2012-08-121-1/+2
* | rename -V to --version and clean up --help outputEvan Martin2012-08-131-9/+8
|/
* windows: fix integer truncation issues for helper binariesEvan Martin2012-08-103-6/+11
* windows: fix size_t<->int conversions in ninja.exeEvan Martin2012-08-1010-23/+23
* fix windows buildEvan Martin2012-08-081-1/+1
* use DiskInterface to create the build directoryEvan Martin2012-08-077-34/+31
* Include unistd.h in files that use unlink() on OS X.Nico Weber2012-08-052-3/+5
* reject tabs (and CRs) in input files more aggressivelyEvan Martin2012-08-026-41/+57
* Merge branch 'master' of github.com:martine/ninjaEvan Martin2012-08-011-3/+3
|\
| * fix hash_map StringPiece comparatorScott Graham2012-07-311-3/+3
* | 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
* | Disable SubprocessTest.TestWithLots on OS X.Nico Weber2012-07-281-2/+4
* | 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
|/
* 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-271-0/+0
* | | rearrange minidump patch to match ninja code styleEvan Martin2012-07-273-113/+132
* | | 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-279-17/+101
|\ \ \
| * | | GCC 4.7 needs cstdioPeter Kümmel2012-07-151-1/+1
| * | | print edges per secondPeter Kuemmel2012-07-159-16/+100
* | | | 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
* | | | fix some mingw warnings in getopt.cEvan Martin2012-07-271-6/+2
* | | | windows: fix printf format for process idEvan Martin2012-07-271-1/+1
* | | | wrap at 80 columnsEvan Martin2012-07-271-2/+5