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-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
2010-10-26
Evan Martin
refactor
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
basic makefile parser
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
rename parser to tokenizer
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
load depfile into rule
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
refactor rule creation
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
support comments
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
handle unexpected tokens
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
require command= line in rule
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
remove command keyword, convert to variable binding
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
syntax change, part 1: commands are indented
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
rewrite parser to tokenize
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
first pass at docs
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
automatically create build directories
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
rename StatHelper to DiskInterface
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
builddir
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
more todo
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Evan Martin
remove extra printout
commit
|
commitdiff
|
tree
|
snapshot
2010-10-23
Evan Martin
todo file
commit
|
commitdiff
|
tree
|
snapshot
2010-10-23
Evan Martin
gitignore .o files
commit
|
commitdiff
|
tree
|
snapshot
2010-10-23
Evan Martin
consider file existence for dirtiness
commit
|
commitdiff
|
tree
|
snapshot
2010-10-23
Evan Martin
fix main driver to new api
commit
|
commitdiff
|
tree
|
snapshot
2010-10-23
Evan Martin
fail on unknown targets
commit
|
commitdiff
|
tree
|
snapshot
2010-10-23
Evan Martin
allow file nodes to be dirty, representing missing...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Evan Martin
allow underscores in variable names
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Evan Martin
don't crash on missing rules
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Evan Martin
continuations in parsetoken too
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Evan Martin
support continuation lines
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Evan Martin
drop let from syntax; rely on = instead
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Evan Martin
getopt for input file
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Evan Martin
add one more dirty check
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Evan Martin
attempt to flush out a bug with a test, fail
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Evan Martin
improve stat cache dump
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Evan Martin
sync ninja to new apis
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Evan Martin
more stat tests
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Evan Martin
first stat test
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Evan Martin
more refactoring
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Evan Martin
refactor tests that load input file
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Evan Martin
chain test works
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Evan Martin
etags
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Evan Martin
sketch out how recursive stats should work
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Evan Martin
dependency inject stat() calls
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Evan Martin
check in failing chain test
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Evan Martin
split out another file
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Evan Martin
some more error tests
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Evan Martin
refactor parser, better error messages
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Evan Martin
basic let statement
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Evan Martin
successfully build ourselves
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Evan Martin
recompute dirtiness from stats
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Evan Martin
initial sketch of stat rescan
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Evan Martin
wip simplistic shell implementation
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Evan Martin
more test
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Evan Martin
multi-level build works
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Evan Martin
only nodes with inputs can be dirty
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Evan Martin
wip nonworking test
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Evan Martin
refactor, more tests
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Evan Martin
using fixture
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Evan Martin
drop gmock, better test factoring
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Evan Martin
basic gmock test
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Evan Martin
split parser into separate file
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Evan Martin
rearrange
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Evan Martin
support more filename chars
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Evan Martin
parse build line
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Evan Martin
line number
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Evan Martin
parse multiple rules
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Evan Martin
skip trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Evan Martin
add basic manifest parser
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Evan Martin
more test
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Evan Martin
evaluator generates proper command
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Evan Martin
basic string evaluator
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Evan Martin
failing command generate test
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Evan Martin
basic plan
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Evan Martin
fix header dep
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Evan Martin
initialize ptr
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Evan Martin
track in/out edges differently
commit
|
commitdiff
|
tree
|
snapshot
next