index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ninja.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fit --help output into 80 columns and move verbose up, fix #1500
Jan Niklas Hasse
2018-11-16
1
-3/+3
*
Explain why there's no browse tool, fix #1478
Jan Niklas Hasse
2018-11-14
1
-3/+6
*
Make -j 0 run unlimited parallel builds, fix #1309
Martell Malone
2018-11-14
1
-3/+6
*
Add --verbose as an alternative spelling for -v, fix #1310
Jan Niklas Hasse
2018-11-13
1
-1/+2
*
Misc typo fixes by https://github.com/codespell-project/codespell/
Mo Zhou
2018-09-06
1
-1/+1
*
make `-w dupbuild` default to `err`
Nico Weber
2018-04-05
1
-0/+1
*
[compdb] Move declarations closer to their use.
Asanka Herath
2018-04-05
1
-3/+3
*
[compdb] Expand response files inline based on a switch.
Asanka Herath
2018-04-05
1
-2/+60
*
Merge pull request #1386 from jmgao/exit
Nico Weber
2018-04-05
1
-14/+16
|
\
|
*
Don't clean up after ourselves when exiting.
Josh Gao
2018-02-19
1
-14/+16
*
|
Merge pull request #1373 from BillyDonahue/help_k_zero
Nico Weber
2018-04-05
1
-1/+1
|
\
\
|
*
|
Update Usage to show "-k 0" behavior
Billy Donahue
2018-01-12
1
-1/+1
|
|
/
*
|
Add 'output' field to compdb output
Scott Graham
2018-02-07
1
-0/+2
|
/
*
Merge pull request #1219 from QuLogic/resolution
Nico Weber
2017-10-20
1
-1/+1
|
\
|
*
Make TimeStamp 64-bit.
Elliott Sales de Andrade
2017-09-16
1
-1/+1
*
|
escape usage examples
Refael Ackermann
2017-10-19
1
-3/+3
|
/
*
Restore tolerance of self-referencing phony build statements
Brad King
2017-09-08
1
-2/+16
*
Factor ManifestParser options into a structure
Brad King
2017-09-07
1
-4/+5
*
Support restat when rebuilding manifest
Dan Willemsen
2017-02-08
1
-4/+13
*
Merge pull request #1181 from DanielWeber/issue-1161
Nico Weber
2017-01-24
1
-2/+2
|
\
|
*
Allow more path components
Daniel Weber
2016-08-22
1
-2/+2
*
|
teach -t commands to optionally print only the final command
Nico Weber
2016-11-06
1
-5/+35
|
/
*
Pass location of build.ninja file to browse script
Colin Cross
2016-04-19
1
-27/+27
*
browse: support --port and --no-browser options
Peter Wu
2016-03-11
1
-5/+1
*
Fix ambiguous call to set_terminate on Windows platform
g4m4
2016-02-17
1
-1/+1
*
Replace ManifestParser::FileReader with general FileReader
Brad King
2016-02-03
1
-10/+1
*
Merge pull request #1096 from sgraham/dupe-edge-action
Nico Weber
2016-01-29
1
-1/+3
|
\
|
*
dupe_edge_should_err from bool to enum
Scott Graham
2016-01-27
1
-1/+3
*
|
Add -d keepdepfile to preserve depfiles
Shinichiro Hamaji
2016-01-28
1
-5/+10
|
/
*
Remove unnecessary `std::`
Tetsuo Kiso
2016-01-10
1
-2/+2
*
Do not attempt to rebuild infinitely in dry-run mode.
Nicolas Despres
2015-12-09
1
-0/+4
*
Merge pull request #1007 from mikesep/aix
Evan Martin
2015-11-12
1
-0/+3
|
\
|
*
Fix getopt for AIX
Mike Seplowitz
2015-08-19
1
-0/+3
*
|
Make links point to org page
Nico Weber
2015-11-11
1
-1/+1
|
/
*
Some mucking with std:: for set_terminate and terminate_handler
Scott Graham
2015-08-10
1
-1/+1
*
win: print right slashes in 'unknown target' message
Nico Weber
2015-07-10
1
-3/+3
*
Let Stat() have an err outparam instead of writing to stderr.
Nico Weber
2015-03-31
1
-2/+11
*
Add an opt-in flag to make duplicate edges an error (`-w dupbuild=err`).
Nico Weber
2015-03-24
1
-3/+38
*
Swap order of -k and -l in help output, to keep the list alphabetized.
Nico Weber
2015-03-24
1
-1/+1
*
Allow manifest rebuild to loop up to 100 times
Colin Cross
2015-02-03
1
-14/+13
*
Revert #223, fixes #874.
Nico Weber
2014-12-04
1
-5/+4
*
drop NINJA_BOOTSTRAP define
Evan Martin
2014-11-18
1
-1/+1
*
Make sure configure.py and ninja.cc always agree on if -t browse is included.
Nico Weber
2014-11-14
1
-2/+2
*
fix order of args to CanonicalizePath
Scott Graham
2014-11-09
1
-2/+2
*
remove CanonicalizePath overloads, test for toplevel behaviour
Scott Graham
2014-11-09
1
-2/+4
*
Remove extra info from Usage()
kwesolowski
2014-07-26
1
-3/+0
*
Small usage info fix for windows
kwesolowski
2014-07-25
1
-1/+1
*
Fixed/improved -l N documentation For windows
kwesolowski
2014-07-25
1
-1/+1
*
Merge pull request #755 from zmodem/working_dir_vs_msvc_tool
Nico Weber
2014-06-29
1
-8/+9
|
\
|
*
Process the -C option before running RUN_AFTER_FLAGS tools.
Hans Wennborg
2014-05-03
1
-8/+9
[next]