summaryrefslogtreecommitdiff
path: root/src/Exceptions.cc
AgeCommit message (Collapse)Author
2014-06-19Finishing up basic curl integration and adding a basic DownloadTask.Nicolas "Pixel" Noble
2014-06-03Removing tabs.Nicolas "Pixel" Noble
2013-12-18Visual Studio port.Nicolas "Pixel" Noble
2013-01-20The trace functions for windows are actually in dbghelp.h - note that this ↵Nicolas 'Pixel' Noble
will really only work when mingw64 uses gcc-4.7...
2013-01-17Shutting off a few warnings.Nicolas 'Pixel' Noble
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
-) Removed Assert() -) Added AAssert(), IAssert(), RAssert(), TAssert() and Failure() -) Reworked all asserts in the code, and added meaningful messages to them. -) Changed the way the startup code is generated; BALAU_STARTUP is no longer necessary.
2011-11-21GeneralException() will now trace the callstack and store this, for ↵Pixel
debugging purposes.