summaryrefslogtreecommitdiff
path: root/src/lib/exceptions/exceptions.cc
AgeCommit message (Expand)Author
2016-12-14Added #include <config.h> to all .cc files.Andrei Pavel
2015-12-16[4236] Updated copyright dates in all files.Marcin Siodelski
2015-12-16[4236] Replaced license text in all files containing it.Marcin Siodelski
2015-08-27[4025] Incorrect use of temporary object fixed in Exception::what()Tomek Mrugalski
2015-08-20[support8785] Verbose Exception::what() has been implemented.Tomek Mrugalski
2011-01-21cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya
2010-10-15overall style cleanup: adjusted brace positions according to the coding guide...JINMEI Tatuya
2010-07-16s/#include "header"/#include <[path/]header>/ (trac #291)JINMEI Tatuya
2010-03-05Restructure trunk again.Jeremy C. Reed