platform/upstream/ninja.git
2010-11-14 Evan Martindemote a fatal to a warning
2010-11-14 Evan Martinupdate gyp to use $root and phony
2010-11-14 Evan Martinadd a special "phony" rule
2010-11-14 Evan Martinmake Rule* const
2010-11-14 Evan Martinadd note about $root to docs
2010-11-14 Evan Martinprovide $root from getcwd
2010-11-14 Evan Martinhack in special $root for builddir
2010-11-14 Evan Martinupdate snapshot of current gyp work
2010-11-14 Evan Martinfix extra outputs; no tests but lots of comments
2010-11-14 Evan Martinclang safe
2010-11-14 Evan Martincast to int
2010-11-14 Evan Martinfix refactor regression, add test
2010-11-14 Evan Martindump plan on error
2010-11-12 Evan Martinrearrange planning; now tests pass
2010-11-12 Evan Martinadd two tests, one failing that exhibits problem
2010-11-11 Evan Martintest that runs simple plan
2010-11-11 Evan Martinremove State* from Plan
2010-11-10 Evan Martinhack in dotted lines in graph for order-only deps
2010-11-10 Evan Martinadd diagnostic before assert
2010-11-09 Evan Martinmore graph fiddling
2010-11-09 Evan Martingraph display touchups
2010-11-09 Evan Martinadd simple graphing
2010-11-09 Evan Martinrelax assert, print error instead
2010-11-07 Evan Martinpass gyptest-action
2010-11-07 Evan Martinhandle paths with double slash
2010-11-07 Evan Martinfix inverted order-only dep logic; why didn't tests...
2010-11-07 Evan Martincheck in work in progress gyp patch
2010-11-07 Evan Martincheck in build.ninja, since we're using it
2010-11-07 Evan Martinhack in order only deps
2010-11-07 Evan Martinparse order-only dep syntax
2010-11-07 Evan Martinsketch out order only deps mess
2010-11-07 Evan Martinanother idea
2010-11-07 Evan Martinremote todo item, it sorta works
2010-11-07 Evan Martinsubninjas should inherit builddir
2010-11-07 Evan Martintest default builddir is empty
2010-11-07 Evan Martintranslate @ in variable definitions
2010-11-07 Evan Martinmore docs
2010-11-07 Evan Martinbootstrap script
2010-11-07 Evan Martinbetter bootstrap idea
2010-11-01 Evan Martinmake all vars start with $
2010-11-01 Evan Martinreport variable parse errors
2010-10-31 Evan Martinuse success exit code when nothing to build
2010-10-30 Evan Martinrefactor file reading
2010-10-30 Evan Martinparse subfile; pass subninja test
2010-10-30 Evan Martinuse new interface for loading subfiles
2010-10-30 Evan Martinpass disk interface to parser
2010-10-30 Evan Martinfailing test for loading subninja
2010-10-30 Evan Martinmake DiskInterface pure virtual
2010-10-30 Evan Martinexit code was backwards
2010-10-30 Evan Martinuse a fixture for parser tests
2010-10-30 Evan Martintodo update
2010-10-30 Evan Martinextra print
2010-10-30 Evan Martinfactor tests into files
2010-10-30 Evan Martinfactor into multiple files
2010-10-30 Evan Martintest actual disk interaction code, too
2010-10-28 Evan Martintrack implicit deps separately so they don't add to...
2010-10-27 Evan Martinpass depfile errors up
2010-10-27 Evan Martinloading depfiles
2010-10-26 Evan Martinpass State to RecomputeDirty
2010-10-26 Evan Martinbasic untested depfile loader
2010-10-26 Evan Martinrefactor
2010-10-24 Evan Martinbasic makefile parser
2010-10-24 Evan Martinrename parser to tokenizer
2010-10-24 Evan Martinload depfile into rule
2010-10-24 Evan Martinrefactor rule creation
2010-10-24 Evan Martinsupport comments
2010-10-24 Evan Martinhandle unexpected tokens
2010-10-24 Evan Martinrequire command= line in rule
2010-10-24 Evan Martinremove command keyword, convert to variable binding
2010-10-24 Evan Martinsyntax change, part 1: commands are indented
2010-10-24 Evan Martinrewrite parser to tokenize
2010-10-24 Evan Martinfirst pass at docs
2010-10-24 Evan Martinautomatically create build directories
2010-10-24 Evan Martinrename StatHelper to DiskInterface
2010-10-24 Evan Martinbuilddir
2010-10-24 Evan Martinmore todo
2010-10-24 Evan Martinremove extra printout
2010-10-23 Evan Martintodo file
2010-10-23 Evan Martingitignore .o files
2010-10-23 Evan Martinconsider file existence for dirtiness
2010-10-23 Evan Martinfix main driver to new api
2010-10-23 Evan Martinfail on unknown targets
2010-10-23 Evan Martinallow file nodes to be dirty, representing missing...
2010-10-22 Evan Martinallow underscores in variable names
2010-10-22 Evan Martindon't crash on missing rules
2010-10-22 Evan Martincontinuations in parsetoken too
2010-10-22 Evan Martinsupport continuation lines
2010-10-22 Evan Martindrop let from syntax; rely on = instead
2010-10-21 Evan Martingetopt for input file
2010-10-21 Evan Martinadd one more dirty check
2010-10-21 Evan Martinattempt to flush out a bug with a test, fail
2010-10-21 Evan Martinimprove stat cache dump
2010-10-21 Evan Martinsync ninja to new apis
2010-10-21 Evan Martinmore stat tests
2010-10-21 Evan Martinfirst stat test
2010-10-21 Evan Martinmore refactoring
2010-10-21 Evan Martinrefactor tests that load input file
2010-10-21 Evan Martinchain test works
2010-10-21 Evan Martinetags
2010-10-21 Evan Martinsketch out how recursive stats should work
next