Merge pull request #3135 from harfbuzz/post-parse

[util] Clean up option parsing some more and implement missing featuress
This commit is contained in:
Behdad Esfahbod 2021-08-11 23:05:11 -06:00 committed by GitHub
commit 302bde0bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1003 changed files with 979 additions and 679 deletions

View File

@ -425,11 +425,11 @@ util/Makefile
test/Makefile
test/api/Makefile
test/fuzzing/Makefile
test/shaping/Makefile
test/shaping/data/Makefile
test/shaping/data/aots/Makefile
test/shaping/data/in-house/Makefile
test/shaping/data/text-rendering-tests/Makefile
test/shape/Makefile
test/shape/data/Makefile
test/shape/data/aots/Makefile
test/shape/data/in-house/Makefile
test/shape/data/text-rendering-tests/Makefile
test/subset/Makefile
test/subset/data/Makefile
test/subset/data/repack_tests/Makefile

View File

@ -2,7 +2,7 @@
NULL =
EXTRA_DIST =
SUBDIRS = api shaping fuzzing subset
SUBDIRS = api shape subset fuzzing
EXTRA_DIST += \
meson.build \

View File

@ -1,4 +1,4 @@
subdir('api')
subdir('fuzzing')
subdir('shaping')
subdir('shape')
subdir('subset')
subdir('fuzzing')

Some files were not shown because too many files have changed in this diff Show More