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
*
move some docs to home page
Evan Martin
2011-12-28
1
-50/+10
*
link to blog post in docs
Evan Martin
2011-12-28
1
-5/+6
*
add an "all" target to build all binaries
Evan Martin
2011-12-28
1
-5/+14
*
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
2
-2/+5
*
remove huge indent from tools list
Evan Martin
2011-12-27
1
-8/+8
*
rearrange the new bootstrap.py
Evan Martin
2011-12-27
1
-16/+20
*
Merge branch 'master' of git://github.com/ehird/ninja
Evan Martin
2011-12-27
7
-60/+83
|
\
|
*
Rewrite the bootstrap script in Python
Elliott Hird
2011-12-15
5
-57/+76
|
*
Support non-standard Python executable names
Elliott Hird
2011-12-14
2
-3/+7
*
|
Merge pull request #166 from tfarina/fix-commit
Evan Martin
2011-12-26
3
-3/+4
|
\
\
|
*
|
Follow up fix to commit 32bf74f (Fix the TODO in Rule class.)
Thiago Farina
2011-12-24
3
-3/+4
|
/
/
*
|
Merge pull request #164 from tfarina/rule-private-members
Evan Martin
2011-12-24
5
-21/+23
|
\
\
|
*
|
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
*
|
Merge pull request #163 from jsternberg/master
Evan Martin
2011-12-23
1
-1/+1
|
\
\
|
*
|
Matching the depfile_parser.in.cc file to properly generate the depfile_parse...
Jonathan Sternberg
2011-12-23
1
-1/+1
|
/
/
*
|
Merge pull request #161 from nico/fix
Evan Martin
2011-12-22
2
-30/+75
|
\
\
|
*
|
Let ninja_syntax handle escaped spaces correctly.
Nico Weber
2011-12-22
2
-30/+75
|
/
/
*
|
revert part of c33b198 to fix build of ninja_test
Evan Martin
2011-12-22
1
-1/+2
*
|
Merge pull request #160 from tfarina/upper-case-error
Evan Martin
2011-12-20
1
-1/+1
|
\
\
|
*
|
Capitalize "error" to match with the other utility functions.
Thiago Farina
2011-12-20
1
-1/+1
|
/
/
*
|
Merge pull request #159 from tfarina/protect-build-log-vars
Evan Martin
2011-12-20
2
-3/+8
|
\
\
|
*
|
Protect BuildLog data member variables by making them private.
Thiago Farina
2011-12-20
2
-3/+8
|
/
/
*
|
Merge pull request #158 from tfarina/alphabetize
Evan Martin
2011-12-20
1
-3/+12
|
\
\
|
*
|
Put the list of core source files in alphabetical order.
Thiago Farina
2011-12-20
1
-3/+12
|
/
/
*
|
windows: use GetFileAttributesEx instead of stat
Evan Martin
2011-12-20
2
-8/+34
*
|
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
[next]