Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-26 | Loads of updates to several systems, see each for what really changed, the | Mike Buland | |
biggest are the updates to the exception framework, and to the pproc system, which is almost a competitor to popt already... | |||
2006-05-13 | Added a nice, generic exception class. It really helps out a lot. I dunno if | Mike Buland | |
it's better to create a new subclass of it for each situation, but it is cool... |