summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement Make-style order-only dependenciesPeter Collingbourne2011-10-243-19/+59
* Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_Peter Collingbourne2011-10-188-106/+160
* Merge pull request #120 from pcc/generatorEvan Martin2011-10-1710-38/+94
|\
| * Make the command line interface for the clean tool consistentPeter Collingbourne2011-10-152-31/+23
| * Implement generator rulesPeter Collingbourne2011-10-1510-19/+83
|/
* pass extra flags into the toolEvan Martin2011-10-141-2/+5
* Elide output in the middle when exceeding terminal width.Nicolas Despres2011-10-121-3/+4
* make CanonicalizePath report an error on empty pathEvan Martin2011-10-067-19/+57
* Merge pull request #119 from pcc/disable-assertsEvan Martin2011-09-281-1/+1
|\
| * Disable assertion checks unless --debug is enabledPeter Collingbourne2011-09-241-1/+1
|/
* add syntax to build output from a given fileEvan Martin2011-09-221-0/+23
* command line supports multiple targetsEvan Martin2011-09-221-2/+2
* make options constEvan Martin2011-09-221-6/+6
* stylistic cleanupsEvan Martin2011-09-221-19/+20
* note that target is optional in command-line helpEvan Martin2011-09-221-1/+3
* delete todo; I converted it into bugs on githubEvan Martin2011-09-151-22/+0
* delete .a files before adding to them with arEvan Martin2011-09-141-1/+1
* Merge pull request #106 from pcc/depfile-vectorEvan Martin2011-09-141-4/+7
|\
| * Allocate space in the inputs vector for the depfile implicit depsPeter Collingbourne2011-09-141-4/+7
* | Merge pull request #107 from pcc/missing-phonyEvan Martin2011-09-145-8/+40
|\ \ | |/ |/|
| * Consider missing phony targets with no dependencies out of datePeter Collingbourne2011-09-143-1/+19
| * Modify the build tests to use the virtual file systemPeter Collingbourne2011-09-143-7/+21
|/
* generalize the pattern of hash_map<const char*, ...>, use in BuildLogEvan Martin2011-09-125-32/+42
* use StringPiece for makefile depsEvan Martin2011-09-125-12/+77
* Merge pull request #104 from tfarina/ninja-testEvan Martin2011-09-124-144/+151
|\
| * Split ninja_test.cc into state_test.cc and disk_interface_test.ccThiago Farina2011-09-114-144/+151
|/
* Merge pull request #103 from tfarina/structEvan Martin2011-09-111-1/+1
|\
| * This is C++, there is no need to write 'struct' before the type when declarin...Thiago Farina2011-09-101-1/+1
* | change main hash to char*; use pointers into filesEvan Martin2011-09-102-3/+26
* | optimize IsIdentCharEvan Martin2011-09-091-5/+25
* | fix "ignored return value of write" harderEvan Martin2011-09-091-2/+4
* | verify -k param is numericEvan Martin2011-09-092-4/+10
* | minor cleanupsEvan Martin2011-09-091-2/+4
* | don't mark phony edges dirty if none of their inputs are dirtyEvan Martin2011-09-092-8/+23
|/
* Merge pull request #101 from tfarina/build-config-referenceEvan Martin2011-09-092-5/+5
|\
| * Make Cleaner::config_ a reference-to-const instead of copying the value.Thiago Farina2011-09-092-5/+5
* | Merge pull request #95 from qhuo/depfile-for-command-with-multiple-outputsEvan Martin2011-09-093-22/+11
|\ \ | |/ |/|
| * Move a passing test from Errors to MultipleOutputsQingning Huo2011-09-061-10/+11
| * Add depfile support to build command with multiple outputs (Fixes: #61)Qingning Huo2011-09-063-14/+2
* | link gtest code with -lpthreadEvan Martin2011-09-091-1/+1
* | Merge pull request #99 from tfarina/eval-env-testEvan Martin2011-09-093-75/+103
|\ \
| * | Move EvalString tests to eval_env_test.ccThiago Farina2011-09-093-75/+103
|/ /
* | Merge pull request #98 from tfarina/fix-win-buildEvan Martin2011-09-082-28/+29
|\ \
| * | Fix windows build by moving mkdtemp() implementation from ninja_test.cc to di...Thiago Farina2011-09-082-28/+29
* | | Merge branch 'master' of github.com:martine/ninjaEvan Martin2011-09-083-105/+134
|\ \ \ | |/ /
| * | Merge pull request #96 from tfarina/disk-interface-testEvan Martin2011-09-073-105/+134
| |\ \
| | * | Move DiskInterfaceTest into its own source file.Thiago Farina2011-09-073-105/+134
| | |/
* | | fix redundant manifest rebuildEvan Martin2011-09-084-20/+41
* | | allow --with-gtest flag to use unpacked gtest dirEvan Martin2011-09-072-9/+30
|/ /
* | preserve configure.py params across re-runsEvan Martin2011-09-061-1/+4