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
*
Merge pull request #184 from evanj/master
Evan Martin
2012-01-04
2
-1/+14
|
\
|
*
ninja_syntax.py: Fix a bug when passing variables to Writer.build()
Evan Jones
2012-01-04
2
-1/+14
|
/
*
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
5
-34/+88
*
Merge pull request #180 from doctorlove/int64
Evan Martin
2012-01-03
2
-0/+14
|
\
|
*
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
*
|
Merge pull request #177 from doctorlove/msvc_changes
Evan Martin
2012-01-03
3
-6/+15
|
\
\
|
|
/
|
/
|
|
*
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
*
Merge pull request #173 from polrop/fix-typo-in-manual
Evan Martin
2011-12-30
1
-1/+1
|
\
|
*
Fix typo in manual.
Nicolas Despres
2011-12-30
1
-1/+1
|
/
*
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
15
-771/+1510
*
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
*
add script for measuring build performance
Evan Martin
2011-12-29
2
-4/+60
*
ninja_syntax: add restat attribute to rules
Evan Martin
2011-12-28
1
-1/+3
*
add bash completion based on zsh completion
Evan Martin
2011-12-28
1
-0/+25
*
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
[next]