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 parser_perftest after depfile change
Evan Martin
2011-12-28
1
-1/+1
*
de-escape backslashes in depfiles while parsing
Evan Martin
2011-12-28
4
-119/+198
*
add (failing) test involving spaces in depfiles
Evan Martin
2011-12-27
1
-0/+13
*
switch DepfileParser to take a string* to make memory clearer
Evan Martin
2011-12-27
5
-30/+40
*
fix depfile regex to not match empty strings
Evan Martin
2011-12-27
2
-13/+12
*
adapt parser_perftest to new depfile class
Evan Martin
2011-12-27
1
-2/+2
*
remove huge indent from tools list
Evan Martin
2011-12-27
1
-8/+8
*
Merge branch 'master' of git://github.com/ehird/ninja
Evan Martin
2011-12-27
2
-2/+2
|
\
|
*
Rewrite the bootstrap script in Python
Elliott Hird
2011-12-15
1
-1/+1
|
*
Support non-standard Python executable names
Elliott Hird
2011-12-14
1
-1/+1
*
|
Follow up fix to commit 32bf74f (Fix the TODO in Rule class.)
Thiago Farina
2011-12-24
3
-3/+4
*
|
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
[next]