summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't print 'Entering directory' when running tools.Nico Weber2012-07-251-1/+4
* Use lowercase consistently.Thiago Farina2012-07-201-3/+3
* Merge pull request #366 from sgraham/no-noisy-cursorEvan Martin2012-07-201-6/+20
|\
| * windows: use WriteConsoleOutput instead of printf to avoid moving cursorScott Graham2012-07-191-6/+20
* | dep file parsing: allow '@' and '=' in pathsMaxim Kalaev2012-07-193-17/+30
|/
* disallow crlf in manifest filesEvan Martin2012-07-183-53/+81
* explain mode: show which input is more recentEvan Martin2012-07-171-1/+4
* subprocess_test: make SetWithLots run on all non-Windows platformsEvan Martin2012-07-171-4/+6
* Merge pull request #340 from sgraham/fix-win-buildEvan Martin2012-07-172-0/+3
|\
| * remove unnecessary manual Close()Scott Graham2012-06-191-1/+0
| * don't leak file handle on fail-to-upgrade caseScott Graham2012-06-191-0/+1
| * fix win32 compile, fix BuildLogTest.WriteRead on 2nd runScott Graham2012-06-192-0/+3
* | 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
* | | Remove #pragma once from our header files.Thiago Farina2012-07-174-4/+0
|/ /
* | Efficiently check for emptinessPierre Schweitzer2012-07-141-1/+1
* | Clarify comment wording.Ted Vessenes2012-07-111-3/+3
* | Fix missing POLLRDHUP constant on older systems.Ted Vessenes2012-07-111-0/+7
* | Rename parsers.* to manifest_parser.*Thiago Farina2012-07-097-9/+9
* | 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
* | | 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
* | 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
* | 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
| |/
* | improve testScott Graham2012-06-151-8/+7
* | add $in_newlineScott Graham2012-06-152-6/+28
* | fix windows buildScott Graham2012-06-151-0/+1
* | Add a hash collision benchmark.Nico Weber2012-06-151-0/+43
* | Only store command hashes in the build log.Nico Weber2012-06-158-17/+82
* | Merge pull request #328 from nico/canonperfEvan Martin2012-06-151-0/+38
|\ \
| * | add canon_perftestNico Weber2012-06-031-0/+38
* | | allow '(' and ')' in depfile pathsEvan Martin2012-06-123-7/+22
* | | fix a typo in a test nameEvan Martin2012-06-121-1/+1
* | | Merge pull request #311 from nico/cleanupsEvan Martin2012-06-041-1/+1
|\ \ \ | |/ / |/| |
| * | comment fixNico Weber2012-05-131-1/+1
| |/
* | Remove code that was never executed.Nico Weber2012-06-021-9/+1
* | Merge pull request #320 from nico/cleanupEvan Martin2012-06-022-4/+0
|\ \
| * | Remove unused variable last_update_millis_.Nico Weber2012-06-012-4/+0
| |/