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
...
*
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
*
Add -C DIR option.
Nicolas Despres
2011-04-26
1
-1/+12
*
graph: Report errors if a target does not exist.
Nicolas Despres
2011-04-26
1
-3/+11
*
Do not always require a target when a tool is run.
Nicolas Despres
2011-04-26
1
-1/+9
*
Remove no longer used current working directory.
Nicolas Despres
2011-04-26
1
-7/+0
*
Prefix perror(3) messages with program name.
Nicolas Despres
2011-04-26
1
-1/+1
*
[windows] disable browse tool on Windows for now
Sergey Nenakhov
2011-04-23
1
-0/+4
*
[windows] use local getopt.h
Sergey Nenakhov
2011-04-23
1
-0/+4
*
[windows] get processor count using Windows API
Sergey Nenakhov
2011-04-23
1
-0/+4
*
canonicalize paths on the command-line as they're used
Evan Martin
2011-04-22
1
-1/+6
*
Prefix error messages with program name.
Nicolas Despres
2011-03-21
1
-9/+10
*
move the implementation of GraphViz to source file
Thiago Farina
2011-03-07
1
-2/+2
*
factor browse out into its own file
Evan Martin
2011-03-05
1
-31/+3
*
linux: simpler way to get number of processors
Evan Martin
2011-03-01
1
-10/+3
*
get the number of CPUs on FreeBSD and OS X via sysctl()
Evan Martin
2011-02-28
1
-0/+14
*
add copyrights
Evan Martin
2011-02-06
1
-0/+14
*
create builddir on start; fixes bootstrap
Evan Martin
2011-02-06
1
-1/+13
*
use -f for input file, matching make
Evan Martin
2011-02-05
1
-3/+3
*
use builddir for log file
Evan Martin
2011-02-04
1
-3/+6
*
parallelism flag, guess based on cpuinfo
Evan Martin
2011-02-01
1
-6/+38
*
move tools into a flag
Evan Martin
2011-01-28
1
-21/+18
*
move dry run info inside build log
Evan Martin
2011-01-23
1
-1/+1
*
pass config into build log
Evan Martin
2011-01-23
1
-2/+6
[prev]
[next]