Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-20 | Wow! Merged the branch, streams are updated, and there's no more FString, run | Mike Buland | |
the fixstrings.sh script in the support directory to (hopefully) automatically update your projects. | |||
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland | |
fstring, and updated the copyright notice to extend to 2011 | |||
2011-01-12 | Plugger works on windows! | Mike Buland | |
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland | |
copyright 2007-2008. | |||
2010-02-04 | david - Made a build-M3 file for building to windows (mingw). This one ↵ | David | |
actually builds *.cpp, yay!... Although i took out Process, Plugger, and Regex... to be re-added later... also had to stubify a few more functions when compiling on WIN32. | |||
2010-01-07 | A bunch of things weren't including their own files in quite the correct way... | Mike Buland | |
2008-10-01 | Ok, NIDS is getting better and better, and I went ahead and cleaned up some | Mike Buland | |
exception related code that's been annoying me. You should no longer have to include any exception header explicitly for normal operations, every class that has it's own exception to throw defines it in it's own headers. This may break some code that uses libbu++, but it's an easy fix, just delete the include for exceptions.h. Sometime soon I would also like to move from Bu::ExceptionBase to Bu::Exception, but that will affect a lot more code than this change did. | |||
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland | |
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-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... |