Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-01 | Update jbig2dec. | Sebastian Rasmussen | |
2018-04-26 | Clean up and simplify makefiles. | Tor Andersson | |
* Use autogenerated header file dependencies. * Use mkdir to create target output directory directly. | |||
2018-04-25 | Use objcopy to compile font resources. | Tor Andersson | |
2018-04-12 | Update Android.mk for recent build changes. | Tor Andersson | |
2018-02-27 | jni: Add the ability to supply extra C flags to Android libmupdf builds. | Fred Ross-Perry | |
Use the MUPDF_EXTRA_CFLAGS, CPPFLAGS, LDLIBS, and LDFLAGS variables. | |||
2017-11-01 | Use int64_t for public file API offsets. | Tor Andersson | |
Don't mess with conditional compilation with LARGEFILE -- always expose 64-bit file offsets in our public API. | |||
2017-08-17 | Fix Android java build: harfbuzz memory callbacks. | Tor Andersson | |
2017-06-22 | jni: Include lcms2 in compilation. | Sebastian Rasmussen | |
2017-04-20 | Remove needless -Igenerated flags. | Tor Andersson | |
Also remove -I../../ucdn from the visual studio project. | |||
2017-03-22 | Rename libjpeg submodule. | Tor Andersson | |
2017-02-20 | android: Use system fonts as fallback instead of compiling binary blobs. | Tor Andersson | |
This drastically reduces the size of the android library. Unfortunately it means font support is limited to what is available on the device. We look for both the old DroidSans fonts and the more recent Noto fonts. | |||
2017-01-23 | android: Add ndk-build makefile to build JNI library for android viewers. | Sebastian Rasmussen | |
Run 'make android' to invoke ndk-build with the proper arguments. The results are placed in build/android. |