Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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. |