test/api/hb-subset-test.h


Log

Author Commit Date CI Message
Ebrahim Byagowi ce17340b 2018-04-20T10:29:06 Add hb_blob_create_from_file, a new API (#926)
Chun-wei Fan 831d4a2d 2018-03-12T13:48:55 test/api: Fix building subset tests Include stdbool.h in hb-setset-test.h instead of in the individual sources, if it is found; otherwise use a simplistic fallback for it if it is not found. Also declare variables at the top of the block, to build on pre-C99 compiliers.
Behdad Esfahbod 70ad69f2 2018-03-07T16:11:44 [test] Fix build with older glib
Rod Sheeter 9bd6d252 2018-02-23T13:05:58 [subset] clone trim logic from fonttools glyf handling
Rod Sheeter 4f07437d 2018-02-21T22:23:05 [subset] sketch out dropping in-glyf instructions. Sometimes yields differnet size glyphs than fonttools, possibly due to padding not being corrected
Behdad Esfahbod 0bff6991 2018-02-19T11:51:25 Ugh. Really fix build.
Behdad Esfahbod 0bd2d76b 2018-02-18T11:55:26 [test] Fix a couple of coverity_scan issues
Garret Rieger c36d015b 2018-02-16T17:02:15 [subset] missing return.
Behdad Esfahbod 7b5ce740 2018-02-16T15:37:22 Fix warnings
Rod Sheeter c7a633f9 2018-02-16T11:11:20 [subset] try to get more info from bot where g_assert_cmpmem fails
Rod Sheeter 0bb2d7ac 2018-02-16T06:26:02 [subset] fix int type for blob length in hb-subset-test.h
Garret Rieger e0ffebea 2018-02-14T16:01:08 [subset] In hb-subset-test use hb_set_union instead of manually copying set.
Garret Rieger e5edcc81 2018-02-14T11:17:53 [subset] Fix codepoint iteration in hb-subset-test.
Garret Rieger 8b1dbbef 2018-02-14T11:04:12 Fix compile error in hb-subset-test.
Rod Sheeter 89ee20f1 2018-02-12T16:01:15 basic wiring for a (failing) cmap test
Garret Rieger d8d8bd84 2018-02-12T13:33:55 [subset] Add some helper functions for writing tests around subsetting.