Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-21 | Removed the old trunk contents. About to load up m3 | Mike Buland | |
2008-10-01 | Build compiles against the new changes to libbu++ now. Also got rid of those | Mike Buland | |
stupid const char */char * warnings. **There is no functional change in this version, you do not need to update.** | |||
2007-07-03 | Since libbu++-reorg is now the trunk, build has been updated to work with it. | Mike Buland | |
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 | 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-21 | Added two command line parameters, -i or --info will list available actions, | Mike Buland | |
maybe more later. -c or --clean will set all of the commands in the current action to clean, so now you don't have to create clean rules. Also, every viewer should now support stacks of targets, they don't now, and it can look a little funny. | |||
2006-09-21 | Auto target chaining based on requirements is now in place. This means that if | Mike Buland | |
a requirement is set for a target that needs to be built, and that requirement is another target, that target will be processed when it is needed. | |||
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 | Fixed the viewers, and some other good goo. | Mike Buland | |
2006-09-12 | Added cache functionality, which is really nice, things go much faster now. | Mike Buland | |
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-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-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-23 | Really close...functions are doing their stuff, we have inputs, almost have ↵ | Mike Buland | |
rules. | |||
2006-08-23 | Loads more stuff...it's nearly working now. | Mike Buland | |
2006-08-22 | Started on the crazy process of building the stage one compiled data. It's | Mike Buland | |
going pretty quickly, we'll see how the targets go, they'll be the only tricky part. |