index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support non-standard Python executable names
Elliott Hird
2011-12-14
1
-1/+1
*
Fix 'list' tool.
Nicolas Despres
2011-12-09
1
-1/+1
*
Use getter instead of private member.
Nicolas Despres
2011-12-09
1
-1/+1
*
remove makefile parsing code, use depfile code instead
Evan Martin
2011-12-07
6
-82/+46
*
use re2c to parse depfiles
Evan Martin
2011-12-07
5
-11/+245
*
refactor EdgeEnv
Evan Martin
2011-12-07
1
-23/+35
*
make Rule::generator_ and restat_ private
Evan Martin
2011-12-07
4
-6/+14
*
make Rule::name_ private
Evan Martin
2011-12-07
8
-21/+29
*
remove unused function
Evan Martin
2011-12-07
2
-4/+1
*
make Node::out_edges_ private
Evan Martin
2011-12-07
5
-14/+15
*
make Node::in_edge_ private
Evan Martin
2011-12-07
11
-43/+44
*
make Node::dirty_ private
Evan Martin
2011-12-07
6
-43/+49
*
more whitespace
Evan Martin
2011-12-07
1
-0/+4
*
merge StatCache into State
Evan Martin
2011-12-07
4
-119/+48
*
merge FileStat into Node
Evan Martin
2011-12-07
14
-109/+119
*
refactor to remove Node::ready()
Evan Martin
2011-12-07
3
-5/+14
*
add and use getter for Edge::rule_
Evan Martin
2011-12-07
4
-10/+11
*
Merge pull request #152 from pcc/clean-depfiles
Evan Martin
2011-12-06
2
-0/+17
|
\
|
*
Have the clean tool remove depfiles
Peter Collingbourne
2011-12-06
2
-0/+17
*
|
Use the modification time of the depfile when computing restat_mtime
Peter Collingbourne
2011-12-06
1
-1/+9
|
/
*
Factor out Edge::EvaluateDepFile
Peter Collingbourne
2011-12-06
2
-3/+7
*
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
8
-11/+11
*
fix some minor style issues in RecomputeDirty
Evan Martin
2011-12-04
1
-11/+11
*
when an edge is dirty, mark all outputs dirty
Evan Martin
2011-12-04
2
-12/+27
*
refactor RecomputeOutputDirty to return true/false for dirty
Evan Martin
2011-12-04
3
-39/+38
*
add a test case from issue 148
Evan Martin
2011-12-04
1
-0/+20
*
windows: don't buffer stdout
Evan Martin
2011-12-02
1
-0/+5
*
windows: clear process launch structs before using them
Evan Martin
2011-12-02
1
-0/+2
*
Revert "Merge pull request #143 from cipriancraciun/patches/python2"
Evan Martin
2011-11-25
2
-2/+2
*
Renamed `python` to `python2`.
Ciprian Dorin, Craciun
2011-11-22
1
-1/+1
*
Fixed Python 2 scripts prologue (i.e. `#!/usr/bin/env python2`).
Ciprian Dorin, Craciun
2011-11-22
1
-1/+1
*
Fix compilation warning in Ninja's test suite.
Nicolas Despres
2011-11-21
3
-5/+5
*
Remove warning triggered by -Wextra on MinGW.
Nicolas Despres
2011-11-19
5
-2/+11
*
Add -Wextra warning flag.
Nicolas Despres
2011-11-19
5
-6/+6
*
Fix compilation warning with getopt() on MinGW.
Nicolas Despres
2011-11-19
1
-1/+1
*
Fix compilation warning with getopt_long() on MinGW.
Nicolas Despres
2011-11-19
1
-2/+2
*
Use more portable way to get the current process ID.
Nicolas Despres
2011-11-19
1
-2/+1
*
Add spelling suggestions for four cases:
Nico Weber
2011-11-16
10
-8/+87
*
Add a EditDistance() function based on the one in llvm/lib/Support/StringRef....
Nico Weber
2011-11-13
4
-1/+143
*
Merge pull request #127 from tiresdonexits/master
Evan Martin
2011-11-06
1
-1/+1
|
\
|
*
Added a cast to NULL to remove a warning issues by g++ 4.6.
Jonathan Sternberg
2011-11-05
1
-1/+1
*
|
Add a "commands" tool
Peter Collingbourne
2011-11-04
1
-6/+38
*
|
Merge pull request #125 from pcc/outputs-ready
Evan Martin
2011-11-02
12
-134/+437
|
\
\
|
*
|
Implement restat rules
Peter Collingbourne
2011-10-24
9
-22/+233
|
*
|
Create log entries in BuildLog::RecordCommand without requiring a log file
Peter Collingbourne
2011-10-24
1
-4/+2
|
*
|
Implement Make-style order-only dependencies
Peter Collingbourne
2011-10-24
2
-16/+56
|
*
|
Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_
Peter Collingbourne
2011-10-18
8
-106/+160
|
|
/
[next]