summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/system.h
AgeCommit message (Expand)Author
2018-11-12Fix 697687: Use #if rather than #ifdef HAVE_SIGSETJMP.Tor Andersson
2018-10-23Add Emscripten / WebAssembly build.Tor Andersson
2018-06-22Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.Tor Andersson
2018-06-02Fix include file ifdefs when building with -std=c11.Tor Andersson
2018-04-03Fix VS2008 build.Robin Watts
2018-03-22Clean up windows ifdefs.Tor Andersson
2018-02-12Don't pollute global namespace with __printflike.Tor Andersson
2017-12-13Define constant INT64_MAX where int64_t is declared.Sebastian Rasmussen
2017-11-10Remove fz_android_fprintf.Tor Andersson
2017-11-10Purge obsolete NDK_PROFILER code.Tor Andersson
2017-11-02Fixes for win32 build.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-09-12Remove redundant #define that is only used at the same place it's set.Tor Andersson
2017-09-12Move fz_strcasecmp to the header it belongs to.Tor Andersson
2017-08-15Move S_ISDIR workaround to common header file.Sebastian Rasmussen
2017-08-02Sort FILE interface defines, to make sure all defined.Sebastian Rasmussen
2017-08-01If largefile=yes is set, make sure fz_remove is defined.Sebastian Rasmussen
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-31Change forgotten M_PI uses to FZ_PI.Sebastian Rasmussen
2017-05-29Make PI/RADIAN/SQRT2/LN2 global single precision float constants.Sebastian Rasmussen
2017-05-04Drop FZ_PATH_MAX macro.Tor Andersson
2017-05-03Fix windows build: Don't set _LARGEFILE64_SOURCE on windowsRobin Watts
2017-04-27Use FZ_SEEK_SET macros for fz_seek.Tor Andersson
2017-04-27Use FZ_PATH_MAX.Tor Andersson
2017-04-27Rename FMT_zu to FZ_FMT_zu.Tor Andersson
2017-02-22Move PATH_MAX to system.hMichael Vrhel
2017-02-06Fix FMT_zu definition for windows 64.Robin Watts
2017-01-17Automatically turn on PACIFY_VALGRIND for debug builds.Tor Andersson
2017-01-17Remove preprocessor defines from vcproj.Tor Andersson
2017-01-09Be consistent in use of DEBUG/NDEBUG macros.Tor Andersson
2016-12-12Add fz_remove to cope with utf-8 file names on windows.Tor Andersson
2016-11-23Convert mudraw and muraster to use mu-threads.Robin Watts
2016-09-14Redirect fprintf to android logcat in debug builds.Robin Watts
2016-09-09Fix VS2005 build; missing stat definition.Robin Watts
2016-09-08Make fz_archive a generic archive type.Sebastian Rasmussen
2016-06-13Fix VS2012 builds.Robin Watts
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-05-27Add facility to track usage of functions.Robin Watts
2016-05-10Enable ARCH_ARM on ARM platforms.Robin Watts
2016-02-15Drop UNUSED macro -- it dirties the namespace and is not needed.Tor Andersson
2016-02-09Don't use unsafe _snprintf on MSVC older than 2015.Tor Andersson
2016-01-06Add missing signbit definition for MSVC.Robin Watts
2016-01-05Clean up trailing whitespace.Tor Andersson
2015-10-14Add FZ_UNUSED macro for use with public static inline functions.Tor Andersson
2015-10-02Bug 696117: Add NaCl cross compile rules.Robin Watts
2015-06-02Fix FZ_LARGEFILE operation for large files with old style xrefs.Robin Watts
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-05-14Remove stray duplicate #defineRobin Watts
2014-09-02Add locale-independent number formatting and parsing functions.Tor Andersson
2014-03-25Add va_copy/va_copy_end macros to support both C89 and C99.Tor Andersson