Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-25 | Groups are better integrated, and now they also auto-generate commands if there | Mike Buland | |
isn't already one with the same name. | |||
2007-04-24 | Build groups are finished, there may be more we could do with them, but they | Mike Buland | |
work just fine for what I want. They're cute though, you can put each target in as many groups as you'd like. | |||
2007-04-24 | Half way there on the road to implementing basic group functionality. You can | Mike Buland | |
create groups, you can't do anything with them yet (although the syntax is supported already.) | |||
2006-10-11 | You can now use variables within list items that are not functions, funny how\ | Mike Buland | |
long it took for that one to crop up... | |||
2006-10-10 | Nothing really changed...I think | Mike Buland | |
2006-09-20 | You need this rev to build congo. | Mike Buland | |
2006-09-20 | Changed the api for variable replacement contexts. There can now be multiple | Mike Buland | |
levels of contextual inheritance, so now sub-targets automatically get their parent target's context variables, if they need them. | |||
2006-09-12 | Minor update, it does filtering now. Things are really looking up. | Mike Buland | |
2006-09-12 | Auto targets from functions now work well, but filtering is completely disabled. | Mike Buland | |
Fortunately, filtering is more of a nicety, and build is still useful. I'll put filtering back in next. | |||
2006-09-12 | Added more goo, it may be good goo. | Mike Buland | |
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-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-09-07 | Really getting there, the rest of the work should be in the build class and | Mike Buland | |
related build-time components! | |||
2006-08-29 | Updated a load, now there's a seperate module for performing string processing | Mike Buland | |
pre parser, and whatever. | |||
2006-08-28 | Finished getting everything to build with the new changes. Parser is now the | Mike Buland | |
generic base class for anything that could create a build object. | |||
2006-08-28 | Renamed Builder to BuildParser, soon I'll add the Parser base class and make | Mike Buland | |
the whole thing official. |