Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SEMANTIC CHANGE: implicit inputs are now required to exist | Evan Martin | 2011-05-13 | 5 | -16/+54 |
| | | | | | | Edges found through depfiles are special: they get an extra empty "phony" rule. (This is identical to the way you hack this with Makefiles.) | ||||
* | tweak browse appearance | Evan Martin | 2011-05-13 | 1 | -10/+17 |
| | |||||
* | make browse work for all ninja paths | Evan Martin | 2011-05-13 | 4 | -9/+14 |
| | | | | | | | Pass the path to the ninja binary in to the Python script. Confusingly, in some places the variables were already in place to do this, but they were accidentally used for something else entirely. | ||||
* | refix recompaction | Evan Martin | 2011-05-12 | 1 | -1/+1 |
| | | | | | Like all untested quick fixes, my previous quick fix actually introduced a reliable segfault. | ||||
* | quick fix: write out signature in recompaction | Evan Martin | 2011-05-11 | 1 | -0/+5 |
| | | | | | This needs refactoring but I already pushed the bad code so this hopefully makes it less broken. | ||||
* | don't crash on truncated log files | Evan Martin | 2011-05-11 | 2 | -3/+35 |
| | | | | | Add a test that tries all truncations of a log file and verifies it doesn't crash. | ||||
* | add a versioning header to build log, switch to v2 | Evan Martin | 2011-05-11 | 4 | -27/+83 |
| | | | | | In v2 we store both the start and end time of the command. This allows better visualization of the build process. | ||||
* | clang note | Evan Martin | 2011-05-11 | 1 | -0/+4 |
| | |||||
* | Merge pull request #44 from polrop/update-todo | Evan Martin | 2011-05-10 | 1 | -3/+0 |
|\ | | | | | Update the todo list since -k is implemented now. | ||||
| * | Update the todo list since -k is implemented now. | Nicolas Despres | 2011-05-10 | 1 | -3/+0 |
| | | |||||
* | | Merge pull request #43 from polrop/fix-bootstrap-for-dash | Evan Martin | 2011-05-10 | 1 | -3/+6 |
|\ \ | |/ |/| | Fix bootstrap script for dash. | ||||
| * | Fix bootstrap script for dash. | Nicolas Despres | 2011-05-10 | 1 | -3/+6 |
|/ | | | | | | On Ubuntu /bin/sh is a link to dash. The bootstrap script reported a 'Bad substitution' error line 39 when interpreted by dash. This patch fix the problem. | ||||
* | fix test | Evan Martin | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | make platform a command-line arg to configure | Evan Martin | 2011-05-09 | 2 | -10/+20 |
| | |||||
* | expose -k flag to users | Evan Martin | 2011-05-09 | 2 | -2/+12 |
| | |||||
* | add support for ignoring failures of some subtasks | Evan Martin | 2011-05-09 | 3 | -10/+57 |
| | |||||
* | rename gen-build-file to configure | Evan Martin | 2011-05-09 | 3 | -8/+12 |
| | | | | Change it so it always writes build.ninja; easier to run directly. | ||||
* | windows: remove extra print | Evan Martin | 2011-05-08 | 1 | -1/+0 |
| | |||||
* | windows: fix more signedness warnings | Evan Martin | 2011-05-08 | 3 | -36/+36 |
| | |||||
* | windows: pass subprocess tests | Evan Martin | 2011-05-08 | 2 | -30/+55 |
| | |||||
* | windows: pass the DiskInterface tests | Evan Martin | 2011-05-08 | 1 | -21/+58 |
| | |||||
* | Merge pull request #42 from ascherkus/master | Evan Martin | 2011-05-08 | 1 | -1/+7 |
|\ | | | | | Quick fix for bootstrap.sh due to win32 files | ||||
| * | Fix bootstrap.sh to include the correct subprocess{-win32}.cc based on the ↵ | Andrew Scherkus | 2011-05-08 | 1 | -1/+7 |
|/ | | | | platform. | ||||
* | amend HACKING with how to dev for windows | Evan Martin | 2011-05-06 | 1 | -0/+11 |
| | |||||
* | windows: successfully link tests | Evan Martin | 2011-05-06 | 5 | -33/+70 |
| | | | | | It links, with some hacks. Tests still fail. | ||||
* | fix tests broken by previous commit | Evan Martin | 2011-05-06 | 1 | -6/+6 |
| | |||||
* | Merge pull request #40 from fischman/master | Evan Martin | 2011-05-06 | 1 | -2/+2 |
|\ | | | | | CC vs CXX in ninja/gen-build-file.py | ||||
| * | Use $CXX instead of $CC when building C++ ninja source. | Ami Fischman | 2011-05-06 | 1 | -2/+2 |
| | | |||||
* | | windows: subprocess implementation for Windows | Evan Martin | 2011-05-06 | 4 | -6/+243 |
| | | | | | | | | Heavily based on a patch from Sergey Nenakhov <nenakhov.sergey@gmail.com>. | ||||
* | | more refactoring for windows | Evan Martin | 2011-05-06 | 2 | -27/+16 |
|/ | |||||
* | Merge pull request #38 from SByer/path_fix. | Evan Martin | 2011-05-03 | 1 | -1/+1 |
|\ | | | | | Needed more path components to build Chrome. | ||||
| * | Needed more path components to build Chrome. One path component in an uncommon | Scott Byer | 2011-05-03 | 1 | -1/+1 |
|/ | | | | sub-library ended up with 27 slashes in it. | ||||
* | windows: build win32 subprocess file on windows | Evan Martin | 2011-05-03 | 1 | -4/+5 |
| | |||||
* | refactor subprocess to make it easier for windows port | Evan Martin | 2011-05-03 | 4 | -75/+62 |
| | | | | | | Rather than tracking stdout/stderr explicitly, just keep an opaque pointer to a platform-specific 'stream' type. Also provide API to get at the process output. | ||||
* | generate mingw build files if requested | Evan Martin | 2011-05-03 | 1 | -26/+52 |
| | | | | Set NINJA_PLATFORM=mingw to get them. | ||||
* | fix unit test | Evan Martin | 2011-05-02 | 2 | -2/+2 |
| | |||||
* | Merge pull request #37 from polrop/add-guidelines. | Evan Martin | 2011-05-02 | 1 | -0/+20 |
|\ | | | | | Add coding and documentation guidelines. | ||||
| * | Add coding and documentation guidelines. | Nicolas Despres | 2011-05-02 | 1 | -0/+20 |
| | | | | | | | | As discussed on the mailing list. | ||||
* | | Merge pull request #36 from polrop/test-clean-tool. | Evan Martin | 2011-05-02 | 10 | -52/+400 |
|\ \ | | | | | | | Test clean tool | ||||
| * | | The cleaner can be used multiple times now. | Nicolas Despres | 2011-05-02 | 1 | -90/+48 |
| | | | |||||
| * | | Return non-zero status when errors occur. | Nicolas Despres | 2011-05-02 | 9 | -40/+78 |
| | | | | | | | | | | | | | | | | | | Clean all was not returning non-zero when an error occur (like when failing to remove a directory). This patch fix the problem and add a test for it. | ||||
| * | | Add a test for the clean tool. | Nicolas Despres | 2011-05-02 | 9 | -35/+387 |
| |/ | | | | | | | It also fix a bug about the count of removed file reported. | ||||
* | | Merge pull request #35 from polrop/add-warning-funcion. | Evan Martin | 2011-05-02 | 3 | -2/+14 |
|\ \ | | | | | | | Add a Warning() report function. | ||||
| * | | Add a Warning() report function. | Nicolas Despres | 2011-05-02 | 3 | -2/+14 |
| |/ | | | | | | | Also fix sites where Error() was misused. | ||||
* | | Merge pull request #34 from polrop/fix-typo. | Evan Martin | 2011-05-02 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix typo in documentation. | ||||
| * | Fix typo in documentation. | Nicolas Despres | 2011-05-02 | 1 | -1/+1 |
|/ | |||||
* | windows: use abstractions in ninja.cc | Evan Martin | 2011-05-02 | 1 | -6/+13 |
| | |||||
* | windows: getopt const clean hack | Evan Martin | 2011-05-02 | 1 | -3/+3 |
| | |||||
* | windows: use millis abstraction instead of non-portable gettimeofday | Evan Martin | 2011-05-02 | 1 | -14/+28 |
| | |||||
* | remove ROOT_HACK hack; it is unused | Evan Martin | 2011-05-02 | 1 | -9/+0 |
| |