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
*
windows: pass subprocess tests
Evan Martin
2011-05-08
2
-30/+55
*
windows: pass the DiskInterface tests
Evan Martin
2011-05-08
1
-21/+58
*
Merge pull request #42 from ascherkus/master
Evan Martin
2011-05-08
1
-1/+7
|
\
|
*
Fix bootstrap.sh to include the correct subprocess{-win32}.cc based on the pl...
Andrew Scherkus
2011-05-08
1
-1/+7
|
/
*
amend HACKING with how to dev for windows
Evan Martin
2011-05-06
1
-0/+11
*
windows: successfully link tests
Evan Martin
2011-05-06
5
-33/+70
*
fix tests broken by previous commit
Evan Martin
2011-05-06
1
-6/+6
*
Merge pull request #40 from fischman/master
Evan Martin
2011-05-06
1
-2/+2
|
\
|
*
Use $CXX instead of $CC when building C++ ninja source.
Ami Fischman
2011-05-06
1
-2/+2
*
|
windows: subprocess implementation for Windows
Evan Martin
2011-05-06
4
-6/+243
*
|
more refactoring for windows
Evan Martin
2011-05-06
2
-27/+16
|
/
*
Merge pull request #38 from SByer/path_fix.
Evan Martin
2011-05-03
1
-1/+1
|
\
|
*
Needed more path components to build Chrome. One path component in an uncommon
Scott Byer
2011-05-03
1
-1/+1
|
/
*
windows: build win32 subprocess file on windows
Evan Martin
2011-05-03
1
-4/+5
*
refactor subprocess to make it easier for windows port
Evan Martin
2011-05-03
4
-75/+62
*
generate mingw build files if requested
Evan Martin
2011-05-03
1
-26/+52
*
fix unit test
Evan Martin
2011-05-02
2
-2/+2
*
Merge pull request #37 from polrop/add-guidelines.
Evan Martin
2011-05-02
1
-0/+20
|
\
|
*
Add coding and documentation guidelines.
Nicolas Despres
2011-05-02
1
-0/+20
*
|
Merge pull request #36 from polrop/test-clean-tool.
Evan Martin
2011-05-02
10
-52/+400
|
\
\
|
*
|
The cleaner can be used multiple times now.
Nicolas Despres
2011-05-02
1
-90/+48
|
*
|
Return non-zero status when errors occur.
Nicolas Despres
2011-05-02
9
-40/+78
|
*
|
Add a test for the clean tool.
Nicolas Despres
2011-05-02
9
-35/+387
|
|
/
*
|
Merge pull request #35 from polrop/add-warning-funcion.
Evan Martin
2011-05-02
3
-2/+14
|
\
\
|
*
|
Add a Warning() report function.
Nicolas Despres
2011-05-02
3
-2/+14
|
|
/
*
|
Merge pull request #34 from polrop/fix-typo.
Evan Martin
2011-05-02
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Fix typo in documentation.
Nicolas Despres
2011-05-02
1
-1/+1
|
/
*
windows: use abstractions in ninja.cc
Evan Martin
2011-05-02
1
-6/+13
*
windows: getopt const clean hack
Evan Martin
2011-05-02
1
-3/+3
*
windows: use millis abstraction instead of non-portable gettimeofday
Evan Martin
2011-05-02
1
-14/+28
*
remove ROOT_HACK hack; it is unused
Evan Martin
2011-05-02
1
-9/+0
*
windows: abstract around mkdir vs _mkdir
Evan Martin
2011-05-02
3
-1/+19
*
windows: use portable replacement of setlinebuf()
Evan Martin
2011-05-02
1
-1/+1
*
check in a script that generates build.ninja
Evan Martin
2011-05-02
5
-120/+158
*
drop "all" target from build
Evan Martin
2011-05-01
1
-2/+0
*
use refactored function to support implicit "all" target
Evan Martin
2011-05-01
3
-16/+20
*
canonicalize paths in refactored function
Evan Martin
2011-05-01
1
-2/+5
*
refactor out adding "all" to graph tool
Evan Martin
2011-05-01
1
-21/+31
*
add test for RootNodes(); fix comment
Evan Martin
2011-05-01
3
-12/+28
*
git: ignore python droppings
Evan Martin
2011-05-01
1
-0/+1
*
drop reserved words 'build'/'rule'/'subninja'/etc.
Evan Martin
2011-05-01
3
-50/+52
*
doc shell semantics of rule commands
Evan Martin
2011-05-01
1
-1/+3
*
rename the manual phony target to "manual"
Evan Martin
2011-05-01
1
-3/+3
*
doxygen: restore references docs
Evan Martin
2011-05-01
1
-1/+1
*
Merge pull request #33 from arnaudgelas/master.
Evan Martin
2011-04-30
4
-1/+7
|
\
|
*
fix warnings on Mac 10.5
Arnaud Gelas
2011-04-30
3
-0/+6
|
*
fix compilation error on Mac 10.5
Arnaud Gelas
2011-04-30
1
-1/+1
*
|
check in a ninja file generator Python module
Evan Martin
2011-04-30
1
-0/+68
|
/
*
Merged pull request #32 from iwadon/fix-graph-test.
Evan Martin
2011-04-30
1
-5/+5
|
\
|
*
fix SEGV in graph_test
Hiroyuki Iwatsuki
2011-04-29
1
-5/+5
|
/
[next]