Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wrap some overlong lines | Evan Martin | 2012-12-29 | 13 | -28/+56 |
| | |||||
* | fix all "class" -> "struct" | Evan Martin | 2012-12-29 | 5 | -11/+9 |
| | |||||
* | add a TODO from a pull request | Evan Martin | 2012-12-29 | 1 | -0/+1 |
| | |||||
* | Merge pull request #455 from azuk/master | Evan Martin | 2012-12-29 | 1 | -5/+8 |
|\ | | | | | Make a native Windows build possible when using Cygwin Python. | ||||
| * | Add --windows option to bootstrap.py | Hannu Koivisto | 2012-11-09 | 1 | -5/+8 |
| | | | | | | | | Makes it possible to make a native Windows build when using Cygwin Python. | ||||
* | | Merge pull request #467 from ppuryear/browse-error | Evan Martin | 2012-12-29 | 1 | -5/+6 |
|\ \ | | | | | | | browse: Read ninja's error text from stderr. | ||||
| * | | browse: Read ninja's error text from stderr. | Philip Puryear | 2012-12-08 | 1 | -5/+6 |
| | | | |||||
* | | | ninja_syntax.py: don't add trailing space when build has no inputs | Evan Martin | 2012-12-29 | 1 | -3/+2 |
| | | | | | | | | | | | | Seen in Ninja's configure.py where it creates an "rpmbuild" command. | ||||
* | | | fix test build under clang/system gtest | Evan Martin | 2012-12-29 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | Tests always need GTEST_HAS_RTTI=0 set, but the code was only setting it in the --with-gtest branch. Instead always use the test-specific cflags when compiling test code. | ||||
* | | | wrap test in anon namespace | Evan Martin | 2012-12-28 | 1 | -0/+4 |
| | | | |||||
* | | | correctly open /dev/null in subprocesses | Evan Martin | 2012-12-21 | 2 | -1/+16 |
| | | | | | | | | | | | | Fixes issue #468. | ||||
* | | | update a comment | Evan Martin | 2012-12-21 | 1 | -6/+3 |
| | | | |||||
* | | | Merge pull request #474 from yannicklm/master | Evan Martin | 2012-12-21 | 2 | -0/+9 |
|\ \ \ | | | | | | | | | NINJA_STATUS: add support of `%p` for percentage | ||||
| * | | | NINJA_STATUS: add support of `%p` for percentage | yannicklm | 2012-12-14 | 2 | -0/+9 |
| | | | | |||||
* | | | | Merge pull request #475 from nico/vim | Evan Martin | 2012-12-21 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | Update version number in ninja.vim after recent changes. | ||||
| * | | | Update version number in ninja.vim after recent changes. | Nico Weber | 2012-12-15 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #471 from riannucci/fix_vim_syntax | Evan Martin | 2012-12-14 | 1 | -1/+7 |
|\ \ \ | | | | | | | | | Fix vim syntax | ||||
| * | | | Add missing rspfile and rspfile_content | Robert Iannucci | 2012-12-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add ninja.vim syntax for pool | Robert Iannucci | 2012-12-14 | 1 | -1/+7 |
| | | | | |||||
* | | | | Merge pull request #472 from riannucci/add_python_pool_syntax | Evan Martin | 2012-12-14 | 1 | -1/+8 |
|\ \ \ \ | | | | | | | | | | | Add python ninja_syntax.py support for pool | ||||
| * | | | | Add python ninja_syntax.py support for pool | Robert Iannucci | 2012-12-14 | 1 | -1/+8 |
| |/ / / | |||||
* | | | | Merge pull request #473 from riannucci/fix_emacs | Evan Martin | 2012-12-14 | 1 | -1/+2 |
|\ \ \ \ | |/ / / |/| | | | Fix emacs ninja-mode | ||||
| * | | | Add missing default keyword | Robert Iannucci | 2012-12-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add pool | Robert Iannucci | 2012-12-14 | 1 | -1/+2 |
|/ / / | |||||
* | | | Merge pull request #461 from riannucci/global_section | Evan Martin | 2012-12-13 | 16 | -202/+634 |
|\ \ \ | |/ / |/| | | Resource pools for ninja | ||||
| * | | Remove unnecessary parameter from ShouldDelayEdge | Robert Iannucci | 2012-11-30 | 2 | -2/+2 |
| | | | |||||
| * | | Rename isValid | Robert Iannucci | 2012-11-30 | 1 | -1/+1 |
| | | | |||||
| * | | Fix formatting | Robert Iannucci | 2012-11-30 | 4 | -13/+13 |
| | | | |||||
| * | | Improve comments for src/state.h | Robert Iannucci | 2012-11-30 | 1 | -3/+12 |
| | | | |||||
| * | | Doc improvements | Robert Iannucci | 2012-11-30 | 1 | -0/+8 |
| | | | |||||
| * | | Make Edge->pool() a pointer like it should have been | Robert Iannucci | 2012-11-30 | 2 | -8/+8 |
| | | | |||||
| * | | Improve the manual documentation | Robert Iannucci | 2012-11-30 | 1 | -10/+12 |
| | | | |||||
| * | | Revert "Dump state for debugging" | Robert Iannucci | 2012-11-10 | 1 | -4/+0 |
| | | | | | | | | | | | | This reverts commit 9b196dc806e57cefd88bbbacd12286447dbf9ad9. | ||||
| * | | Uninitialized variable! There is always one... | Robert Iannucci | 2012-11-10 | 1 | -1/+1 |
| | | | |||||
| * | | Dump state for debugging | Robert Iannucci | 2012-11-10 | 1 | -0/+4 |
| | | | |||||
| * | | Make edge dump pool name, and skip default pool | Robert Iannucci | 2012-11-10 | 2 | -1/+10 |
| | | | |||||
| * | | cover the nulled pool case | Robert Iannucci | 2012-11-10 | 1 | -19/+20 |
| | | | |||||
| * | | add docs | Robert Iannucci | 2012-11-10 | 1 | -0/+51 |
| | | | |||||
| * | | Add some tests! | Robert Iannucci | 2012-11-10 | 1 | -3/+129 |
| | | | |||||
| * | | begin rationalizing platform for both parsers | Robert Iannucci | 2012-11-10 | 1 | -7/+5 |
| | | | |||||
| * | | block parse method done | Robert Iannucci | 2012-11-10 | 6 | -185/+277 |
| | | | |||||
| * | | all building and tests passing | Robert Iannucci | 2012-11-09 | 2 | -2/+2 |
| | | | |||||
| * | | Dump pools with State | Robert Iannucci | 2012-11-09 | 3 | -6/+26 |
| | | | |||||
| * | | Fix a bug... now chrome build works O_O | Robert Iannucci | 2012-11-09 | 1 | -1/+1 |
| | | | |||||
| * | | and some basic implementation | Robert Iannucci | 2012-11-09 | 4 | -15/+46 |
| | | | |||||
| * | | stub out an api and de-constify Pool | Robert Iannucci | 2012-11-09 | 6 | -17/+63 |
| | | | |||||
| * | | Const ref FTW | Robert Iannucci | 2012-11-09 | 1 | -1/+1 |
| | | | |||||
| * | | Pull graph.cc too | Robert Iannucci | 2012-11-09 | 1 | -1/+2 |
| | | | |||||
| * | | Pull out base changes to state | Robert Iannucci | 2012-11-09 | 2 | -2/+40 |
| |/ | |||||
* | | Merge pull request #464 from tfarina/clang-warning | Evan Martin | 2012-11-27 | 1 | -1/+1 |
|\ \ | | | | | | | Fix clang warning. |