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