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