Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-03 | Updated the build.sh script to be a little more friendly. | Mike Buland | |
Updated copyright date. | |||
2012-11-08 | ...apparently I forgot to copyright this. Now it's BSD licensed. | Mike Buland | |
2012-11-08 | tabconv: it's all spaces now. | Mike Buland | |
2011-01-20 | Fixes to use libbu++ Bu::String | Mike Buland | |
2010-01-06 | Wow, ok, well, I added some more error handling, that's positive, also switched | Mike Buland | |
conditions and functions to a plugger system like views, and all of them now load builtin and external plugins flawlessly. It's actually a lot of fun. I also added the example/test plugin condition "random" it randomly builds targets...it's not really useful... | |||
2009-12-21 | m3 is copied into trunk, we should be good to go, now. | Mike Buland | |
2009-12-21 | Removed the old trunk contents. About to load up m3 | Mike Buland | |
2007-07-03 | Since libbu++-reorg is now the trunk, build has been updated to work with it. | 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 | 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-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. | |||
2006-08-22 | The basic outline for all of the initial functions and rules has been set. The | Mike Buland | |
parser and scanner are using the new system so they actually match functions and whatnot and pass that data to the parser, it's very cool. |