summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-10-23Add Emscripten / WebAssembly build.Tor Andersson
2018-09-25gl: Save history and bookmarks in ~/.mupdf.history.Tor Andersson
2018-08-10Tweak hexdumped data to increase build portability.Tor Andersson
2018-08-10Use stubs instead of conditional compile with HAVE_LIBCRYPTO.Tor Andersson
2018-07-06gl: Add signing UI for Digital Signatures.Tor Andersson
2018-06-02Fix libcrypto build.Tor Andersson
2018-04-26Clean up and simplify makefiles.Tor Andersson
2018-04-25Update Noto fonts.Tor Andersson
2018-04-25Use objcopy to compile font resources.Tor Andersson
2018-04-25Check in generated Javascript source files.Tor Andersson
2018-04-25Check in generated ICC profiles.Tor Andersson
2018-04-25Check in generated CMap source.Tor Andersson
2018-04-25Add CMap processing scripts, and turn cmapdump into mutool.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-03-22Add pkcs7 helper library to win32 viewer and mujstest tool.Tor Andersson
2018-02-02Signature support: add a null pdf_check_signature functionPaul Gardiner
2018-02-02Signature support: decouple mupdf from the pkcs7 implementationPaul Gardiner
2018-01-31Add 'make tofu' target to build stripped mupdf with no unicode resources.Tor Andersson
2018-01-26Put sanitize flags in separate flags variable.Tor Andersson
2017-12-13Don't pass -Wdeclaration-after-statement to C++ compiler.Tor Andersson
2017-12-13Put extra apps in separate (non-default) makefile build target.Tor Andersson
2017-11-09Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.Robin Watts
2017-11-08gl: Remove GLFW and reinstate FreeGLUT.Tor Andersson
2017-09-12Add 'make watch' target.Tor Andersson
2017-07-21Add 'mutool trace' command.Tor Andersson
2017-07-17Temporary fix for nasty header file dependenciesTor Andersson
2017-07-10Make threading a compile-time option and propagate it to all tools.Sebastian Rasmussen
2017-07-04Add mjsgen to things to build so it is not forgotten.Sebastian Rasmussen
2017-06-22Add '-s' option to hexdump script to dump arrays using string literals.Tor Andersson
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-06-15Update how to build native examples.Sebastian Rasmussen
2017-06-15Update 'make install' for new documentation layout.Tor Andersson
2017-05-29sort input filesBernhard M. Wiedemann
2017-05-23Remove unused strtod function.Tor Andersson
2017-05-08Make sure source text in pdf-js-util.js is zero terminated.Tor Andersson
2017-05-04Fix macOS build.Tor Andersson
2017-04-27Remove public SVG header.Tor Andersson
2017-04-27Make HTML header private.Tor Andersson
2017-04-20Remove needless -Igenerated flags.Tor Andersson
2017-04-20Split long lists onto multiple lines.Tor Andersson
2017-04-13Change generated files to be C instead of headers.Tor Andersson
2017-03-22Clean up makefiles.Tor Andersson
2017-03-21Replace fontdump, bin2hex and cquote with one tool: hexdump.Tor Andersson
2017-03-15Only include pthread library when needed.Tor Andersson
2017-01-23android: Add ndk-build makefile to build JNI library for android viewers.Sebastian Rasmussen
2016-12-12PDF Portfolio support.Robin Watts
2016-11-23Fix mu-threads build on linux.Tor Andersson
2016-11-23Convert mudraw and muraster to use mu-threads.Robin Watts
2016-11-22Rearrange CMap resources. Only include the ones that are used.Tor Andersson
2016-11-17Rename openssl flags to libcrypto.Sebastian Rasmussen