summaryrefslogtreecommitdiffstats
path: root/src/browse.h
Commit message (Collapse)AuthorAgeFilesLines
* Pass location of build.ninja file to browse scriptColin Cross2016-04-191-1/+1
| | | | | Pass the value of -f to the browse python script so it can be passed back to ninja -t query.
* browse: support --port and --no-browser optionsPeter Wu2016-03-111-2/+3
| | | | | | | Add --port option to override the default port (8000). Add --no-browser option to avoid opening a web browser (useful over SSH). Make the target name optional, using "all" if omitted.
* make browse work for all ninja pathsEvan Martin2011-05-131-2/+4
| | | | | | | 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.
* add doxygen-compatibile comments to most classesEvan Martin2011-04-291-3/+3
|
* [windows] fix class/struct confusionSergey Nenakhov2011-04-231-1/+1
|
* factor browse out into its own fileEvan Martin2011-03-051-0/+25