index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
windows: use abstractions in ninja.cc
Evan Martin
2011-05-02
1
-6/+13
*
windows: getopt const clean hack
Evan Martin
2011-05-02
1
-3/+3
*
windows: use millis abstraction instead of non-portable gettimeofday
Evan Martin
2011-05-02
1
-14/+28
*
remove ROOT_HACK hack; it is unused
Evan Martin
2011-05-02
1
-9/+0
*
windows: abstract around mkdir vs _mkdir
Evan Martin
2011-05-02
3
-1/+19
*
windows: use portable replacement of setlinebuf()
Evan Martin
2011-05-02
1
-1/+1
*
check in a script that generates build.ninja
Evan Martin
2011-05-02
5
-120/+158
*
drop "all" target from build
Evan Martin
2011-05-01
1
-2/+0
*
use refactored function to support implicit "all" target
Evan Martin
2011-05-01
3
-16/+20
*
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 test for RootNodes(); fix comment
Evan Martin
2011-05-01
3
-12/+28
*
git: ignore python droppings
Evan Martin
2011-05-01
1
-0/+1
*
drop reserved words 'build'/'rule'/'subninja'/etc.
Evan Martin
2011-05-01
3
-50/+52
*
doc shell semantics of rule commands
Evan Martin
2011-05-01
1
-1/+3
*
rename the manual phony target to "manual"
Evan Martin
2011-05-01
1
-3/+3
*
doxygen: restore references docs
Evan Martin
2011-05-01
1
-1/+1
*
Merge pull request #33 from arnaudgelas/master.
Evan Martin
2011-04-30
4
-1/+7
|
\
|
*
fix warnings on Mac 10.5
Arnaud Gelas
2011-04-30
3
-0/+6
|
*
fix compilation error on Mac 10.5
Arnaud Gelas
2011-04-30
1
-1/+1
*
|
check in a ninja file generator Python module
Evan Martin
2011-04-30
1
-0/+68
|
/
*
Merged pull request #32 from iwadon/fix-graph-test.
Evan Martin
2011-04-30
1
-5/+5
|
\
|
*
fix SEGV in graph_test
Hiroyuki Iwatsuki
2011-04-29
1
-5/+5
|
/
*
reduce doxygen output
Evan Martin
2011-04-29
1
-4/+4
*
add doxygen-compatibile comments to most classes
Evan Martin
2011-04-29
16
-63/+116
*
fix a signedness warning
Evan Martin
2011-04-29
1
-1/+1
*
Merged pull request #31 from polrop/generate-whole-graph.
Evan Martin
2011-04-29
3
-8/+23
|
\
|
*
Generate the entire graph not only for the 'all' target.
Nicolas Despres
2011-04-26
1
-1/+1
|
*
graph: Assume all root nodes if no target given.
Nicolas Despres
2011-04-26
2
-7/+22
*
|
Merged pull request #30 from polrop/more-tools.
Evan Martin
2011-04-29
7
-3/+476
|
\
\
|
|
/
|
*
Add the 'clean' tool.
Nicolas Despres
2011-04-26
5
-2/+308
|
*
Add the 'rules' tool.
Nicolas Despres
2011-04-26
2
-1/+22
|
*
Add the 'targets' tool.
Nicolas Despres
2011-04-26
4
-1/+136
|
*
Add -C DIR option.
Nicolas Despres
2011-04-26
1
-1/+12
*
|
Merged pull request #29 from polrop/minor-bug-fix.
Evan Martin
2011-04-28
6
-24/+34
|
\
\
|
|
/
|
*
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
|
*
Document.
Nicolas Despres
2011-04-26
1
-0/+2
|
*
Remove useless inclusion of stdio.h.
Nicolas Despres
2011-04-26
1
-2/+0
|
*
Use Error() to report error.
Nicolas Despres
2011-04-26
1
-4/+5
|
*
Prefix perror(3) messages with program name.
Nicolas Despres
2011-04-26
4
-8/+8
*
|
include location of error in parse error messages in EvalEnv strings
Alexei Svitkine
2011-04-26
6
-8/+62
|
/
*
don't close null log files
Evan Martin
2011-04-25
1
-1/+2
*
Close() and unlink() files in ways that make Windows happy
Philip Craig
2011-04-23
1
-0/+7
*
[windows] disable smart terminal support
Sergey Nenakhov
2011-04-23
1
-2/+10
*
[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
*
[windows] extend hash_map.h for Windows hash_map
Sergey Nenakhov
2011-04-23
1
-0/+9
[next]