Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | Include "mupdf/ucdn.h" explicitly. | Tor Andersson | |
2016-10-26 | Update harfbuzz to version 1.3.2. | Tor Andersson | |
2016-01-29 | Force all harfbuzz allocations through our allocators. | Robin Watts | |
Because of a shortcoming in harfbuzz, we can't easily force all its allocations through our allocators. We fudge it, with the addition of some macros to change malloc/free/calloc into hb_malloc/hb_free/hb_calloc. To prevent thread safety issues, we use our freetype lock around calls to harfbuzz. We stash the current context in a static var. | |||
2016-01-28 | Add harfbuzz thirdparty submodule. | Tor Andersson | |