aboutsummaryrefslogtreecommitdiff
path: root/src/exception.cpp (follow)
AgeCommit message (Collapse)Author
2006-05-26Added the first of many unit tests. For now the unit tests are just built withMike 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-26Loads of updates to several systems, see each for what really changed, theMike Buland
biggest are the updates to the exception framework, and to the pproc system, which is almost a competitor to popt already...
2006-05-13Added a nice, generic exception class. It really helps out a lot. I dunno ifMike Buland
it's better to create a new subclass of it for each situation, but it is cool...