1. ace98cc [subset] Only sanitize recursion depth in COLR. by Garret Rieger · 2 years, 6 months ago
  2. 782a737 [sanitize] add a maximum recursion depth for sanitize. by Garret Rieger · 2 years, 6 months ago
  3. cd5c6cd 3.1.1 by Khaled Hosny · 2 years, 6 months ago 3.1.1
  4. 1e07d42 Typo fix by Matthias Clasen · 2 years, 6 months ago
  5. 1fd7fd9 Cosmetics: Avoid confusing indentation by Matthias Clasen · 2 years, 6 months ago
  6. 3471f8f docs: Clarify a doc comment by Matthias Clasen · 2 years, 6 months ago
  7. 07dc34b [mutex] Try work around GCC cast-align error/warning by Behdad Esfahbod · 2 years, 6 months ago
  8. 77eeec5 3.1.0 by Khaled Hosny · 2 years, 6 months ago 3.1.0
  9. 54e7d62 [array] Remove defaulted destructor by Behdad Esfahbod · 2 years, 6 months ago
  10. f51b48c [subset] Fix fuzzer found memory leak. by Garret Rieger · 2 years, 6 months ago
  11. b1cd0dc [map] Add INVALID_KEY and INVALID_VALUE by Behdad Esfahbod · 2 years, 6 months ago
  12. 540f19b [subset] fix bug in (Chain)ContextFormat2 by Qunxin Liu · 2 years, 6 months ago
  13. e260eeb [subset] Update test goldens for gdef.glyphset. by Garret Rieger · 2 years, 6 months ago
  14. 60e2036 [subset] use glyphset_gsub instead of glyphset for GDEF by Qunxin Liu · 2 years, 6 months ago
  15. e39647c [subset] update subset goldens to fix tests. by Garret Rieger · 2 years, 6 months ago
  16. 0a7563a [subset] fuzzer fix: https://oss-fuzz.com/testcase?key=6254792024915968 by Qunxin Liu · 2 years, 6 months ago
  17. 364b6b3 [subset] Don't assume FeatureList is sorted by Qunxin Liu · 2 years, 6 months ago
  18. 49c9392 [subset] During LigatureSubstFormat1 subsetting always place Coverage last. by Garret Rieger · 2 years, 7 months ago
  19. 9643d77 [repacker] add more detailed comment about virtual links. by Garret Rieger · 2 years, 7 months ago
  20. 5bfc7d1 [repacker] remove VirtualOffset struct. by Garret Rieger · 2 years, 7 months ago
  21. bc4c534 [repacker] Add test for virtual links in the repacker. by Garret Rieger · 2 years, 7 months ago
  22. 7615b94 [repacker] add 'virtual links' to the serializer. by Garret Rieger · 2 years, 7 months ago
  23. 59d8f6c [map] Fix copy assignment operator by Behdad Esfahbod · 2 years, 6 months ago
  24. bbda020 Merge pull request #3278 from harfbuzz/more-std by Behdad Esfahbod · 2 years, 6 months ago
  25. 459e485 [meta] Remove otherwise-empty test-meta by Behdad Esfahbod · 2 years, 6 months ago
  26. b8724c6 [meta] Add in-house impl of hb_is_convertible() by Behdad Esfahbod · 2 years, 6 months ago
  27. 7a078c3 [meta] Use std::conditional instead of hb_conditional() by Behdad Esfahbod · 2 years, 6 months ago
  28. 943921c [meta] Use more std type_traits by Behdad Esfahbod · 2 years, 6 months ago
  29. 6d555ce [meta] Use std::forward instead of hb_forward() by Behdad Esfahbod · 2 years, 6 months ago
  30. 811f80a [algs] Use std::move instead of hb_move() by Behdad Esfahbod · 2 years, 6 months ago
  31. 896e0c7 [meta] Remove unused traits by Behdad Esfahbod · 2 years, 6 months ago
  32. be42800 [meta] Use std::is_trivially_... instead of internal copies by Behdad Esfahbod · 2 years, 6 months ago
  33. 30c05e8 [algs] include <new> by Behdad Esfahbod · 2 years, 6 months ago
  34. 4c6fd7c [map] Try moving items when resizing by Behdad Esfahbod · 2 years, 6 months ago
  35. a28ea8d Simplify swap() by Behdad Esfahbod · 2 years, 6 months ago
  36. 9415831 [map] Add iterable constructor by Behdad Esfahbod · 2 years, 6 months ago
  37. a03b9b1 [map] Add initializer_list and swap() by Behdad Esfahbod · 2 years, 6 months ago
  38. 3604f5f [algs] Include <initializer_list> by Behdad Esfahbod · 2 years, 6 months ago
  39. c30f683 [map] Add 5 methods by Behdad Esfahbod · 2 years, 6 months ago
  40. 38debba [set] Add successful check in swap() by Behdad Esfahbod · 2 years, 6 months ago
  41. b860b44 [bimap] Simplify initialization by Behdad Esfahbod · 2 years, 6 months ago
  42. d2c364f [array] Use default methods by Behdad Esfahbod · 2 years, 6 months ago
  43. 6f74d80 [vector] Complete sorted_vector 5-methods by Behdad Esfahbod · 2 years, 6 months ago
  44. a28b5d0 [vector] Add swap() friend to hb_sorted_vector_t by Behdad Esfahbod · 2 years, 6 months ago
  45. e97e799 Verbiage by Behdad Esfahbod · 2 years, 6 months ago
  46. 34fa5e2 [set] More default operators by Behdad Esfahbod · 2 years, 6 months ago
  47. b6c0b40 [vector] Use default constructor by Behdad Esfahbod · 2 years, 6 months ago
  48. 1e3f57c [bit-set] Implement standard-5 methods plus swap by Behdad Esfahbod · 2 years, 6 months ago
  49. 11eadb5 [bit-set-invertible] Implement standard-5 methods & swap by Behdad Esfahbod · 2 years, 6 months ago
  50. dcd18da [set] Add standard the 5 standard methods & tests by Behdad Esfahbod · 2 years, 6 months ago
  51. 628a0f3 [vector] Add more tests by Behdad Esfahbod · 2 years, 6 months ago
  52. f15858b [vector] Pre-allocate if iterator has random-access length by Behdad Esfahbod · 2 years, 6 months ago
  53. 1113515 [vector] Move test code into separate file by Behdad Esfahbod · 2 years, 6 months ago
  54. ee75e71 [vector] Add initializer from iterable by Behdad Esfahbod · 2 years, 6 months ago
  55. 18a078f [vector] Implement move assignment using swap by Behdad Esfahbod · 2 years, 6 months ago
  56. 8dc86d0 Add a test font scale rounding behavior by Matthias Clasen · 2 years, 6 months ago
  57. eeda2c5 [vector] Add initializer_list constructor & tests by Behdad Esfahbod · 2 years, 6 months ago
  58. c484641 Revert "[vector] Add initializer_list constructor & tests" by Behdad Esfahbod · 2 years, 6 months ago
  59. aa61824 [vector] Add initializer_list constructor & tests by Behdad Esfahbod · 2 years, 6 months ago
  60. 8c05569 [algs] Add hb_swap() ala, and using, std::swap() by Behdad Esfahbod · 2 years, 6 months ago
  61. bbaccf2 Better round positions during scaling by Behdad Esfahbod · 2 years, 6 months ago
  62. 52ccdc7 docs: Add a link to the OpenType spec by Matthias Clasen · 2 years, 6 months ago
  63. 8cb2f96 Document hb_ot_name_t values by Matthias Clasen · 2 years, 6 months ago
  64. 85deddb [subset] fuzzer fix: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40406 by Qunxin Liu · 2 years, 6 months ago
  65. de94241 [ci] Add CIFuzz integration by David Korczynski · 2 years, 6 months ago
  66. da50056 [API] Add hb_buffer_[sg]et_not_found_glyph() and --not-found-glyph by Behdad Esfahbod · 2 years, 6 months ago
  67. 6ea6c58 Remove direct link to dwrite from meson scripts by Cameron Cawley · 2 years, 7 months ago
  68. ecbe224 Revert "[hb-directwrite] Don't load dwrit.dll dynamically" by Cameron Cawley · 2 years, 7 months ago
  69. 4262636 Merge pull request #3248 from googlefonts/connected_components by Behdad Esfahbod · 2 years, 6 months ago
  70. f55d834 [subset] Move struct DeltaSetIndexMap into hb-ot-var-common.hh by Qunxin Liu · 2 years, 7 months ago
  71. 8c583db [subset] COLRv1: update subset() method for new strutc ClipList and VarIdxMap by Qunxin Liu · 2 years, 7 months ago
  72. e51c7f8 [subset] COLRv1: add ClipList/ClipRecord/ClipBox struct definition by Qunxin Liu · 2 years, 7 months ago
  73. 2e5636e [subset] add DeltasetIndexMap struct definition by Qunxin Liu · 2 years, 9 months ago
  74. d2e986f [subset] update COLRv1 table struct definitions by Qunxin Liu · 2 years, 9 months ago
  75. 792ca30 [meson] Add graphite2 option and deprecate graphite by Khaled Hosny · 2 years, 7 months ago
  76. c655774 [style] Use head->macStyle.isExtended in style fallback by Behdad Esfahbod · 2 years, 6 months ago
  77. f3f848b [head] Add is_expanded() internally by Behdad Esfahbod · 2 years, 6 months ago
  78. d17155f [repacker] use possibly updated root idx after isolate_subgraph. by Garret Rieger · 2 years, 7 months ago
  79. a7a3608 [docs] Rename overflow_resolution to repacker by Behdad Esfahbod · 2 years, 7 months ago
  80. 9bd7ba5 Err on -Wbitwise-instead-of-logical by Behdad Esfahbod · 2 years, 7 months ago
  81. 6bc6431 Add a writeup of the overflow resolution algorithm in harfbuzz. by Garret Rieger · 2 years, 7 months ago
  82. 96299d7 Fix Wbitwise-instead-of-logical warnings by Nico Weber · 2 years, 7 months ago
  83. b621c4f [subset] Refine the coding style by faywong · 2 years, 7 months ago
  84. f8538d3 [subset] Export header & archive when HB_BUILD_SUBSET by faywong · 2 years, 7 months ago
  85. 36ed56b [subset] code cleanup by Qunxin Liu · 2 years, 7 months ago
  86. 3e635cf [USE] Categorize characters that only have AJT by David Corbett · 2 years, 7 months ago
  87. ae193cd [USE] Insert dotted circles before lone viramas by David Corbett · 2 years, 7 months ago
  88. 641296b [USE] Categorize U+11046 BRAHMI VIRAMA as HALANT by David Corbett · 2 years, 7 months ago
  89. cca42cd Merge pull request #3249 from harfbuzz/use-merge-s-o by Behdad Esfahbod · 2 years, 7 months ago
  90. bb50aae [USE] Document customizations of USE categories by David Corbett · 2 years, 7 months ago
  91. 7287125 [USE] Merge the categories S and O by David Corbett · 2 years, 7 months ago
  92. 8eaee2f [USE] Only skip default ignorables within CCSes by David Corbett · 2 years, 7 months ago
  93. 4645c3b Update comments for U+180F FVS4 by David Corbett · 2 years, 7 months ago
  94. 5b882c4 [repacker] performance optimizations for topological sorting. by Garret Rieger · 2 years, 7 months ago
  95. ff7a86e [repacker] remove clone buffer, they are unnessecary. by Garret Rieger · 2 years, 7 months ago
  96. 8cae8b6 [repacker] add missing fini for parents vector. by Garret Rieger · 2 years, 7 months ago
  97. 7f0ede4 [repacker] refactor resolve overflow tests to use a helper. by Garret Rieger · 2 years, 7 months ago
  98. 79937d2 [repacker] Add repacker test that requires space splitting. by Garret Rieger · 2 years, 7 months ago
  99. 7883b7e [repacker] Add additional splitting spaces test. by Garret Rieger · 2 years, 7 months ago
  100. 6265663 [repacker] add test for splitting spaces. by Garret Rieger · 2 years, 7 months ago