Age | Commit message (Collapse) | Author |
|
is less than one tenth the size, without using anything as slow as a compresion
system, I just store each string only once (it's sort of compression).
I also updated the plain viewer to not be so annoying if it doesn't have
anything to do.
|
|
other means (running other programs). It's really fast, and seems to work
pretty well.
|
|
front ends that will display what build is doing in any way you want. cool!
So far we have plain and percent, verbose and make are coming, make should be
really easy, just print out the commands and nothing else.
|
|
dependancies per target, and only if none of the other target's dependancies
required a rebuild.
|
|
|
|
I need to fix the dependancy tracking so that it will only check if it needs to,
sort of like pymake. And does each file as it gets to it.
|
|
check triggering.
|
|
store the commands somewhere so the target handler can decide if they need to
be run.
|
|
will do it all!
|
|
besides that everything is looking great. There's only one thing left to parse
and interpret before we can try actually building something.
|