summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #211 from okuoku/msvc-build-c4819Evan Martin2012-02-041-1/+1
|\
| * windows: Disable warning C4819okuoku2012-02-031-1/+1
|/
* Merge pull request #199 from qhuo/create-processEvan Martin2012-01-292-2/+38
|\
| * Add a test, NoSuchCommand.Qingning Huo2012-01-251-0/+18
| * Mark CreateProcess "program not found" failure as non-fatalQingning Huo2012-01-201-2/+20
* | Merge pull request #210 from syntheticpp/colon-escapeEvan Martin2012-01-296-27/+115
|\ \
| * | parse $:Peter Kuemmel2012-01-295-4/+78
| * | add colon escapingPeter Kuemmel2012-01-293-23/+37
|/ /
* | Merge pull request #209 from scottfranklin/python3_compatEvan Martin2012-01-291-2/+2
|\ \
| * | Explicitly turn input/output lists into list objects.Scott Franklin2012-01-281-2/+2
|/ /
* | Merge pull request #208 from okuoku/cygwin-buildEvan Martin2012-01-262-1/+1
|\ \
| * | Fix cygwin build by including stdio.h hereokuoku2012-01-252-1/+1
|/ /
* | rearrange query/browse output to be more sensibleEvan Martin2012-01-242-71/+100
* | Merge pull request #204 from syntheticpp/parser-crashEvan Martin2012-01-231-1/+4
|\ \
| * | check access to first element of string: string could be emptyPeter Kuemmel2012-01-231-1/+4
* | | Merge pull request #203 from syntheticpp/win-disk-interfaceEvan Martin2012-01-231-1/+7
|\ \ \ | |/ / |/| |
| * | fix search&replace error on struct namePeter Kuemmel2012-01-231-1/+1
| * | no error code about too long file names on WindowsPeter Kuemmel2012-01-231-0/+6
|/ /
* | Merge pull request #201 from syntheticpp/mingw-msvcEvan Martin2012-01-232-2/+4
|\ \
| * | only msvc needs these workaroundsPeter Kuemmel2012-01-222-2/+4
|/ /
* | windows: use _WIN32 define everywhereEvan Martin2012-01-2211-23/+23
|/
* Merge pull request #198 from nico/strip0Evan Martin2012-01-194-2/+68
|\
| * Strip ansi escape sequences from subcommand output when not writing to a smar...Nico Weber2012-01-194-2/+68
|/
* Merge pull request #197 from doctorlove/simple_dry_runEvan Martin2012-01-164-1/+39
|\
| * Add a test that dry run shows all commands that could be run (noneFrances Buontempo2012-01-162-1/+37
| * Stop warning about chdir etc which are treated as errors on MSVC with theFrances Buontempo2012-01-162-0/+2
|/
* windows: always generate PDBScott Graham2012-01-141-4/+5
* enable libstd++ debugging in debug modeEvan Martin2012-01-131-1/+3
* Merge pull request #196 from evanj/masterEvan Martin2012-01-131-2/+2
|\
| * BuildLog: Use Log::insert(Log::value_type()) to avoid invalid strings.Evan Jones2012-01-131-2/+2
|/
* windows: make ninja_test buildFrances Buontempo2012-01-131-1/+3
* Merge branch 'stringpiece-hash'Evan Martin2012-01-127-49/+94
|\
| * decide on murmur hash, delete stl hashEvan Martin2012-01-121-18/+4
| * make new hash work on windowsEvan Martin2012-01-111-4/+14
| * back to murmur hashEvan Martin2012-01-091-7/+7
| * remove string copy while loading depfilesEvan Martin2012-01-092-3/+3
| * split canonicalizeEvan Martin2012-01-092-5/+14
| * more stringpieceEvan Martin2012-01-093-9/+12
| * murmur -> stl hashEvan Martin2012-01-091-1/+10
| * switch node lookup to StringPieceEvan Martin2012-01-092-5/+5
| * convert ExternalStringHash to use StringPieceEvan Martin2012-01-093-22/+50
* | build gtest with -fvisibility=hidden as wellEvan Martin2012-01-121-2/+3
* | windows: hash_map bucket count has different getterFrances Buontempo2012-01-111-1/+6
* | GetTempPath() needs windows.hFrances Buontempo2012-01-111-0/+4
|/
* include main hash load in -d stats outputEvan Martin2012-01-091-1/+8
* configure.py: make CC='command with args' workCraig Schlenter2012-01-091-3/+5
* dynamic metrics report widthEvan Martin2012-01-061-3/+10
* track canonicalize metricEvan Martin2012-01-061-0/+2
* migrate tempdir code to test.ccEvan Martin2012-01-063-71/+108
* adjust restat behavior around missing outputsEvan Martin2012-01-052-8/+34