summaryrefslogtreecommitdiff
path: root/thirdparty/harfbuzz
AgeCommit message (Collapse)Author
2018-09-25Update Harfbuzz submodule to version 1.9.0.Tor Andersson
This release includes the auto-generated ragel files, so we don't need to use the Artifex branch anymore.
2017-04-27Include "mupdf/ucdn.h" explicitly.Tor Andersson
2016-10-26Update harfbuzz to version 1.3.2.Tor Andersson
2016-01-29Force 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-28Add harfbuzz thirdparty submodule.Tor Andersson