Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-05 | Link required thirdparty libraries into one library: libmupdfthird.a | Tor 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-09-25 | Update docs/example.c to use utility functions. | Tor Andersson | |
And add error handling. | |||
2015-06-11 | Update 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-08 | Add 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-17 | Reference count fz_document. | Tor Andersson | |
2014-08-15 | Add libmujs.a to documentation example build command. | Tor Andersson | |
2014-04-02 | Update examples. | Tor Andersson | |
2013-07-26 | Update single- and multi-threaded example mupdf usage. | Sebastian Rasmussen | |
2013-06-20 | Rearrange source files. | Tor Andersson | |