aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)Author
2006-07-15Added stuff that I thought was already there...Mike Buland
2006-07-14Changed some stuff, not sure what all, minor stuff.Mike Buland
2006-07-14Made everything have a virtual deconstructor. This is apparently veryMike Buland
2006-07-12Added a clear function to the hashtable. How we made it this long without isMike Buland
2006-07-12Added exception tests.Mike Buland
2006-07-11I added stringrep, which is a cpp replacement for some c string functions.Mike Buland
2006-07-02Fixed a bug that caused the stream to be placed at a random location after theMike Buland
2006-07-02Fixed a bug in the serializer that would close the file it was using even whenMike Buland
2006-06-29Fixed a bug that would cause certain peramiters that were after parameters thatMike Buland
2006-06-29Completely switched over to the much simpler, nicer pymake. Things look great,Mike Buland
2006-06-29All done with all of the basic and some nice, extended functionality, now IMike Buland
2006-06-29Added the outlines for command parameter handling, for unknown parameterMike Buland
2006-06-29Completely removed the old, crappy pproc and replaced it with the new, shinyMike Buland
2006-06-28Minor fixes to the command line processor.Mike Buland
2006-06-28Fixed a conflict between the new low level reader and the file reader.Mike Buland
2006-06-28Entities now work in the xml processor the way they should, you can define yourMike Buland
2006-06-22Updated some tests so they don't work but will compile, and made some pleasantMike Buland
2006-06-21Updated the readInput function to tell you how much time is left over afterMike Buland
2006-06-06Added comment handling to the XML system. It just discards them completely, butMike Buland
2006-06-05Fixes to the plugin system, it's a little tricky to test, but it's looking good.Mike Buland
2006-06-05Added a complete, general plugin manager system. There's a little bit ofMike Buland
2006-05-26Added the first of many unit tests. For now the unit tests are just built withMike Buland
2006-05-26Loads of updates to several systems, see each for what really changed, theMike Buland
2006-05-13Added a nice, generic exception class. It really helps out a lot. I dunno ifMike Buland
2006-05-13Fixed a bug in the tester.Mike Buland
2006-05-13Fixed a inconsistancy between versions...Mike Buland
2006-05-13Changed some things in the serializer...it's coolMike Buland
2006-05-13david - initial NOT WORKING commit of SerializerText stuff...David
2006-05-13david - umm... yeah, made the generic write and read functions...David
2006-05-13david - initial commit of serialize code ;pDavid
2006-05-12Added the StaticString class, which is a slightly modified version of the oldMike Buland
2006-05-04Removed some extra test functions that were interfering with some otherMike Buland
2006-05-03Sweet, all changes from the (once again 1 rev) branch have been merged back in.Mike Buland
2006-05-03Added a simple test for the log system, and switched the multilog to the newMike Buland
2006-05-03Added the new singleton class template. Very cool, now I need to switchMike Buland
2006-05-01Fixed a bug in the get code of the hashtable. It now performs probing correctlyMike Buland
2006-05-01libbu++ is finally laid out the way it should be, trunk, branches, and tags.Mike Buland