Skip to content

Commit

Permalink
Update bundled sources to 8.2.0 from 8.1.1. (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Sep 10, 2023
1 parent 2d74475 commit a951584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harfbuzz-sys/harfbuzz
Submodule harfbuzz updated 91 files
+35 −35 .ci/requirements-fonttools.txt
+1 −1 .ci/requirements.in
+38 −38 .ci/requirements.txt
+1 −1 .github/workflows/linux-ci.yml
+1 −1 .github/workflows/macos-ci.yml
+1 −1 .github/workflows/msvc-ci.yml
+1 −1 .github/workflows/scorecard.yml
+13 −10 BUILD.md
+1 −1 CONFIG.md
+12 −0 NEWS
+2 −2 README.md
+1 −1 configure.ac
+1 −0 docs/harfbuzz-docs.xml
+3 −0 docs/harfbuzz-sections.txt
+7 −2 meson.build
+13 −0 perf/benchmark-font.cc
+59 −7 src/OT/Color/COLR/COLR.hh
+3 −2 src/OT/Layout/GPOS/AnchorMatrix.hh
+7 −6 src/OT/Layout/GPOS/CursivePosFormat1.hh
+7 −6 src/OT/Layout/GPOS/LigatureArray.hh
+3 −3 src/OT/Layout/GPOS/MarkArray.hh
+7 −8 src/OT/Layout/GPOS/MarkBasePosFormat1.hh
+7 −7 src/OT/Layout/GPOS/MarkLigPosFormat1.hh
+7 −5 src/OT/Layout/GPOS/MarkMarkPosFormat1.hh
+5 −6 src/OT/Layout/GPOS/MarkRecord.hh
+1 −1 src/OT/Layout/GPOS/PairPosFormat2.hh
+95 −2 src/OT/glyf/Glyph.hh
+21 −2 src/graph/graph.hh
+1 −1 src/graph/gsubgpos-context.hh
+15 −4 src/graph/gsubgpos-graph.hh
+3 −1 src/graph/markbasepos-graph.hh
+4 −0 src/hb-algs.hh
+1 −1 src/hb-bimap.hh
+3 −0 src/hb-bit-page.hh
+2 −2 src/hb-bit-set.hh
+2 −2 src/hb-buffer.cc
+1 −1 src/hb-buffer.h
+27 −0 src/hb-cairo.cc
+1 −1 src/hb-common.cc
+17 −2 src/hb-debug.hh
+1 −1 src/hb-font.cc
+35 −1 src/hb-ft-colr.hh
+1 −1 src/hb-limits.hh
+1 −1 src/hb-map.cc
+5 −0 src/hb-map.hh
+1 −1 src/hb-null.hh
+1 −2 src/hb-ot-layout-common.hh
+1 −1 src/hb-ot-shape.cc
+25 −6 src/hb-ot-shaper-arabic.cc
+251 −24 src/hb-ot-var-common.hh
+6 −2 src/hb-ot-var-cvar-table.hh
+331 −26 src/hb-ot-var-gvar-table.hh
+25 −0 src/hb-paint.cc
+42 −0 src/hb-paint.h
+8 −0 src/hb-paint.hh
+15 −5 src/hb-repacker.hh
+1 −1 src/hb-sanitize.hh
+12 −12 src/hb-set.cc
+13 −7 src/hb-subset-input.cc
+3 −0 src/hb-subset-plan-member-list.hh
+32 −0 src/hb-subset-plan.cc
+34 −0 src/hb-subset-plan.hh
+3 −0 src/hb-subset.cc
+2 −1 src/hb-subset.h
+3 −21 src/hb-vector.hh
+3 −3 src/hb-version.h
+1 −1 src/hb-wasm-shape.cc
+15 −15 src/meson.build
+41 −6 src/test-repacker.cc
+2 −3 src/test-tuple-varstore.cc
+4 −1 subprojects/.gitignore
+1 −0 subprojects/freetype2.wrap
+1 −343 test/api/results/bad-154
+7 −1 test/api/results/test-154
+7 −1 test/api/results/testvf-154
+16 −1 test/api/test-paint.c
+ test/fuzzing/fonts/clusterfuzz-testcase-minimized-hb-repacker-fuzzer-6490945267564544
+ test/fuzzing/fonts/clusterfuzz-testcase-minimized-hb-repacker-fuzzer-6697168080338944
+ test/fuzzing/fonts/clusterfuzz-testcase-minimized-hb-subset-fuzzer-6032126569742336
+ test/shape/data/in-house/fonts/507637795ce4f2975593da54d12b46f76c7cc4cc.ttf
+2 −0 test/shape/data/in-house/tests/arabic-stch.tests
+ ...ing/Roboto-Variable.ABC.no-tables-with-item-variations.retain-all-codepoint.wght=200-300-500,wdth=80-90.ttf
+ ...instancing/Roboto-Variable.ABC.no-tables-with-item-variations.retain-all-codepoint.wght=300-600,wdth=85.ttf
+ ...boto-Variable.composite.no-tables-with-item-variations.retain-all-codepoint.wght=200-300-500,wdth=80-90.ttf
+ ...cing/Roboto-Variable.composite.no-tables-with-item-variations.retain-all-codepoint.wght=300-600,wdth=85.ttf
+1 −0 test/subset/data/profiles/no-tables-with-item-variations.txt
+13 −0 test/subset/data/tests/glyf_partial_instancing.tests
+1 −0 test/subset/generate-expected-outputs.py
+4 −0 test/subset/meson.build
+69 −15 util/hb-subset.cc
+3 −0 util/view-cairo.hh

0 comments on commit a951584

Please sign in to comment.