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
*
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
*
merge two line continuation codepaths
Evan Martin
2011-05-22
1
-14/+11
*
include filename in subninja load err message
Evan Martin
2011-05-22
2
-5/+15
*
update obsolete HACKING notes
Evan Martin
2011-05-22
1
-7/+7
*
don't recompact log often for small programs
Evan Martin
2011-05-22
1
-4/+8
*
make the phony depfile edge order-only
Evan Martin
2011-05-17
1
-0/+1
*
don't mangle absolute paths in the canonicalizer
Evan Martin
2011-05-17
2
-1/+9
*
add extra check for no error in build test
Evan Martin
2011-05-17
1
-0/+1
*
update instructions on using gyp; mention cmake
Evan Martin
2011-05-17
2
-727/+8
*
simplify CommandRunner, simplifying users too
Evan Martin
2011-05-17
3
-37/+13
*
rearrange build loop, pass new test
Evan Martin
2011-05-17
2
-26/+58
*
check in failing test that hits the "stuck" state
Evan Martin
2011-05-17
1
-2/+22
*
Merge pull request #46 from iwadon/fix-asciidoc-args
Evan Martin
2011-05-17
1
-1/+1
|
\
|
*
fix the error: 'asciidoc: To many arguments'
Hiroyuki Iwatsuki
2011-05-15
1
-1/+1
|
/
*
move various doc files out of top-level directory
Evan Martin
2011-05-14
5
-10/+11
*
show started, not finished, edges in progress
Evan Martin
2011-05-14
1
-3/+4
*
correctly compute truncation margin
Evan Martin
2011-05-14
1
-2/+4
*
refactor status printing into BuildStatus
Evan Martin
2011-05-14
3
-75/+82
*
hide internals of BuildStatus
Evan Martin
2011-05-14
1
-12/+13
*
remove order-only hacks now that semantics changed
Evan Martin
2011-05-13
1
-4/+3
*
SEMANTIC CHANGE: implicit inputs are now required to exist
Evan Martin
2011-05-13
5
-16/+54
*
tweak browse appearance
Evan Martin
2011-05-13
1
-10/+17
*
make browse work for all ninja paths
Evan Martin
2011-05-13
4
-9/+14
*
refix recompaction
Evan Martin
2011-05-12
1
-1/+1
*
quick fix: write out signature in recompaction
Evan Martin
2011-05-11
1
-0/+5
*
don't crash on truncated log files
Evan Martin
2011-05-11
2
-3/+35
*
add a versioning header to build log, switch to v2
Evan Martin
2011-05-11
4
-27/+83
*
clang note
Evan Martin
2011-05-11
1
-0/+4
*
Merge pull request #44 from polrop/update-todo
Evan Martin
2011-05-10
1
-3/+0
|
\
|
*
Update the todo list since -k is implemented now.
Nicolas Despres
2011-05-10
1
-3/+0
*
|
Merge pull request #43 from polrop/fix-bootstrap-for-dash
Evan Martin
2011-05-10
1
-3/+6
|
\
\
|
|
/
|
/
|
|
*
Fix bootstrap script for dash.
Nicolas Despres
2011-05-10
1
-3/+6
|
/
*
fix test
Evan Martin
2011-05-09
1
-1/+1
*
make platform a command-line arg to configure
Evan Martin
2011-05-09
2
-10/+20
*
expose -k flag to users
Evan Martin
2011-05-09
2
-2/+12
*
add support for ignoring failures of some subtasks
Evan Martin
2011-05-09
3
-10/+57
*
rename gen-build-file to configure
Evan Martin
2011-05-09
3
-8/+12
*
windows: remove extra print
Evan Martin
2011-05-08
1
-1/+0
*
windows: fix more signedness warnings
Evan Martin
2011-05-08
3
-36/+36
*
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
[next]