summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #363 from usovalx/subprocess_test_build_failureEvan Martin2012-07-171-0/+5
|\ \ \ \ \
| * | | | | Add missing include of <sys/resouce.h>Oleksandr Usov2012-07-161-0/+5
| | |/ / / | |/| | |
* | | | | fix manual to reflect reality of depfile cleaningEvan Martin2012-07-171-3/+3
* | | | | Merge pull request #364 from tfarina/pragma-onceEvan Martin2012-07-174-4/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove #pragma once from our header files.Thiago Farina2012-07-174-4/+0
|/ / / /
* | | | Merge pull request #361 from HeisSpiter/masterEvan Martin2012-07-151-1/+1
|\ \ \ \
| * | | | Efficiently check for emptinessPierre Schweitzer2012-07-141-1/+1
|/ / / /
* | | | Merge pull request #359 from tedv/old-archEvan Martin2012-07-111-0/+7
|\ \ \ \
| * | | | Clarify comment wording.Ted Vessenes2012-07-111-3/+3
| * | | | Fix missing POLLRDHUP constant on older systems.Ted Vessenes2012-07-111-0/+7
|/ / / /
* | | | Merge pull request #357 from tfarina/manifest-parserEvan Martin2012-07-099-14/+14
|\ \ \ \
| * | | | Rename parsers.* to manifest_parser.*Thiago Farina2012-07-099-14/+14
|/ / / /
* | | | Merge pull request #313 from wolfp/restat_missing_inputEvan Martin2012-07-032-7/+55
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add a test for missing input files in restat ruleswolfp2012-06-271-0/+54
| * | | Do not reset restat_mtime if an input is missing (issue #295)wolfp2012-06-271-7/+1
* | | | Merge pull request #350 from maximuska/proposed/improve-dump-edge-nodeEvan Martin2012-06-292-6/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | Improving Edge::Dump, introducing Node::DumpMaxim Kalaev2012-06-282-6/+27
|/ / /
* | | switch build log to print hashes as hexEvan Martin2012-06-192-2/+3
* | | add copyright headerEvan Martin2012-06-191-0/+14
* | | add new binaries to gitignoreEvan Martin2012-06-191-0/+3
* | | drop support of log formats < 4Evan Martin2012-06-182-23/+21
* | | use PRIu64 for printing 64-bit in, %d for printing intEvan Martin2012-06-182-2/+23
* | | make canon_perftest build, add licenseEvan Martin2012-06-181-0/+17
* | | Merge pull request #338 from syntheticpp/empty-log-fileEvan Martin2012-06-181-3/+7
|\ \ \
| * | | no recompacting needed when log file is emptyPeter Kuemmel2012-06-181-3/+7
|/ / /
* | | Merge pull request #316 from tfarina/structEvan Martin2012-06-172-5/+6
|\ \ \
| * | | No need to write 'struct' before type name when declaraing variables in C++.Thiago Farina2012-05-232-5/+6
* | | | fix quoting thinkoEvan Martin2012-06-161-1/+1
* | | | rearrange shell quoting in configure.pyEvan Martin2012-06-161-3/+12
* | | | Merge pull request #333 from jonforums/no-main-multi-defsEvan Martin2012-06-161-0/+2
|\ \ \ \
| * | | | Prevent multiple definition link errorJon2012-06-161-0/+2
|/ / / /
* | | | Merge pull request #331 from sgraham/add-in_newlineEvan Martin2012-06-153-8/+32
|\ \ \ \
| * | | | improve testScott Graham2012-06-151-8/+7
| * | | | add $in_newlineScott Graham2012-06-153-8/+33
* | | | | Merge pull request #330 from sgraham/win32-hash-buildEvan Martin2012-06-151-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | fix windows buildScott Graham2012-06-151-0/+1
|/ / / /
* | | | Merge pull request #329 from nico/hash2Evan Martin2012-06-1510-28/+135
|\ \ \ \
| * | | | Add a hash collision benchmark.Nico Weber2012-06-152-11/+53
| * | | | Only store command hashes in the build log.Nico Weber2012-06-158-17/+82
|/ / / /
* | | | Merge pull request #328 from nico/canonperfEvan Martin2012-06-152-1/+43
|\ \ \ \
| * | | | add canon_perftestNico Weber2012-06-032-1/+43
* | | | | allow '(' and ')' in depfile pathsEvan Martin2012-06-123-7/+22
* | | | | add a note to HACKING about how to get gtestEvan Martin2012-06-121-0/+8
* | | | | fix a typo in a test nameEvan Martin2012-06-121-1/+1
* | | | | Merge pull request #325 from luvit/fix-path-magicEvan Martin2012-06-121-1/+1
|\ \ \ \ \
| * | | | | bootstrap: fix path magic on windowsBrandon Philips2012-06-111-1/+1
* | | | | | Merge pull request #323 from luvit/bootstrap-from-cwdEvan Martin2012-06-101-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | bootstrap: chdir to bootstrap's directoryBrandon Philips2012-06-101-0/+2
|/ / / / /
* | | | | Merge pull request #306 from nico/winunbreakconfEvan Martin2012-06-071-3/+4
|\ \ \ \ \
| * | | | | Fix configure.py on windows, which does not permit a leading space.Nico Weber2012-06-051-3/+4
|/ / / / /