aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-09The start of the configmanager to libbu++, they are good, but make congo notMike Buland
2006-08-07Updated the build.conf file, you can build the tests, and more.Mike Buland
2006-08-06It builds with build again, and even the tests now. woo!Mike Buland
2006-08-04Help triggers an exit now in the param processor.Mike Buland
2006-08-02Just added a build.conf file, libbu++ was really easy to get to work with build.Mike Buland
2006-07-28Just fixed the pymake.conf, now it won't build all the tests every time.Mike Buland
2006-07-26I don't remember what I added or did.Mike Buland
2006-07-26Added the not-yet-working hash class. More thought must be done. This doesn'tMike Buland
2006-07-26Exceptions have been re-worked, and are easier to use, and don't collide withMike Buland
2006-07-26Partial update, don't use this release...Mike Buland
2006-07-20Fixed a memory leak in the param processor.Mike Buland
2006-07-20Added the "getKey" function to the HashTable, allowing you to get at theMike Buland
2006-07-18david - escaped &s now. : )David
2006-07-15Updated pymake.confMike Buland
2006-07-15Updated the pymake againMike Buland
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-07Updated the pymake.conf file to not build the unit tests and regular testsMike 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-14Some doxygen changes (really just a test of svn props in something else)Mike 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-06-05Just changed the makefile to not make unit tests or other tests by default. ToMike Buland
2006-05-26Updated the makefile, it looks nicer now...Mike 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