- bff78e6 [cff] Convert interpretation environment to use constructor by Behdad Esfahbod · 2 years, 10 months ago
- de053e2 [cff] Convert subr_subset_param_t to use constructor by Behdad Esfahbod · 2 years, 10 months ago
- 8aa54aa [cff] Replace byte_str_t with hb_bytes_t use by Behdad Esfahbod · 2 years, 10 months ago
- fe783ac [cff] Remove op_str_t nop init/fini by Behdad Esfahbod · 3 years, 2 months ago
- f1dc8b0 [subset-cff] Convert subr_closures_t to constructor/destructor instead of init/fini. by Garret Rieger · 3 years, 2 months ago
- a48aa98 [subset-cff] Remove another set of fini_deep by Behdad Esfahbod · 3 years, 2 months ago
- de2cef4 [bimap] Remove init/fini by Behdad Esfahbod · 3 years, 2 months ago
- 46d4a5e [subset] Convert subset plan to use a flags bit set. by Garret Rieger · 3 years, 8 months ago
- 32f052b [ENOMEM] Fix several instances of not checking resize in CFF. by Garret Rieger · 4 years, 7 months ago
- 2be859d minor, replace nullptr checks with implicit ones by Ebrahim Byagowi · 5 years ago
- 2dda6dd minor, tweak spacing by Ebrahim Byagowi · 5 years ago
- 0b29053 removed unused code by ariza · 5 years ago
- e8f010d removed unused code & data; rename by ariza · 5 years ago
- c05458e update cff & cff2 subsetters by ariza · 5 years ago
- ce114d6 minor, tweak spaces by Ebrahim Byagowi · 5 years ago
- 453050a Merge remote-tracking branch 'upstream/master' into var-subset by Ebrahim Byagowi · 5 years ago
- c7621cf Minor, replace hb_set_add with private API by Ebrahim Byagowi · 5 years ago
- 0558413 Minor, tweak spaces by Ebrahim Byagowi · 5 years ago
- 8bf989e update from master by blueshade7 · 6 years ago
- f3ee2bd add ops & methods to hb_bimap_t making it more like hb_map_t by Michiharu Ariza · 6 years ago
- 0949669 add hb_bimap_t, subclass hb_inc_bimap_t replacing CFF::remap_t by Michiharu Ariza · 6 years ago
- a1177fe Merge branch 'master' into var-subset by Michiharu Ariza · 6 years ago
- b986c6a [C++11] Remove IntType::set() in favor of operator= by Behdad Esfahbod · 6 years ago
- f289ffe renamed hb_map2_t to hb_bimap_h in its own .hh by Michiharu Ariza · 6 years ago
- c485b77 fix CFF2 local subr subsetting by Michiharu Ariza · 6 years ago
- c842010 subset HVAR by Michiharu Ariza · 6 years ago
- c6af846 tweaked --desubroutinize to remove hintmask only subrs by Michiharu Ariza · 6 years ago
- f2908b4 Implement subset --regain-gids option with CFF1/2 by Michiharu Ariza · 6 years ago
- d25a2f1 Fix a few warnings by Behdad Esfahbod · 6 years ago
- ae6e348 Minor, tweak spaces by Ebrahim Byagowi · 6 years ago
- 29f0b6b CFF renaming (#1507) by Michiharu Ariza · 6 years ago
- 474a120 [array/vector] Rename len to length by Behdad Esfahbod · 6 years ago
- e412008 Remove redundant void from C++ sources (#1486) by Ebrahim Byagowi · 6 years ago
- b2ebaa9 Remove redundant 'inline' from methods (#1483) by Ebrahim Byagowi · 6 years ago
- bcb4eca [CFF] check out of range FD index (#1477) by Michiharu Ariza · 6 years ago
- 2941208 [CFF] oss-fuzz issue 11690 ASSERT: substr.offset >= opStart (#1461) by Michiharu Ariza · 6 years ago
- 3335862 minimize use of assert: removed or changed to error handling (#1467) by Michiharu Ariza · 6 years ago
- 825df6d [CFF] Change spaces to tabs by Behdad Esfahbod · 6 years ago
- 592f39b [CFF] Whitespace by Behdad Esfahbod · 6 years ago
- d8c6913 undo 0u by Michiharu Ariza · 6 years ago
- 9483da1 redo fixes by Michiharu Ariza · 6 years ago
- 291da44 yet another by Michiharu Ariza · 6 years ago
- b1821b9 some more by Michiharu Ariza · 6 years ago
- b67a7c7 drop dotsection as hint along with test case by Michiharu Ariza · 6 years ago
- 072c7ab use 2-byte offset instead of 4-byte for local subrs by Michiharu Ariza · 6 years ago
- 0dfa584 changed Adobe company name by Michiharu Ariza · 6 years ago
- 636a683 fixed ends_in_hint bug by Michiharu Ariza · 6 years ago
- 0996c0f implented no-desubroutinize with CFF2 along with API test by Michiharu Ariza · 6 years ago
- b721fda fixed leaks in CFF subr subset by Michiharu Ariza · 6 years ago
- 85f5644 added missing switch breaks by Michiharu Ariza · 6 years ago
- 191ca0f CFF1 no-desubr fixes by Michiharu Ariza · 6 years ago
- 481fdfd Merge branch 'cff-subset' of https://github.com/harfbuzz/harfbuzz into cff-subset by Michiharu Ariza · 6 years ago
- 1bc710a added CFF1 desubr api test cases & bug fixes by Michiharu Ariza · 6 years ago
- 6186dbf added hb_subset_input_set_desubroutinize API by Michiharu Ariza · 6 years ago
- 2840a10 tweaks to build with new merge by Michiharu Ariza · 6 years ago
- d56e338 CFF1 no-desubroutinize + no-hinting by Michiharu Ariza · 6 years ago
- b64ef69 from encode_int removed assert hit by fuzzer by Michiharu Ariza · 6 years ago
- 0f159a3 fixed serialize_fdselect_3_4 by Michiharu Ariza · 6 years ago
- 497e7fb misc bug fixes by Michiharu Ariza · 7 years ago
- cc52e53 Removed unused subr subset code by Michiharu Ariza · 7 years ago
- 1666b89 subset CFF1 String Index by Michiharu Ariza · 7 years ago
- 5ea03d2 fix build by untemplatizing DictOpSet & DictVal by Michiharu Ariza · 7 years ago
- f2d299b Drop hints from CFF2 charstrings by Michiharu Ariza · 7 years ago
- fcf1778 templatized ArgStack as a prep to store blends by Michiharu Ariza · 7 years ago
- 8c5e03b Added drop_hints to SubrFlattener by Michiharu Ariza · 7 years ago
- 9fd08cc CFF2 subroutine flattner by Michiharu Ariza · 7 years ago
- 1d1afdd corrected preprocessor guards by Michiharu Ariza · 7 years ago
- 8af9690 Merge branch 'master' into cff-subset by Michiharu Ariza · 7 years ago