summaryrefslogtreecommitdiff
path: root/includes/Exceptions.h
AgeCommit message (Expand)Author
2014-06-19Don't throw an exception if a debugger is present.Nicolas "Pixel" Noble
2014-06-07Fixing DEBUG vs _DEBUG #defines.Nicolas "Pixel" Noble
2014-06-03Removing tabs.Nicolas "Pixel" Noble
2013-12-27Protecting allocation functions further into a namespace.Nicolas "Pixel" Noble
2013-12-25Adding ScopedLambdas.Nicolas "Pixel" Noble
2013-12-20Adding __debugbreak() for MSVC debug mode.Nicolas "Pixel" Noble
2013-12-18Visual Studio port.Nicolas "Pixel" Noble
2013-08-02Heavily revamped the C-to-Lua yielding mechanism. Now more generic.Nicolas Noble
2013-01-22Removing some more cruft.Pixel
2013-01-17Shutting off a few warnings.Nicolas 'Pixel' Noble
2013-01-16Since I have to eat these exceptions no matter what, let's try to improve the...Nicolas "Pixel" Noble
2013-01-09Disabling generating traces for task switches, and adding a move constructor ...Nicolas "Pixel" Noble
2012-04-13Somewhat safer assert code.Pixel
2011-12-11Introducing EAssert for 'Execution Assert', which won't stop the application,...Pixel
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
2011-11-21GeneralException() will now trace the callstack and store this, for debugging...Pixel
2011-11-16I hate doing this, but, well. Maybe I should design a memory allocator class,...Pixel
2011-10-18Fixing Darwin compilation:Pixel
2011-10-10Adding a few more features to Input, and actually creating a slightly better ...Pixel
2011-10-03First commit - very basic features.Pixel