projects
/
platform
/
upstream
/
ninja.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/ninja.git
2010-11-29
Evan Martin
save subproc errors
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Martin
update bootstrap
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Martin
update gitignore
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Martin
hacking notes
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Martin
fix phony rules depending on other phony rules
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Martin
switch to asciidoc
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Martin
add comments
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Martin
subprocess code into new file
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Martin
refactor
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Martin
builder starting to use async runner
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Martin
start making commands async
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Martin
queue of completed subprocesses
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Martin
refactor test code
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Martin
refactor out state test helper
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Evan Martin
don't create dirs for phony rules
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Evan Martin
test for multiple subprocesses
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Evan Martin
sketch of subprocess manager
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Evan Martin
test covering missing command
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Evan Martin
add simple subproc manager and test
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Evan Martin
add docs to Plan
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Evan Martin
scope test ldflags to test binary
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Evan Martin
remove extra virtual
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Evan Martin
split out builder into own file
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Evan Martin
gyp rules tests now pass
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Evan Martin
fix whitespace-eating regression
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Evan Martin
parse unused for now description= line
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Evan Martin
nested scope for build lines
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Evan Martin
die on unexpected vars in rule blocks
commit
|
commitdiff
|
tree
|
snapshot
2010-11-22
Evan Martin
add variable change to docs
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Evan Martin
allow variables like ${foo}
commit
|
commitdiff
|
tree
|
snapshot
2010-11-21
Evan Martin
gyp: starting on rules
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
gyp: remove redundant (wrong) code
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
canonicalize paths with // in them
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
shorten warning
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
allow backslashes through
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
chrome base_unittests builds
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
dirty order-only deps shouldn't cause rebuild; no test :(
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
cosmetic changes
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
add "all" target
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
nested file-scoped binding environments
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
demote a fatal to a warning
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
update gyp to use $root and phony
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
add a special "phony" rule
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
make Rule* const
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
add note about $root to docs
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
provide $root from getcwd
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
hack in special $root for builddir
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
update snapshot of current gyp work
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
fix extra outputs; no tests but lots of comments
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
clang safe
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
cast to int
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
fix refactor regression, add test
commit
|
commitdiff
|
tree
|
snapshot
2010-11-14
Evan Martin
dump plan on error
commit
|
commitdiff
|
tree
|
snapshot
2010-11-12
Evan Martin
rearrange planning; now tests pass
commit
|
commitdiff
|
tree
|
snapshot
2010-11-12
Evan Martin
add two tests, one failing that exhibits problem
commit
|
commitdiff
|
tree
|
snapshot
2010-11-11
Evan Martin
test that runs simple plan
commit
|
commitdiff
|
tree
|
snapshot
2010-11-11
Evan Martin
remove State* from Plan
commit
|
commitdiff
|
tree
|
snapshot
2010-11-10
Evan Martin
hack in dotted lines in graph for order-only deps
commit
|
commitdiff
|
tree
|
snapshot
2010-11-10
Evan Martin
add diagnostic before assert
commit
|
commitdiff
|
tree
|
snapshot
2010-11-09
Evan Martin
more graph fiddling
commit
|
commitdiff
|
tree
|
snapshot
2010-11-09
Evan Martin
graph display touchups
commit
|
commitdiff
|
tree
|
snapshot
2010-11-09
Evan Martin
add simple graphing
commit
|
commitdiff
|
tree
|
snapshot
2010-11-09
Evan Martin
relax assert, print error instead
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
pass gyptest-action
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
handle paths with double slash
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
fix inverted order-only dep logic; why didn't tests...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
check in work in progress gyp patch
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
check in build.ninja, since we're using it
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
hack in order only deps
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
parse order-only dep syntax
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
sketch out order only deps mess
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
another idea
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
remote todo item, it sorta works
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
subninjas should inherit builddir
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
test default builddir is empty
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
translate @ in variable definitions
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
more docs
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
bootstrap script
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Evan Martin
better bootstrap idea
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Evan Martin
make all vars start with $
commit
|
commitdiff
|
tree
|
snapshot
2010-11-01
Evan Martin
report variable parse errors
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Evan Martin
use success exit code when nothing to build
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Evan Martin
refactor file reading
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Evan Martin
parse subfile; pass subninja test
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Evan Martin
use new interface for loading subfiles
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Evan Martin
pass disk interface to parser
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Evan Martin
failing test for loading subninja
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Evan Martin
make DiskInterface pure virtual
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Evan Martin
exit code was backwards
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Evan Martin
use a fixture for parser tests
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Evan Martin
todo update
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Evan Martin
extra print
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Evan Martin
factor tests into files
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Evan Martin
factor into multiple files
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Evan Martin
test actual disk interaction code, too
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Evan Martin
track implicit deps separately so they don't add to...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Evan Martin
pass depfile errors up
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Evan Martin
loading depfiles
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Evan Martin
pass State to RecomputeDirty
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Evan Martin
basic untested depfile loader
commit
|
commitdiff
|
tree
|
snapshot
next