Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-25 | Code is all reorganized. We're about ready to release. I should write up a | Mike Buland | |
little explenation of the arrangement. | |||
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 | |||
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2007-11-15 | Final changes moving to the actually liscense-ified version, plus I fixed a | Mike Buland | |
compile error I introduced last commit. | |||
2006-10-11 | Bugfixes, and pymake removal. | Mike Buland | |
2006-06-29 | Completely switched over to the much simpler, nicer pymake. Things look great, | Mike Buland | |
and the old Makefile may soon fall into disrepair. To use the old one, which should almost always be able to build at least thi library, call: make -f Makefile.legacy The new Makefile just calls pymake | |||
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 | 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... | |||
2006-06-05 | Just changed the makefile to not make unit tests or other tests by default. To | Mike Buland | |
make the unit tests do "make unit" to make the other tests do "make test" | |||
2006-05-26 | Updated the makefile, it looks nicer now... | Mike Buland | |
2006-05-26 | Added the first of many unit tests. For now the unit tests are just built with | Mike Buland | |
everything else in the all target of the makefile, which is fine, but relies on CppTest, which can be found at http://cpptest.sf.net Also fixed some things I've been meaning to get to for a while in the xml system, including a few bugs that will make coping with malformed data not hang other programs, and do the error reporting in a nice way. | |||
2006-05-03 | Moved all of the test targets to the new tests directory, make life easier. | Mike Buland | |
2006-05-03 | Added the new singleton class template. Very cool, now I need to switch | Mike Buland | |
all my singletons to using it. | |||
2006-05-01 | libbu++ is finally laid out the way it should be, trunk, branches, and tags. | Mike Buland | |