kc3-lang/harfbuzz/src/test-buffer-serialize.cc

Branch :


Log

Author Commit Date CI Message
351cccdb 2022-07-01 16:52:49 [buffer-deserialize] Deserialize glyph flags Fixes https://github.com/harfbuzz/harfbuzz/issues/1482
bdfed8f1 2021-06-14 15:46:04 [blob] Add failing versions of create API Fixes https://github.com/harfbuzz/harfbuzz/issues/2567 New API: +hb_blob_create_or_fail() +hb_blob_create_from_file_or_fail() Use these in util/ to distinguish empty file from not-found file. Only err on the latter.
7cb22ba7 2021-03-01 12:44:06 Include C headers with their C++ names (#2882) Remove unnecessary includes. Fixes build with some known broken SDKs (Nintendo Switch?) https://en.cppreference.com/w/cpp/header Fixes https://github.com/harfbuzz/harfbuzz/pull/2881
2be859d2 2020-04-20 23:48:23 minor, replace nullptr checks with implicit ones
bb4cdf8e 2019-06-25 01:42:42 Replace create_from_file with empty blob if HB_NO_OPEN is defined
be1c0ab2 2019-06-18 13:26:03 [config] Don't compile buffer serialize API if HB_NO_BUFFER_SERIALIZE Part of https://github.com/harfbuzz/harfbuzz/issues/1652
c77ae408 2018-08-25 22:36:36 Rename hb-*private.hh to hb-*.hh Sorry for the noise, downstream custom builders. Please adjust.
ce17340b 2018-04-20 10:29:06 Add hb_blob_create_from_file, a new API (#926)
dae20fb5 2018-01-31 20:16:08 Use nullptr instead of 0.
5de83fab 2017-10-28 19:54:04 [ot] Speed up get_glyph_name() get_glyph_from_name() coming soon.
17f40b7c 2017-10-27 09:22:30 Include hb-private.hh more consistently Part of fixing https://github.com/behdad/harfbuzz/issues/585
dbdbfe3d 2017-10-15 12:11:08 Use nullptr instead of NULL
c2bc8187 2013-10-27 23:36:35 Work with old and new glib Avoids "deprecated" warnings.
9326d48e 2013-10-10 20:04:42 Don't use g_mapped_file_unref() Was introduced in glib 2.22.
4dc798de 2013-08-26 20:39:00 Add hb-deprecated.h, and rename a couple enum values Add deprecated alias for old name.
20b817ac 2013-02-27 18:39:37 [buffer] Implement buffer deserialization for format=json Using a ragel machine.
847794e9 2013-02-27 17:59:28 [buffer] Implement buffer deserialization for format=text Using a ragel machine.
e54dd263 2013-02-27 13:01:02 [buffer] Start implementing buffer deserialization