summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #91 from pcc/reload-manifestEvan Martin2011-09-063-0/+34
|\ \
| * | Support for rebuilding and reloading manifest filesPeter Collingbourne2011-09-033-0/+34
* | | build only the main binary by defaultEvan Martin2011-09-061-0/+4
* | | add 'default' keyword to python moduleEvan Martin2011-09-061-0/+3
* | | don't use "all" in the phony example, because we now have "default"Evan Martin2011-09-061-2/+2
* | | link to github in docsEvan Martin2011-09-061-0/+3
* | | update docs on other build system integration with recent newsEvan Martin2011-09-061-10/+9
* | | make --profile take an argument to use either gmon or google-pprofEvan Martin2011-09-061-3/+7
| |/ |/|
* | Merge pull request #94 from qhuo/named-pipeEvan Martin2011-09-041-2/+2
|\ \ | |/ |/|
| * subprocess-win32.cc: change named pipe names to contain process ID and subpro...Qingning Huo2011-09-041-2/+2
* | Merge pull request #89 from tfarina/stateEvan Martin2011-09-0313-47/+39
|\ \ | |/ |/|
| * Factor out State struct from ninja_jumble.cc into its header/source files.Thiago Farina2011-09-0313-47/+39
|/
* Merge pull request #92 from pcc/fix-warningEvan Martin2011-09-031-2/+2
|\
| * Fix a Clang self-assign warning by casting result to voidPeter Collingbourne2011-09-011-2/+2
* | Merge pull request #90 from pcc/default-target-statementsEvan Martin2011-09-037-8/+145
|\ \ | |/ |/|
| * Implement default target statementsPeter Collingbourne2011-08-317-8/+145
|/
* ninja_syntax.py: add include and subninjaEvan Martin2011-08-291-0/+6
* Merge pull request #87 from tfarina/fix-ninja-compilationEvan Martin2011-08-261-0/+1
|\
| * Fix ninja compilation by including a missing disk_interface.h.Thiago Farina2011-08-251-0/+1
|/
* Merge pull request #86 from tfarina/real-disk-interfaceEvan Martin2011-08-257-78/+90
|\
| * Move RealDiskInterface class to disk_interface.h.Thiago Farina2011-08-257-78/+90
* | semantic change: allow reaching into parent directories in pathsEvan Martin2011-08-246-104/+76
|/
* Merge pull request #82 from tfarina/disk-interfaceEvan Martin2011-08-235-60/+102
|\
| * Factor out DiskInterface class into its own source/header files.Thiago Farina2011-08-105-60/+102
* | Merge pull request #83 from rlarocque2/masterEvan Martin2011-08-181-2/+2
|\ \
| * | Update configure.py for ninja module renameRichard Larocque2011-08-171-2/+2
|/ /