summaryrefslogtreecommitdiff
path: root/Makerules
AgeCommit message (Expand)Author
2018-11-07Don't remove unused functions in debug builds.Sebastian Rasmussen
2018-10-23Add Emscripten / WebAssembly build.Tor Andersson
2018-08-10Tweak hexdumped data to increase build portability.Tor Andersson
2018-06-07Remove platform specific compiler flags for build=native.Tor Andersson
2018-05-16Add script to find unused functions.Tor Andersson
2018-05-03Remove old and unused cross-compile configurations.Tor Andersson
2018-04-26Clean up and simplify makefiles.Tor Andersson
2018-04-03Set CXX to C++ compiler when cross compiling.Tor Andersson
2018-03-22Fix bug 696910 in a different way.Tor Andersson
2018-01-26Put sanitize flags in separate flags variable.Tor Andersson
2018-01-19Update use of openssl for signature support, from 1.0.1e to 1.1.0gSebastian Rasmussen
2017-11-17Fix build if lcms2 is not present.Tor Andersson
2017-11-13gl: Fix GLUT build on MacOS X.Tor Andersson
2017-11-08Purge some obsolete MacOS X build stuff.Tor Andersson
2017-11-08gl: Remove GLFW and reinstate FreeGLUT.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-09-25Introduce sanitize-relase build target.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-25Add -Wdeclaration-after-statement.Tor Andersson
2017-05-04Fix macOS build.Tor Andersson
2017-03-22Clean up makefiles.Tor Andersson
2017-03-15Only include pthread library when needed.Tor Andersson
2017-01-19Use static assignments in Makerules.Tor Andersson
2017-01-18Detect MSYS2 as a MinGW build in Makerules.Tor Andersson
2017-01-17Only use openssl 1.0.1t and earlier.Tor Andersson
2017-01-17Automatically turn on PACIFY_VALGRIND for debug builds.Tor Andersson
2017-01-09Be consistent in use of DEBUG/NDEBUG macros.Tor Andersson
2016-11-17Detect openssl to support https when using curl.Sebastian Rasmussen
2016-11-17Rename openssl flags to libcrypto.Sebastian Rasmussen
2016-11-14gl: Add macOS support.Tor Andersson
2016-07-13Bug 696493: Fix MINGW build of viewer.Robin Watts
2016-07-13Bug 696910: Fix MINGW build.Robin Watts
2016-06-13Bug 696831: iOS/OS X support for size optimizationsJoseph Heenan
2016-06-06Add build=small target, optimizing for size.Tor Andersson
2016-04-27Guard setting pkg-config variables with --exists.Tor Andersson
2016-04-05Add threaded operation to mudraw.Robin Watts
2016-03-31Reorganize java and android source.Tor Andersson
2016-03-23Don’t include openssl by default in the OS X build.fredrossperry
2016-03-22Add Google Perf Tools build.Robin Watts
2016-03-15Memento: Fix specification of -ldl in memento builds.Robin Watts
2016-03-07Memento: Store/display backtraces with blocks.Robin Watts
2016-02-10Add build=sanitize option to makefile.Tor Andersson
2016-02-10Add system harfbuzz pkg-config flags to makefile.Tor Andersson
2016-01-05gl: Remove unused GLUT variables from makefiles.Tor Andersson
2015-10-06glut: Simple viewer using GLUT and fixed function OpenGL.Tor Andersson
2015-10-02Bug 696117: Add NaCl cross compile rules.Robin Watts
2015-05-15Add Makefile flag for building large file variants.Robin Watts
2015-03-25Bug 695854: Enable building of MuPDF viewer using MINGW.Robin Watts
2015-03-20First attempt at mupdf tizen build.Robin Watts
2014-05-08Fix curl build with thirdparty module when system curl is available too.Tor Andersson