summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Evan Martin [Sat, 30 Oct 2010 19:42:51 +0000 (12:42 -0700)]
exit code was backwards
Evan Martin [Sat, 30 Oct 2010 19:36:21 +0000 (12:36 -0700)]
use a fixture for parser tests
Evan Martin [Sat, 30 Oct 2010 05:45:48 +0000 (22:45 -0700)]
todo update
Evan Martin [Sat, 30 Oct 2010 05:37:07 +0000 (22:37 -0700)]
extra print
Evan Martin [Sat, 30 Oct 2010 05:01:17 +0000 (22:01 -0700)]
factor tests into files
Evan Martin [Sat, 30 Oct 2010 04:55:12 +0000 (21:55 -0700)]
factor into multiple files
Evan Martin [Sat, 30 Oct 2010 04:23:05 +0000 (21:23 -0700)]
test actual disk interaction code, too
Evan Martin [Thu, 28 Oct 2010 16:40:54 +0000 (09:40 -0700)]
track implicit deps separately so they don't add to command line
Evan Martin [Wed, 27 Oct 2010 04:43:43 +0000 (21:43 -0700)]
pass depfile errors up
Evan Martin [Wed, 27 Oct 2010 04:38:45 +0000 (21:38 -0700)]
loading depfiles
Evan Martin [Tue, 26 Oct 2010 16:03:58 +0000 (09:03 -0700)]
pass State to RecomputeDirty
Evan Martin [Tue, 26 Oct 2010 04:30:20 +0000 (21:30 -0700)]
basic untested depfile loader
Evan Martin [Tue, 26 Oct 2010 04:17:16 +0000 (21:17 -0700)]
refactor
Evan Martin [Sun, 24 Oct 2010 20:42:58 +0000 (13:42 -0700)]
basic makefile parser
Evan Martin [Sun, 24 Oct 2010 20:28:41 +0000 (13:28 -0700)]
rename parser to tokenizer
Evan Martin [Sun, 24 Oct 2010 20:26:31 +0000 (13:26 -0700)]
load depfile into rule
Evan Martin [Sun, 24 Oct 2010 19:48:09 +0000 (12:48 -0700)]
refactor rule creation
Evan Martin [Sun, 24 Oct 2010 19:29:26 +0000 (12:29 -0700)]
support comments
Evan Martin [Sun, 24 Oct 2010 19:25:03 +0000 (12:25 -0700)]
handle unexpected tokens
Evan Martin [Sun, 24 Oct 2010 18:55:25 +0000 (11:55 -0700)]
require command= line in rule
Evan Martin [Sun, 24 Oct 2010 18:51:20 +0000 (11:51 -0700)]
remove command keyword, convert to variable binding
Evan Martin [Sun, 24 Oct 2010 16:02:52 +0000 (09:02 -0700)]
syntax change, part 1: commands are indented
Evan Martin [Sun, 24 Oct 2010 05:14:23 +0000 (22:14 -0700)]
rewrite parser to tokenize
Evan Martin [Sun, 24 Oct 2010 03:58:21 +0000 (20:58 -0700)]
first pass at docs
Evan Martin [Sun, 24 Oct 2010 02:57:36 +0000 (19:57 -0700)]
automatically create build directories
Evan Martin [Sun, 24 Oct 2010 02:32:00 +0000 (19:32 -0700)]
rename StatHelper to DiskInterface
Evan Martin [Sun, 24 Oct 2010 02:28:42 +0000 (19:28 -0700)]
builddir
Evan Martin [Sun, 24 Oct 2010 00:32:19 +0000 (17:32 -0700)]
more todo
Evan Martin [Sun, 24 Oct 2010 00:30:55 +0000 (17:30 -0700)]
remove extra printout
Evan Martin [Sat, 23 Oct 2010 23:40:22 +0000 (16:40 -0700)]
todo file
Evan Martin [Sat, 23 Oct 2010 21:16:37 +0000 (14:16 -0700)]
gitignore .o files
Evan Martin [Sat, 23 Oct 2010 21:15:35 +0000 (14:15 -0700)]
consider file existence for dirtiness
Evan Martin [Sat, 23 Oct 2010 20:23:34 +0000 (13:23 -0700)]
fix main driver to new api
Evan Martin [Sat, 23 Oct 2010 20:21:59 +0000 (13:21 -0700)]
fail on unknown targets
Evan Martin [Sat, 23 Oct 2010 20:10:16 +0000 (13:10 -0700)]
allow file nodes to be dirty, representing missing file
Evan Martin [Fri, 22 Oct 2010 16:58:42 +0000 (09:58 -0700)]
allow underscores in variable names
Evan Martin [Fri, 22 Oct 2010 16:53:49 +0000 (09:53 -0700)]
don't crash on missing rules
Evan Martin [Fri, 22 Oct 2010 16:48:35 +0000 (09:48 -0700)]
continuations in parsetoken too
Evan Martin [Fri, 22 Oct 2010 16:28:22 +0000 (09:28 -0700)]
support continuation lines
Evan Martin [Fri, 22 Oct 2010 03:17:49 +0000 (20:17 -0700)]
drop let from syntax; rely on = instead
Evan Martin [Thu, 21 Oct 2010 15:16:07 +0000 (08:16 -0700)]
getopt for input file
Evan Martin [Thu, 21 Oct 2010 05:59:40 +0000 (22:59 -0700)]
add one more dirty check
Evan Martin [Thu, 21 Oct 2010 05:51:37 +0000 (22:51 -0700)]
attempt to flush out a bug with a test, fail
Evan Martin [Thu, 21 Oct 2010 04:49:31 +0000 (21:49 -0700)]
improve stat cache dump
Evan Martin [Thu, 21 Oct 2010 04:45:29 +0000 (21:45 -0700)]
sync ninja to new apis
Evan Martin [Thu, 21 Oct 2010 04:34:48 +0000 (21:34 -0700)]
more stat tests
Evan Martin [Thu, 21 Oct 2010 04:29:16 +0000 (21:29 -0700)]
first stat test
Evan Martin [Thu, 21 Oct 2010 04:18:01 +0000 (21:18 -0700)]
more refactoring
Evan Martin [Thu, 21 Oct 2010 04:13:50 +0000 (21:13 -0700)]
refactor tests that load input file
Evan Martin [Thu, 21 Oct 2010 03:48:51 +0000 (20:48 -0700)]
chain test works
Evan Martin [Thu, 21 Oct 2010 03:48:35 +0000 (20:48 -0700)]
etags
Evan Martin [Thu, 21 Oct 2010 03:40:58 +0000 (20:40 -0700)]
sketch out how recursive stats should work
Evan Martin [Wed, 20 Oct 2010 07:08:08 +0000 (00:08 -0700)]
dependency inject stat() calls
Evan Martin [Wed, 20 Oct 2010 07:03:09 +0000 (00:03 -0700)]
check in failing chain test
Evan Martin [Wed, 20 Oct 2010 06:52:17 +0000 (23:52 -0700)]
split out another file
Evan Martin [Wed, 20 Oct 2010 06:48:59 +0000 (23:48 -0700)]
some more error tests
Evan Martin [Wed, 20 Oct 2010 05:29:39 +0000 (22:29 -0700)]
refactor parser, better error messages
Evan Martin [Wed, 20 Oct 2010 03:48:30 +0000 (20:48 -0700)]
basic let statement
Evan Martin [Wed, 20 Oct 2010 03:15:05 +0000 (20:15 -0700)]
successfully build ourselves
Evan Martin [Mon, 18 Oct 2010 19:24:01 +0000 (12:24 -0700)]
recompute dirtiness from stats
Evan Martin [Mon, 18 Oct 2010 18:58:03 +0000 (11:58 -0700)]
initial sketch of stat rescan
Evan Martin [Mon, 18 Oct 2010 06:34:15 +0000 (23:34 -0700)]
wip simplistic shell implementation
Evan Martin [Mon, 18 Oct 2010 06:16:05 +0000 (23:16 -0700)]
more test
Evan Martin [Mon, 18 Oct 2010 02:13:07 +0000 (19:13 -0700)]
multi-level build works
Evan Martin [Mon, 18 Oct 2010 01:15:14 +0000 (18:15 -0700)]
only nodes with inputs can be dirty
Evan Martin [Sun, 17 Oct 2010 21:37:00 +0000 (14:37 -0700)]
wip nonworking test
Evan Martin [Sun, 17 Oct 2010 17:12:46 +0000 (10:12 -0700)]
refactor, more tests
Evan Martin [Sun, 17 Oct 2010 17:09:14 +0000 (10:09 -0700)]
using fixture
Evan Martin [Sun, 17 Oct 2010 17:06:51 +0000 (10:06 -0700)]
drop gmock, better test factoring
Evan Martin [Sun, 17 Oct 2010 05:17:37 +0000 (22:17 -0700)]
basic gmock test
Evan Martin [Sat, 16 Oct 2010 18:05:58 +0000 (11:05 -0700)]
split parser into separate file
Evan Martin [Sat, 16 Oct 2010 18:00:51 +0000 (11:00 -0700)]
rearrange
Evan Martin [Sat, 16 Oct 2010 17:16:30 +0000 (10:16 -0700)]
support more filename chars
Evan Martin [Sat, 16 Oct 2010 08:23:43 +0000 (01:23 -0700)]
parse build line
Evan Martin [Sat, 16 Oct 2010 08:02:12 +0000 (01:02 -0700)]
line number
Evan Martin [Sat, 16 Oct 2010 01:14:28 +0000 (18:14 -0700)]
parse multiple rules
Evan Martin [Sat, 16 Oct 2010 01:12:03 +0000 (18:12 -0700)]
skip trailing whitespace
Evan Martin [Sat, 16 Oct 2010 01:08:10 +0000 (18:08 -0700)]
add basic manifest parser
Evan Martin [Fri, 15 Oct 2010 07:16:22 +0000 (00:16 -0700)]
more test
Evan Martin [Fri, 15 Oct 2010 07:15:42 +0000 (00:15 -0700)]
evaluator generates proper command
Evan Martin [Fri, 15 Oct 2010 07:10:49 +0000 (00:10 -0700)]
basic string evaluator
Evan Martin [Fri, 15 Oct 2010 06:45:57 +0000 (23:45 -0700)]
failing command generate test
Evan Martin [Fri, 15 Oct 2010 06:40:26 +0000 (23:40 -0700)]
basic plan
Evan Martin [Fri, 15 Oct 2010 06:40:01 +0000 (23:40 -0700)]
fix header dep
Evan Martin [Fri, 15 Oct 2010 06:39:50 +0000 (23:39 -0700)]
initialize ptr
Evan Martin [Fri, 15 Oct 2010 06:22:53 +0000 (23:22 -0700)]
track in/out edges differently
Evan Martin [Fri, 15 Oct 2010 06:21:55 +0000 (23:21 -0700)]
only build test for now
Evan Martin [Fri, 15 Oct 2010 06:01:22 +0000 (23:01 -0700)]
basic dirtying
Evan Martin [Fri, 15 Oct 2010 05:14:06 +0000 (22:14 -0700)]
import