Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-25 | I think the plugger and programchain are all up to date to work with the new | Mike Buland | |
libbu++. The program chain may undergo heavy changes still, or be removed entirely, but we need it for congo and squirrelmud, so here it is for a while longer. The TafWriter isn't much closer, you still only get the groups in the output. | |||
2007-04-03 | Ok, no code is left in src, it's all in src/old. We'll gradually move code back | Mike Buland | |
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier. | |||
2007-01-31 | Added an extra line because svn is all confused. | Mike Buland | |
2007-01-30 | Hey, Plugger doesn't kill your program with exit, it just throws an exception. | Mike Buland | |
2007-01-30 | Added some more helpers to Plugger, which really needs to get with the times and | Mike Buland | |
use Hash and exceptions. | |||
2007-01-28 | Updated the plugger to expose the third version of the plugin-info macro, this | Mike Buland | |
is the one I think should really be used pretty much of the time... | |||
2006-10-19 | The plugger now cleans up after you if you're a slob. | Mike Buland | |
2006-08-22 | Added a new helper to the plugger. | Mike Buland | |
2006-06-22 | Updated some tests so they don't work but will compile, and made some pleasant | Mike Buland | |
changes to the plugger. Also set it up so that libbu++ code is relocatable. | |||
2006-06-05 | Fixes to the plugin system, it's a little tricky to test, but it's looking good. | Mike Buland | |
2006-06-05 | Added a complete, general plugin manager system. There's a little bit of | Mike Buland | |
cleanup to do before it's totally ready, but it's looking good... |