summaryrefslogtreecommitdiff
path: root/docs/multi-threaded.c
AgeCommit message (Collapse)Author
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
Closing a device or writer may throw exceptions, but much of the foreign language bindings (JNI and JS) depend on drop to never throw an exception (exceptions in finalizers are bad).
2016-06-29Update examples.Tor Andersson
2016-01-05Link required thirdparty libraries into one library: libmupdfthird.aTor Andersson
Keep the extra thirdparty libraries (curl and glfw) separate. This matches the build process for android and win32. Also purge some unused makefile sections.
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
Separate naming of functions that save complete files to disk from functions that write data to streams.
2015-06-11Update make instructions in examples to allow for crypto lib.Robin Watts
If libcrypto is installed then the Make system will cause HAVE_OPENSSL to be defined during the build. This pulls in dependencies on libcrypto, so this needs to be included in the link.
2015-04-08Add docs/example.c and docs/multi-threaded.c to 'make examples' target.Tor Andersson
Also update the examples for the recent API changes and make them build under MSVC.
2015-02-17Reference count fz_document.Tor Andersson
2014-08-15Add libmujs.a to documentation example build command.Tor Andersson
2014-04-02Update examples.Tor Andersson
2013-10-11Update documentation of multithreading and contexts.Robin Watts
Attempt to improve the clarity of the explainations pertaining to cloning contexts and bound contexts.
2013-07-26Update single- and multi-threaded example mupdf usage.Sebastian Rasmussen
2013-06-20Rearrange source files.Tor Andersson