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 |
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 |
next |