summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* many updates for HACKING.mdEvan Martin2012-08-161-26/+78
* Merge pull request #400 from nico/dynre2cEvan Martin2012-08-161-6/+16
|\
| * Only write re2c rules if a re2c binary is found in the PATH.Nico Weber2012-08-161-6/+16
* | Merge pull request #399 from nico/hacklessEvan Martin2012-08-161-2/+2
|\ \ | |/ |/|
| * Remove -fcolor-diagnostics reference from HACKINGNico Weber2012-08-161-2/+2
|/
* convert HACKING to markdown, add MSVC sectionEvan Martin2012-08-152-76/+113
* 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-153-8/+167
* pass env block to cl helperEvan Martin2012-08-153-1/+17
* Merge branch 'master' of github.com:martine/ninjaEvan Martin2012-08-1311-18/+560
|\
| * create phony rules for all binariesEvan Martin2012-08-131-5/+3
| * 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-124-1/+252
| * add .ilk (incremental linker) to .gitignoreEvan Martin2012-08-121-0/+1
| * 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
| * doc some cl.exe flags in the configure scriptEvan Martin2012-08-121-2/+7
| * move Win32Fatal into utilEvan Martin2012-08-123-8/+7
| * add a module for working with MSVC (cl.exe) behaviorEvan Martin2012-08-124-0/+99
| * use correct path separator for --with-gtest sourceEvan Martin2012-08-121-2/+2
| * 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
|/
* fix syntax errors in bootstrap.pyMatthew Woehlke2012-08-101-2/+2
* windows: fix integer truncation issues for helper binariesEvan Martin2012-08-104-6/+14
* windows: fix size_t<->int conversions in ninja.exeEvan Martin2012-08-1010-23/+23
* refactorEvan Martin2012-08-101-4/+3
* add bootstrap option to force 64-bitMatthew Woehlke2012-08-101-2/+10
* windows: ignore pdb filesEvan Martin2012-08-101-15/+16
* windows bootstrap: clean up object filesEvan Martin2012-08-101-0/+4
* document that \r and \t are disallowedEvan Martin2012-08-101-1/+3
* fix windows buildEvan Martin2012-08-081-1/+1
* use DiskInterface to create the build directoryEvan Martin2012-08-077-34/+31
* Merge pull request #397 from nico/mac105Evan Martin2012-08-052-3/+5
|\
| * 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
|\
| * Merge pull request #388 from sgraham/fix-hash-map-string-pieceEvan 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
* | 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