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
*
Fix the TODO in Rule class.
Thiago Farina
2011-12-24
5
-21/+23
*
windows: handle ERROR_PATH_NOT_FOUND
Evan Martin
2011-12-23
2
-6/+8
*
Matching the depfile_parser.in.cc file to properly generate the depfile_parse...
Jonathan Sternberg
2011-12-23
1
-1/+1
*
revert part of c33b198 to fix build of ninja_test
Evan Martin
2011-12-22
1
-1/+2
*
Capitalize "error" to match with the other utility functions.
Thiago Farina
2011-12-20
1
-1/+1
*
Protect BuildLog data member variables by making them private.
Thiago Farina
2011-12-20
2
-3/+8
*
windows: use GetFileAttributesEx instead of stat
Evan Martin
2011-12-20
2
-8/+34
*
factor out windows perror equivalent
Evan Martin
2011-12-20
3
-15/+25
*
fix bad merge
Evan Martin
2011-12-20
1
-3/+3
*
remove weird accidental double-return
Evan Martin
2011-12-20
1
-1/+0
*
Merge pull request #146 from nornagon/escape-spaces
Evan Martin
2011-12-20
3
-0/+19
|
\
|
*
Add tests for escaping spaces with '$ '.
Jeremy Apthorp
2011-11-28
1
-0/+13
|
*
Allow '$ ' to escape spaces in identifiers.
Jeremy Apthorp
2011-11-21
2
-0/+6
*
|
adjust depfile test now that parsing is more lax
Evan Martin
2011-12-19
1
-2/+3
*
|
handle backslashes and isolated colons in depfile parser
Evan Martin
2011-12-19
3
-37/+54
*
|
split out depfile parser tests into new file
Evan Martin
2011-12-19
2
-34/+50
*
|
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
*
|
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
[next]