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
*
Add a space to unexpected token errors.
Evan Jones
2012-01-04
2
-1/+8
*
Use ExitProcess instead of exit in Fatal to allow extra cleanup for MSVC
Frances Buontempo
2012-01-04
1
-0/+8
*
windows: make bootstrap.py/configure.py work with MSVC
Scott Graham
2012-01-04
3
-1/+7
*
Add new line to new file
Frances Buontempo
2012-01-03
1
-2/+3
*
typedef long long for MSVC
Frances Buontempo
2012-01-03
2
-0/+13
*
Merge pull request #179 from polrop/fix-clang-warning
Evan Martin
2012-01-03
1
-1/+1
|
\
|
*
Fix warning about class previously declared as struct.
Nicolas Despres
2012-01-03
1
-1/+1
*
|
std::string(NULL,0) asserts in MSVC Debug
Frances Buontempo
2012-01-03
1
-1/+1
*
|
Changes to hash_map to make it build with MSVC's version
Frances Buontempo
2012-01-03
1
-5/+12
*
|
Include <algorithm> for std::find in test.cc
Frances Buontempo
2012-01-03
1
-0/+2
|
/
*
allow hyphen in variable names
Evan Martin
2011-12-30
3
-19/+29
*
more private
Evan Martin
2011-12-30
2
-4/+4
*
make evalstring internals private
Evan Martin
2011-12-30
5
-21/+26
*
build fix
Evan Martin
2011-12-30
1
-0/+2
*
switch the core ninja parser to use re2c for the lexer
Evan Martin
2011-12-29
14
-768/+1505
*
minor re2c cleanups
Evan Martin
2011-12-29
2
-7/+6
*
handle nuls more carefully in re2c rules
Evan Martin
2011-12-29
2
-23/+34
*
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
[next]