1. 4ec18c8 [subset] add subsetting tests with drop hints and layout subsetting enabled. by Garret Rieger · 4 years ago
  2. 596f425 [subset] copy Lookup::markFilteringSet when subseting. by Garret Rieger · 4 years ago
  3. c35d786 [subset] never drop the 'pref' feature. by Garret Rieger · 4 years ago
  4. 85b0728 Add full variable font subsetting test. by Garret Rieger · 4 years ago
  5. b10741c [subset] when closing glyphs in context lookups don't use a current glyph set if a lookup is already applied. by Garret Rieger · 4 years ago
  6. 2773d05 [subset] Add a test case using NotoNastaliqUrdu. by Garret Rieger · 4 years ago
  7. 95230e2 [subset] support subsetting GSUB8 by Qunxin Liu · 4 years ago
  8. 0104409 Fix repack_tests for distcheck. by Garret Rieger · 4 years ago
  9. b8b8c58 [subset] add tests that check for successful repacking of a real font file. by Garret Rieger · 4 years ago
  10. 56ca435 [subset] fix for collect_features and remove_redundant_lamngsys by Qunxin Liu · 4 years ago
  11. 69d772e [subset] Fixed test gsub5 test files. by Garret Rieger · 4 years ago
  12. 0e1c0fa [subset] optimize glyph closure method: step 5 by Qunxin Liu · 4 years ago
  13. b1b1486 [subset] update expected files to not include cmap12 pruning. by Garret Rieger · 4 years ago
  14. 190b7a9 [subset] Update PairPosFormat2 subsetting to match fontTools updated subsetting (https://github.com/fonttools/fonttools/pull/2221) by Garret Rieger · 4 years ago
  15. 00d9276 Add gpos9 expected files to Makefile.am by Garret Rieger · 4 years, 2 months ago
  16. 08a4997 [subset] Add subset support for Extension lookups (GPOS 9, GSUB 7). by Garret Rieger · 4 years, 2 months ago
  17. eb069f3 [tests] Update expected output of recently-merged gpos5 by Behdad Esfahbod · 4 years, 2 months ago
  18. c7d232c Merge pull request #2701 from googlefonts/Mark-To-Ligature_grieger by Behdad Esfahbod · 4 years, 2 months ago
  19. 554aaa0 [build] Fix make distcheck by Khaled Hosny · 4 years, 2 months ago
  20. be33704 Add gpos 5 tests to meson build file. by Garret Rieger · 4 years, 6 months ago
  21. 3a0b05f [subset] GPOS 5 MarkToLigature subsetting support by Qunxin Liu · 4 years, 6 months ago
  22. 010accb [subset] Add additional test cases for the Amiri tests. by Garret Rieger · 4 years, 6 months ago
  23. 3271a7c [subset] Remove redundant langys from Amiri test font. by Garret Rieger · 4 years, 6 months ago
  24. 9fad540 [subset] check that sub rules in ContextFormat 1 and 2 intersect the glyphs set before recursing during closure lookups. by Garret Rieger · 4 years, 6 months ago
  25. 7b77ce0 [subset] Add subsetting integration test using Amiri. by Garret Rieger · 4 years, 6 months ago
  26. 7a72b20 [subset] Subset GDEF during layout subsetting tests. by Garret Rieger · 4 years, 6 months ago
  27. 6e32145 [meson] Make compatbile with 0.47.0 by Ebrahim Byagowi · 4 years, 8 months ago
  28. 5193357 Revert "Remove autotools build support" by Ebrahim Byagowi · 4 years, 8 months ago
  29. 01ac32a Remove autotools build support by Ebrahim Byagowi · 4 years, 8 months ago
  30. d38d633 [tests] minor by Ebrahim Byagowi · 4 years, 8 months ago
  31. 322426f [tests] Use TTFont of fonttools to avoid temp files by Ebrahim Byagowi · 4 years, 8 months ago
  32. 08fef15 Use fonttools's python package instead of cli by Hamidreza Bayat · 4 years, 8 months ago
  33. 47a0fbe [meson] Mark longer tests with slow by Ebrahim Byagowi · 4 years, 9 months ago
  34. 4e7cb7e minor, fix lists sorting by Ebrahim Byagowi · 4 years, 10 months ago
  35. 973c47f [subset] Move 2 experimental public api methods to be private methods in GSUB/GPOS. by Qunxin Liu · 4 years, 10 months ago
  36. 6f7048b [meson] Update subset tests list from autotools by Ebrahim Byagowi · 4 years, 10 months ago
  37. a9d1346 [meson] Categorize tests using `suite: [...]` by Ebrahim Byagowi · 4 years, 10 months ago
  38. 3c5bdd9 [subset] GDEF AttachList subsetting support by Qunxin Liu · 4 years, 10 months ago
  39. 368ca30 minor on python scripts by Ebrahim Byagowi · 4 years, 10 months ago
  40. ad87155 minor, use py3's open(encoding=) by Ebrahim Byagowi · 4 years, 10 months ago
  41. cd5580e minor, enable printing to stderr in run-tests.py by Ebrahim Byagowi · 4 years, 10 months ago
  42. 7554f61 minor, use sys.exit print shorthand by Ebrahim Byagowi · 4 years, 10 months ago
  43. 593e58c [subset] ChainContext subsetting fix: add lookup index remapping by Qunxin Liu · 4 years, 10 months ago
  44. d7c012a [subset] GDEF Variation Store: step 2 by Qunxin Liu · 4 years, 10 months ago
  45. cc53fd1 [meson] Normalize options names by Ebrahim Byagowi · 4 years, 10 months ago
  46. f756267 [meson] Use / instead join_paths by Ebrahim Byagowi · 4 years, 10 months ago
  47. 4b12b84 [meson] Increase timeout in hope to resolve Actions' bot timeout by Ebrahim Byagowi · 4 years, 10 months ago
  48. 1c4dd79 [ci] Increase timeout as gh bot issue isn't resolved by serial test by Ebrahim Byagowi · 4 years, 10 months ago
  49. 8667df5 [meson] Unbreak the build, oops by Ebrahim Byagowi · 4 years, 10 months ago
  50. 37f9ccc [meson] Don't run subset tests in parallel by Ebrahim Byagowi · 4 years, 10 months ago
  51. 8b5d3eb [subset] GSUB5/GPOS7 Contextual Subst/Pos Subtbale Subsetting support by Qunxin Liu · 4 years, 10 months ago
  52. 0722889 [meson] increase subset tests timeout by Ebrahim Byagowi · 4 years, 11 months ago
  53. b2a965d [subset] Add support for "--gids" option by Qunxin Liu · 4 years, 11 months ago
  54. e53c44e [subset] temporarily revert previous cmap commit by Qunxin Liu · 5 years ago
  55. 750bb73 [meson] Add an experimental-api option by Ebrahim Byagowi · 5 years ago
  56. 0181f03 [test] Workaround Windows pipe issue by storing ttx in a file by Ebrahim Byagowi · 5 years ago
  57. 2354a90 tests: fix subset/run-tests.py under Windows by Christoph Reiter · 5 years ago
  58. 29c9032 Move hb_ot_layout_closure_{features,lookups} behind EXPERIMENTAL flag by Ebrahim Byagowi · 5 years ago
  59. c8cc1e3 fix issues in ClassDefFormat1 serialize: by Qunxin Liu · 5 years ago
  60. 7862223 [meson] More comment on tests are causing timeout failure by Ebrahim Byagowi · 5 years ago
  61. b5526a0 [tools] Remove in-house 'which' now that we have py3 by Ebrahim Byagowi · 5 years ago
  62. 12df69e Minor, delete not needed cmake testing file by Ebrahim Byagowi · 5 years ago
  63. 943bfed [meson] Enable more of the subset tests by Ebrahim Byagowi · 5 years ago
  64. c494d7a Remove cmake testing and add meson build bot by Ebrahim Byagowi · 5 years ago
  65. 1c3f80b [meson] Minor updates by Ebrahim Byagowi · 5 years ago
  66. 8fc66db meson: tests: subset: no need to check for 'which' command any more by Tim-Philipp Müller · 5 years ago
  67. d4a7237 meson: all tests passing on Windows / MSVC by Mathieu Duponchelle · 5 years ago
  68. 920efc0 Add Meson build definitions by Mathieu Duponchelle · 5 years ago
  69. 5ad761b [subset] GDEF MarkGlyphSets subsetting support by Qunxin Liu · 5 years ago
  70. fcd7f33 [subset] GDEF glyphClassDef subsetting support by Qunxin Liu · 5 years ago
  71. 4112254 Fix glyph closure for alternate substitution. by Garret Rieger · 5 years ago
  72. 8d19907 Remove python2 support from tests/utils scripts by Ebrahim Byagowi · 5 years ago
  73. 493e40f [subset] add one empty byte to glyf table by Qunxin Liu · 5 years ago
  74. eb7849a [subset] GPOS6 MarkToMark subsetting support by Qunxin Liu · 5 years ago
  75. 82afc75 [subset] GPOS4 MarkBase subsetting support by Qunxin Liu · 5 years ago
  76. 43253e4 Merge remote-tracking branch 'upstream/master' by Ebrahim Byagowi · 5 years ago
  77. a7f694d Merge branch 'subset_cblc' into master by Ebrahim Byagowi · 5 years ago
  78. 774725b [subset] Avoid incorrectly dropping cmap for NotoColorEmoji.ttf by ckitagawa-work · 5 years ago
  79. 490ef1c [subset] Fix namerecord ordering by Qunxin Liu · 5 years ago
  80. e128f80 parent 777ba47b50f6379b9f9abf1d72559316b7116b9e by ckitagawa · 5 years ago
  81. b6a8f5e [subset] CMAP table subsetting fix by Qunxin Liu · 5 years ago
  82. ed857c4 [subset] Add COLR support by ckitagawa · 5 years ago
  83. d183043 [tests] Apply expected results of Mplus1p-Regular subset by Ebrahim Byagowi · 5 years ago
  84. 36a5c04 [subset] Add "--name-languages" and "--name-legacy" options by Qunxin Liu · 5 years ago
  85. e171bee Revert "[subset] Add "--name-languages" and "--name-legacy" options" by Ebrahim Byagowi · 5 years ago
  86. fd85818 [subset] Add "--name-languages" and "--name-legacy" options by Qunxin Liu · 5 years ago
  87. c370da4 [subset] Cmap table: remove encodingRecord entry for empty cmap4 subtable by Qunxin Liu · 5 years ago
  88. a3cf4ae [subset] Add more tests for GPOS1 subsetting by Qunxin Liu · 5 years ago
  89. e565d1f [subset] subset lookup/feature/script lists for GSUB/GPOS by Qunxin Liu · 5 years ago
  90. 93376a6 Add unittests by ckitagawa · 5 years ago
  91. 78b50a6 Address initial comments by ckitagawa · 5 years ago
  92. 43b6c86 [subset] Support sbix subsetting by ckitagawa · 5 years ago
  93. 1db2c1d fix for cmap4 and OS_2 subsetting: maximum character code allowed is 0xFFFF by Qunxin Liu · 5 years ago
  94. ea8fdfa Merge branch 'master' into var-subset by blueshade7 · 5 years ago
  95. 1f0a9d9 [subset] GPOS Lookup Type 2: PairPos by Qunxin Liu · 5 years ago
  96. b66094a [subset] GSUB Lookup Type 6: ChainContextSubst by Qunxin Liu · 5 years ago
  97. 19d45dc Merge remote-tracking branch 'upstream/master' into var-subset by Ebrahim Byagowi · 5 years ago
  98. b0c3eb0 [subset] GPOS Lookup Type 3: CursivePos by Qunxin Liu · 6 years ago
  99. bf66d1b [subset] Add integration tests for cmap14 by Qunxin Liu · 6 years ago
  100. 52d19ba Minor by Behdad Esfahbod · 6 years ago