Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | refactor repeated code in cleaner | Evan Martin | 2012-10-31 | 2 | -14/+18 |
| | |||||
* | delete some obsolete TODOs | Evan Martin | 2012-10-31 | 1 | -2/+1 |
| | |||||
* | trailing whitespace | Evan Martin | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #453 from curinir/bash_completion | Evan Martin | 2012-10-31 | 1 | -2/+10 |
|\ | | | | | Add support for reading directory for bash completion. | ||||
| * | Add support for reading directory for bash completion. | Tommy Nyquist | 2012-10-30 | 1 | -2/+10 |
|/ | | | | | | Currently ninja bash completion only works in the directory where the build.ninja files is located. This adds support for using the -C argument to ninja. | ||||
* | Merge pull request #451 from ppuryear/browse-python3 | Evan Martin | 2012-10-27 | 1 | -32/+44 |
|\ | | | | | browse.py: Support Python 3. | ||||
| * | browse.py: Don't truncate error message if ninja -t query fails. | Philip Puryear | 2012-10-26 | 1 | -10/+15 |
| | | | | | | | | Signed-off-by: Philip Puryear <philippuryear@gmail.com> | ||||
| * | browse.py: Fix truncation with an unknown target. | Philip Puryear | 2012-10-26 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Philip Puryear <philippuryear@gmail.com> | ||||
| * | browse.py: Python 3 support. | Philip Puryear | 2012-10-26 | 1 | -29/+34 |
|/ | | | | Signed-off-by: Philip Puryear <philippuryear@gmail.com> | ||||
* | fix bad merge | Evan Martin | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | mingw helper: drop unused -r flag | Evan Martin | 2012-10-23 | 1 | -6/+1 |
| | |||||
* | update mingw docs for ubuntu precise | Evan Martin | 2012-10-23 | 1 | -0/+7 |
| | |||||
* | fix whitespace | Evan Martin | 2012-10-23 | 1 | -14/+14 |
| | |||||
* | bootstrap: fail more gracefully if gcc isn't available | Evan Martin | 2012-10-23 | 1 | -1/+5 |
| | |||||
* | Merge pull request #450 from zchothia/zc/py3k | Evan Martin | 2012-10-21 | 4 | -13/+22 |
|\ | | | | | Add support for Python 3 | ||||
| * | Python scripts: use built-in print function. | Zaheer Chothia | 2012-10-19 | 2 | -25/+13 |
| | | |||||
| * | Add support for Python 3 | Zaheer Chothia | 2012-10-18 | 4 | -13/+34 |
|/ | |||||
* | Merge pull request #441 from tfarina/missing-virtual | Evan Martin | 2012-10-17 | 2 | -6/+3 |
|\ | | | | | Add missing 'virtual' annotation to ReadFile() override. | ||||
| * | Add missing 'virtual' annotation to ReadFile() override. | Thiago Farina | 2012-10-17 | 2 | -6/+3 |
| | | | | | | | | Signed-off-by: Thiago Farina <tfarina@chromium.org> | ||||
* | | Merge pull request #448 from maximuska/proposed/buildlog-mini-refactor2 | Evan Martin | 2012-10-17 | 3 | -5/+36 |
|\ \ | | | | | | | Proposed/buildlog mini refactor2 | ||||
| * | | build log: fixing parameter names | Maxim Kalaev | 2012-10-15 | 1 | -6/+6 |
| | | | |||||
| * | | build log: mini-refactoring to use constructors to initialize entries | Maxim Kalaev | 2012-10-12 | 2 | -4/+14 |
| | | | |||||
| * | | build log: moving HashCommand() calculation out of targets loop | Maxim Kalaev | 2012-10-12 | 1 | -1/+2 |
| | | | |||||
| * | | build log: Adding test for multiple target edges | Maxim Kalaev | 2012-10-12 | 1 | -0/+20 |
| | | | |||||
* | | | Merge pull request #446 from maximuska/proposed/start-end-edge-metrics | Evan Martin | 2012-10-12 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | build metrics: StartEdge and EndEdge | ||||
| * | | build metrics: StartEdge and EndEdge | Maxim Kalaev | 2012-10-12 | 1 | -0/+2 |
|/ / | | | | | | | | | | | | | Total build time is also relevant. The costs of StartEdge and EndEdge turned out to be quite surprising. Especially if multiple targets are specified on edges. (I've tried declaring depfiles targets explicitly) | ||||
* | | Merge pull request #439 from wolfp/metric-recompact | Evan Martin | 2012-10-04 | 1 | -0/+1 |
|\ \ | | | | | | | Add metric for log recompacting |