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
...
*
|
rename ninja module to ninja_syntax
Evan Martin
2011-08-16
2
-2/+2
*
|
add escaping function to python module
Evan Martin
2011-08-16
1
-0/+8
|
/
*
Merge pull request #80 from tfarina/master
Evan Martin
2011-08-10
1
-5/+3
|
\
|
*
Fix trivial style issues with Cleaner class.
Thiago Farina
2011-08-09
1
-5/+3
|
/
*
fix double-indenting
Evan Martin
2011-07-27
1
-1/+1
*
ninja.py: fix the new test and pass the test
Evan Martin
2011-07-27
2
-13/+36
*
unit test for line-wrapping in ninja.py
Evan Martin
2011-07-27
1
-0/+45
*
don't track line/column until you encounter an error, then re-parse
Evan Martin
2011-07-26
2
-40/+31
*
add a --debug option to configure
Evan Martin
2011-07-25
1
-1/+5
*
don't leak the build_log file descriptor into subprocesses
Evan Martin
2011-06-30
1
-0/+17
*
clean: don't delete phony targets
Evan Martin
2011-06-30
1
-4/+7
*
Merge pull request #73 from qhuo/setvbuf
Evan Martin
2011-06-30
1
-0/+2
|
\
|
*
Set stdout to line-buffered.
Qingning Huo
2011-06-28
1
-0/+2
|
/
*
Merge pull request #71 from jbirtley/master
Evan Martin
2011-06-28
2
-6/+7
|
\
|
*
Fix for win32 long command lines:
U-MATHLETE\John
2011-06-26
2
-6/+7
|
/
*
Fix for 'pipe has ended' errors on Win32 distributed builds
Evan Martin
2011-06-25
1
-0/+5
*
Merge pull request #69 from Roorback/master
Evan Martin
2011-06-25
2
-2/+2
|
\
|
*
Respect $CXX, fallback to 'g++' in bootstrap.sh
Grzegorz Blach
2011-06-21
1
-1/+1
|
*
use /usr/bin/env to find python interpreter
Grzegorz Blach
2011-06-20
1
-1/+1
*
|
Merge pull request #70 from scottfranklin/master
Evan Martin
2011-06-25
1
-0/+21
|
\
\
|
*
|
Adding tab-completion function for zsh.
Scott Franklin
2011-06-23
1
-0/+21
|
|
/
*
|
add docs on variable expansion
Evan Martin
2011-06-25
1
-2/+34
*
|
mention python module in the docs
Evan Martin
2011-06-25
1
-9/+17
|
/
*
Merge pull request #62 from qhuo/multiple-outputs-fix
Evan Martin
2011-06-16
1
-1/+19
|
\
|
*
Add a test for the multiple outputs fix
Qingning Huo
2011-06-14
1
-1/+19
*
|
Merge pull request #59 from qhuo/multiple-outputs-fix
Evan Martin
2011-06-14
2
-1/+12
|
\
\
|
|
/
|
*
src/graph.cc: fix EdgeEnv::LookupVariable
Qingning Huo
2011-06-10
1
-1/+6
|
*
build_log_test.cc: add 3 #include for stat(2) on Linux
Qingning Huo
2011-06-10
1
-0/+6
|
/
*
remove +x bit from source
Evan Martin
2011-06-03
7
-0/+0
*
On Windows, ninja didn't create needed paths first
Philip Craig
2011-06-02
2
-4/+20
*
Merge branch 'master' of github.com:martine/ninja
Evan Martin
2011-05-31
6
-22/+28
|
\
|
*
Merge pull request #51 from philipcraig/master
Evan Martin
2011-05-29
2
-22/+10
|
|
\
|
|
*
mingw ninja_test links and passes. (as do linux and native VS2010)
Philip Craig
2011-05-29
2
-22/+10
|
|
/
|
*
Merge pull request #50 from philipcraig/master
Evan Martin
2011-05-28
5
-2/+20
|
|
\
|
|
*
Tests now build on a native Windows build (tested with VS2010)
Philip Craig
2011-05-28
5
-2/+20
|
|
/
*
|
ninja: Split StatCache struct into its own header file.
Thiago Farina
2011-05-31
5
-37/+79
*
|
use 0 for NULL in test to silence gcc 4.5 warning
Evan Martin
2011-05-27
1
-1/+1
|
/
*
expand $$ as $
Evan Martin
2011-05-27
4
-1/+26
*
switch to $ as the line continuation char
Evan Martin
2011-05-27
5
-25/+46
*
perftest: print summary info at end
Evan Martin
2011-05-27
2
-1/+21
*
add --profile configure flag
Evan Martin
2011-05-25
1
-0/+5
*
add more test coverage for makefile parsing
Evan Martin
2011-05-25
1
-0/+13
*
add a test program for evaluating depfile parse speed
Evan Martin
2011-05-25
2
-0/+64
*
move GetTimeMillis to util
Evan Martin
2011-05-24
3
-15/+24
*
move ReadFile into util
Evan Martin
2011-05-24
4
-24/+27
*
refactor let parsing, passing another test
Evan Martin
2011-05-24
3
-28/+46
*
refactor
Evan Martin
2011-05-23
1
-7/+8
*
show correct location for unexpected var error
Evan Martin
2011-05-23
2
-3/+4
*
refactor parser, check in some failing tests
Evan Martin
2011-05-23
3
-9/+51
*
emacs: highlight variable expansions too
Evan Martin
2011-05-22
1
-0/+2
[prev]
[next]