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
...
*
allow spellcheck to be used with a vector of strings
Evan Martin
2012-01-04
1
-3/+4
*
refactor tool list into a table
Evan Martin
2012-01-04
1
-102/+111
*
don't attempt to build browse.* in bootstrap mode
Evan Martin
2012-01-04
1
-1/+1
*
switch the core ninja parser to use re2c for the lexer
Evan Martin
2011-12-29
1
-3/+9
*
remove huge indent from tools list
Evan Martin
2011-12-27
1
-8/+8
*
Fix the TODO in Rule class.
Thiago Farina
2011-12-24
1
-2/+2
*
print 'entering directory' when -C is used
Evan Martin
2011-12-15
1
-0/+4
*
Fix 'list' tool.
Nicolas Despres
2011-12-09
1
-1/+1
*
make Rule::name_ private
Evan Martin
2011-12-07
1
-5/+5
*
make Node::out_edges_ private
Evan Martin
2011-12-07
1
-4/+4
*
make Node::in_edge_ private
Evan Martin
2011-12-07
1
-10/+10
*
merge FileStat into Node
Evan Martin
2011-12-07
1
-8/+8
*
add help output to clean tool
Evan Martin
2011-12-05
1
-10/+16
*
also spell-check the 'clean' tool; abort on misspelling
Evan Martin
2011-12-05
1
-2/+3
*
split out tool list into a separate subcommand
Evan Martin
2011-12-05
1
-14/+27
*
disable the 'unused parameter' warning
Evan Martin
2011-12-05
1
-1/+1
*
Remove warning triggered by -Wextra on MinGW.
Nicolas Despres
2011-11-19
1
-0/+4
*
Add -Wextra warning flag.
Nicolas Despres
2011-11-19
1
-2/+2
*
Fix compilation warning with getopt() on MinGW.
Nicolas Despres
2011-11-19
1
-1/+1
*
Add spelling suggestions for four cases:
Nico Weber
2011-11-16
1
-4/+30
*
Add a "commands" tool
Peter Collingbourne
2011-11-04
1
-6/+38
*
Make the command line interface for the clean tool consistent
Peter Collingbourne
2011-10-15
1
-22/+15
*
Implement generator rules
Peter Collingbourne
2011-10-15
1
-2/+21
*
pass extra flags into the tool
Evan Martin
2011-10-14
1
-2/+5
*
make CanonicalizePath report an error on empty path
Evan Martin
2011-10-06
1
-2/+4
*
add syntax to build output from a given file
Evan Martin
2011-09-22
1
-0/+23
*
command line supports multiple targets
Evan Martin
2011-09-22
1
-2/+2
*
make options const
Evan Martin
2011-09-22
1
-6/+6
*
stylistic cleanups
Evan Martin
2011-09-22
1
-19/+20
*
note that target is optional in command-line help
Evan Martin
2011-09-22
1
-1/+3
*
verify -k param is numeric
Evan Martin
2011-09-09
1
-2/+8
*
minor cleanups
Evan Martin
2011-09-09
1
-2/+4
*
fix redundant manifest rebuild
Evan Martin
2011-09-08
1
-4/+13
*
Support for rebuilding and reloading manifest files
Peter Collingbourne
2011-09-03
1
-0/+29
*
Factor out State struct from ninja_jumble.cc into its header/source files.
Thiago Farina
2011-09-03
1
-3/+2
*
Implement default target statements
Peter Collingbourne
2011-08-31
1
-1/+1
*
semantic change: allow reaching into parent directories in paths
Evan Martin
2011-08-24
1
-2/+1
*
Set stdout to line-buffered.
Qingning Huo
2011-06-28
1
-0/+2
*
make browse work for all ninja paths
Evan Martin
2011-05-13
1
-3/+5
*
expose -k flag to users
Evan Martin
2011-05-09
1
-1/+8
*
Return non-zero status when errors occur.
Nicolas Despres
2011-05-02
1
-2/+1
*
windows: use abstractions in ninja.cc
Evan Martin
2011-05-02
1
-6/+13
*
use refactored function to support implicit "all" target
Evan Martin
2011-05-01
1
-12/+8
*
canonicalize paths in refactored function
Evan Martin
2011-05-01
1
-2/+5
*
refactor out adding "all" to graph tool
Evan Martin
2011-05-01
1
-21/+31
*
add doxygen-compatibile comments to most classes
Evan Martin
2011-04-29
1
-0/+2
*
graph: Assume all root nodes if no target given.
Nicolas Despres
2011-04-26
1
-6/+20
*
Add the 'clean' tool.
Nicolas Despres
2011-04-26
1
-1/+37
*
Add the 'rules' tool.
Nicolas Despres
2011-04-26
1
-1/+18
*
Add the 'targets' tool.
Nicolas Despres
2011-04-26
1
-1/+103
[prev]
[next]