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
*
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
*
refactor main
Evan Martin
2011-01-23
1
-59/+67
*
add browser mode
Evan Martin
2011-01-23
1
-1/+41
*
add mode for querying dependency graph
Evan Martin
2011-01-19
1
-1/+33
*
don't log commands in dry-run mode
Evan Martin
2011-01-08
1
-1/+1
*
split out graph into its own header
Evan Martin
2011-01-08
1
-1/+2
*
hide log file
Evan Martin
2011-01-07
1
-1/+1
*
state holds build log, not config
Evan Martin
2011-01-07
1
-4/+2
*
reread previous log on startup
Evan Martin
2011-01-07
1
-1/+9
*
move buildlog to main driver
Evan Martin
2010-12-26
1
-0/+6
*
remove special builddir
Evan Martin
2010-12-19
1
-1/+0
*
verbosity tristate
Evan Martin
2010-12-14
1
-1/+1
*
use separate config object
Evan Martin
2010-12-13
1
-6/+5
*
dry run flag
Evan Martin
2010-12-13
1
-2/+7
*
verbose mode
Evan Martin
2010-12-07
1
-2/+7
*
move src into subdir
Evan Martin
2010-12-05
1
-0/+103