aboutsummaryrefslogtreecommitdiff
path: root/src/filetarget.cpp (follow)
AgeCommit message (Collapse)Author
2006-08-05Tweaked the cache format, it's no longer compatable with the old version, but itMike Buland
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.
2006-08-05Build now uses a cachefile for all of it's requires that are generated fromMike Buland
other means (running other programs). It's really fast, and seems to work pretty well.
2006-08-02Fixed a few minor bugs and added the new viewer system, it allows you to add newMike Buland
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.
2006-08-02Build will now only perform your extra code for using programs to generate moreMike Buland
dependancies per target, and only if none of the other target's dependancies required a rebuild.
2006-08-02Some minor updates to the functionalityMike Buland
2006-08-01It builds fine, and can build other things as well, like squirrelmud, and clean.Mike Buland
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.
2006-08-01It actually builds, now it just needs dependancy tracking, and maybe auto-targetMike Buland
check triggering.
2006-07-31It almost builds, we need to get rid of duplicate list entries and actuallyMike Buland
store the commands somewhere so the target handler can decide if they need to be run.
2006-07-31We're almost to rule/command generation, then only a couple of steps before itMike Buland
will do it all!
2006-07-31I still can't get the pymake file to auto-make the bison and flex .c files, butMike Buland
besides that everything is looking great. There's only one thing left to parse and interpret before we can try actually building something.