Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Browse tool uses real hostname not localhost, to allow -t browse when using ssh | Richard Geary | 2013-05-22 | 1 | -2/+6 |
| | | | | Change-Id: Ic4be6527151a7ff68afab62e61951071ad5694b7 | ||||
* | Browse command does not parse URL correctly | Bei Zhang | 2013-02-24 | 1 | -1/+2 |
| | |||||
* | browse: Read ninja's error text from stderr. | Philip Puryear | 2012-12-08 | 1 | -5/+6 |
| | |||||
* | 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> | ||||
* | rearrange query/browse output to be more sensible | Evan Martin | 2012-01-24 | 1 | -53/+78 |
| | |||||
* | Rewrite the bootstrap script in Python | Elliott Hird | 2011-12-15 | 1 | -1/+1 |
| | | | | | | | This allows trouble-free builds on platforms with non-standard Python executable names. As a bonus, it passes the arguments received on to configure.py, so you don't have to reconfigure to build in a non-standard manner. | ||||
* | Revert "Merge pull request #143 from cipriancraciun/patches/python2" | Evan Martin | 2011-11-25 | 1 | -1/+1 |
| | | | | | | | This reverts commit 38ab41f45ff818b437942b753328a0168914fc86, reversing changes made to 819d6347b424f583d651b86dd1280605ddb23b88. Platforms that don't have /usr/bin/python pointing to python2 are broken. | ||||
* | Fixed Python 2 scripts prologue (i.e. `#!/usr/bin/env python2`). | Ciprian Dorin, Craciun | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | 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 |