Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-12 | Build now builds, it has viewers, and dependancy checking, and everything works. | Mike Buland | |
Now we have to add cleaning, caching, and more viewer hooks / viewers. | |||
2006-09-10 | Almost done tweaking the variable system, it needed support for local, or | Mike Buland | |
"extra" variables. | |||
2006-09-07 | About to implement Rule, the heart of the porform generation system. Once | Mike Buland | |
that's done, we can actually run the performs, and, most likely build things. | |||
2006-08-29 | Updated a load, now there's a seperate module for performing string processing | Mike Buland | |
pre parser, and whatever. | |||
2006-08-23 | Loads more stuff...it's nearly working now. | Mike Buland | |
2006-08-18 | Gutted, deleted almost all the source, too many changes to keep it around, we'll | Mike Buland | |
see what happens next. | |||
2006-08-01 | It 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-01 | It actually builds, now it just needs dependancy tracking, and maybe auto-target | Mike Buland | |
check triggering. | |||
2006-07-31 | It almost builds, we need to get rid of duplicate list entries and actually | Mike Buland | |
store the commands somewhere so the target handler can decide if they need to be run. | |||
2006-07-31 | We're almost to rule/command generation, then only a couple of steps before it | Mike Buland | |
will do it all! | |||
2006-07-31 | I still can't get the pymake file to auto-make the bison and flex .c files, but | Mike Buland | |
besides that everything is looking great. There's only one thing left to parse and interpret before we can try actually building something. |