Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tweak browse appearance | Evan Martin | 2011-05-13 | 1 | -10/+17 |
| | |||||
* | make browse work for all ninja paths | Evan Martin | 2011-05-13 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | use a shell script to inline browse.py | Evan Martin | 2011-03-07 | 1 | -1/+3 |
| | | | | | | | | | Relying on the inline-assembly trick was cute but it didn't work on other platforms; relying on xxd will make us depend on xxd being available. Instead, inline browse.py into a header using a shell script. (Making this work required fixing multiple bugs in ninja...) | ||||
* | add copyrights | Evan Martin | 2011-02-06 | 1 | -0/+14 |
| | |||||
* | move tools into a flag | Evan Martin | 2011-01-28 | 1 | -1/+2 |
| | |||||
* | call out ctl-c for quitting | Evan Martin | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | add browser mode | Evan Martin | 2011-01-23 | 1 | -0/+130 |