summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* factor out build log load from mainEvan Martin2012-09-051-28/+37
* rearrange tool-picking logicEvan Martin2012-09-051-18/+37
* show all in graphEvan Martin2012-09-041-1/+1
* reduce indentEvan Martin2012-09-041-39/+38
* move BuildConfig out of globalsEvan Martin2012-09-041-14/+15
* remove DiskInterface from globalsEvan Martin2012-09-041-5/+4
* remove unfortunate header dependencyEvan Martin2012-09-041-1/+0
* clarify setterEvan Martin2012-09-042-5/+10
* move BuildLog to DependencyScanEvan Martin2012-09-049-22/+32
* fix --debug for glibc pedantic modeEvan Martin2012-09-041-0/+1
* pass Builder as arg to build-running functionsEvan Martin2012-09-041-15/+15
* remove config from BuildLog, rename membersEvan Martin2012-09-024-30/+24
* remove a redundant arg to RecomputeOutputDirtyEvan Martin2012-09-023-24/+19
* split out dirty recomputation logic from Edge classEvan Martin2012-09-026-88/+117
* Merge pull request #407 from maximuska/proposed/dirty-on-missing-depfileEvan Martin2012-08-302-3/+34
|\
| * safer build: consider target dirty if depfile is missingMaxim Kalaev2012-08-302-3/+34
|/
* Merge pull request #403 from nico/everylineweighsyoudownEvan Martin2012-08-281-2/+0
|\
| * Remove unused macro NINJA_UNUSED_ARG.Nico Weber2012-08-281-2/+0
|/
* point to HACKING.md in READMEEvan Martin2012-08-241-0/+1
* drop DepfileParserTest.Tilde, as it's covered by .SpecialCharsEvan Martin2012-08-241-13/+0
* link directly to gtest zipEvan Martin2012-08-241-1/+3
* update old test to cover newer rule attributesEvan Martin2012-08-241-1/+4
* add test that checks attributes on rulesEvan Martin2012-08-241-0/+11
* windows: pass /Zi to gtest compile as wellEvan Martin2012-08-241-1/+1
* remove crlfs from .gitignoreEvan Martin2012-08-241-17/+17
* fix test broken in 697350dEvan Martin2012-08-171-2/+10
* make it more explicit that a bad build log causes us to rebuildEvan Martin2012-08-173-4/+12
* Merge pull request #401 from syntheticpp/win-network-pathEvan Martin2012-08-172-0/+27
|\
| * on windows a network path starts with two backslashesPeter Kuemmel2012-08-172-0/+27
* | drop HACKING from doxygenEvan Martin2012-08-161-1/+1
* | use 4 space tabs in configure.py, warn on re2c missingEvan Martin2012-08-161-13/+14
* | 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