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
*
gitignore exe files
Evan Martin
2011-12-20
1
-0/+1
*
factor out windows perror equivalent
Evan Martin
2011-12-20
3
-15/+25
*
inline gtest to simplify windows build
Evan Martin
2011-12-20
2
-22/+25
*
fix bad merge
Evan Martin
2011-12-20
1
-3/+3
*
fix mingw cross-compile
Evan Martin
2011-12-20
2
-5/+9
*
rearrange manual to centralize quoting rules
Evan Martin
2011-12-20
1
-29/+46
*
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
5
-13/+79
|
\
|
*
Update ninja_syntax.py and tests to reflect '$ ' syntax.
Jeremy Apthorp
2011-11-29
2
-13/+60
|
*
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
4
-38/+55
*
|
split out depfile parser tests into new file
Evan Martin
2011-12-19
3
-34/+51
*
|
print 'entering directory' when -C is used
Evan Martin
2011-12-15
1
-0/+4
*
|
Merge pull request #153 from polrop/fix-bootstrap
Evan Martin
2011-12-09
3
-4/+6
|
\
\
|
*
|
Fix 'list' tool.
Nicolas Despres
2011-12-09
1
-1/+1
|
*
|
Factor source file listing code in bootstrap script.
Nicolas Despres
2011-12-09
1
-2/+4
|
*
|
Fix bootstrap script.
Nicolas Despres
2011-12-09
1
-2/+2
|
*
|
Use getter instead of private member.
Nicolas Despres
2011-12-09
1
-1/+1
|
/
/
*
|
performance testing note
Evan Martin
2011-12-07
1
-0/+9
*
|
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
6
-12/+254
*
|
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
5
-120/+49
*
|
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
*
|
move build/install to README
Evan Martin
2011-12-06
2
-24/+12
*
|
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
*
|
|
Merge pull request #151 from pcc/restat-depfiles
Evan Martin
2011-12-06
3
-4/+16
|
\
\
\
|
*
|
|
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
|
/
/
*
|
more whitespace in build output
Evan Martin
2011-12-05
1
-0/+1
*
|
remove reference to nonexistent file
Evan Martin
2011-12-05
1
-2/+0
*
|
add help output to clean tool
Evan Martin
2011-12-05
1
-10/+16
*
|
prettify manual for tools
Evan Martin
2011-12-05
1
-21/+31
*
|
also spell-check the 'clean' tool; abort on misspelling
Evan Martin
2011-12-05
1
-2/+3
*
|
minor manual touchups
Evan Martin
2011-12-05
1
-13/+15
*
|
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
9
-12/+15
*
|
Merge pull request #150 from luislavena/mingw-no-visibility
Evan Martin
2011-12-05
1
-0/+1
|
\
\
[next]