summaryrefslogtreecommitdiff
path: root/source/fitz/error.c
AgeCommit message (Expand)Author
2018-11-07Add explicit jmp_buf dereferencing to allow using fz_try from C++.Tor Andersson
2018-10-26Rewrite try/always/catch macros to allow fz_context to be opaque.Tor Andersson
2017-11-10Remove fz_android_fprintf.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-06-22Add noreturn macro to all throw functions.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-01-17Remove preprocessor defines from vcproj.Tor Andersson
2016-09-14Redirect fprintf to android logcat in debug builds.Robin Watts
2016-07-12Zero terminate fz_vsnprintf output when formatting warnings and error messages.Tor Andersson
2016-07-08git stripspaceTor Andersson
2016-07-08Use fz_vsnprintf to format warnings and error messages.Tor Andersson
2016-05-12Add variadic versions of fz_throw and fz_warn.Simon Reinhardt
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-03-15Tweak fz_try/catch to fix overflow case.Robin Watts
2016-02-15Drop UNUSED macro -- it dirties the namespace and is not needed.Tor Andersson
2016-01-18Simplify try/catch macros.Tor Andersson
2015-10-29Fix 696303: Off-by-one error when checking for exception stack overflow.Tor Andersson
2015-09-30Bug 696115: Further fix for setjmp/longjmp.Robin Watts
2014-09-09test-device: Abort interpretation when color found.Robin Watts
2014-08-19don't always write to Visual Studio's Output console in debug buildsSimon Bünzli
2013-08-28fix various typosSimon Bünzli
2013-07-19Initial work on progressive loadingRobin Watts
2013-07-03Update fz_error/fz_warn to output to Debugger window on Win32 too.Robin Watts
2013-06-28Modify FZ_NORETURN to work on MSVC too.Robin Watts
2013-06-20Rearrange source files.Tor Andersson