summaryrefslogtreecommitdiffstats
path: root/src/browse.py
Commit message (Collapse)AuthorAgeFilesLines
* rearrange query/browse output to be more sensibleEvan Martin2012-01-241-53/+78
|
* Rewrite the bootstrap script in PythonElliott Hird2011-12-151-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 Martin2011-11-251-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, Craciun2011-11-221-1/+1
|
* tweak browse appearanceEvan Martin2011-05-131-10/+17
|
* make browse work for all ninja pathsEvan Martin2011-05-131-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.pyEvan Martin2011-03-071-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 copyrightsEvan Martin2011-02-061-0/+14
|
* move tools into a flagEvan Martin2011-01-281-1/+2
|
* call out ctl-c for quittingEvan Martin2011-01-231-1/+1
|
* add browser modeEvan Martin2011-01-231-0/+130