Behdad Esfahbod
|
36f5e654a6
|
[circleci] Roll back msan/tsan ubuntu image
Job gets stuck at compiling with the newer image :(.
|
1 year ago |
Behdad Esfahbod
|
6ff0932722
|
[circleci] Roll images
|
1 year ago |
Behdad Esfahbod
|
7ee7e2e340
|
[sanitize] Add remaining hb_barrier() annotations
I'm sure I've forgot some. But this is a good start.
|
1 year ago |
Behdad Esfahbod
|
3a9262cc3d
|
[sanitize] More hb_barrier() annotations
|
1 year ago |
Behdad Esfahbod
|
30672c7e75
|
Add hb_barrier()
And annotate some more.
|
1 year ago |
Behdad Esfahbod
|
775320a4f6
|
[sanitize] Add barriers to runtime-checked values
|
1 year ago |
Behdad Esfahbod
|
cf49f3f2cb
|
[sanitize] Add barrier()
|
1 year ago |
Behdad Esfahbod
|
b16f180044
|
[sanitize] Yet another hack to "fix" barrier issue
|
1 year ago |
Behdad Esfahbod
|
fd5eb10d3b
|
Merge pull request #4477 from googlefonts/fix_feature_variations
[instancer] Fix feature variations collect lookups
|
1 year ago |
Behdad Esfahbod
|
cdcad93b73
|
[set] Mark as realloc-movable
|
1 year ago |
Qunxin Liu
|
6baf791e6f
|
[instancer] add tests
|
1 year ago |
Qunxin Liu
|
aca55dbe36
|
[instancer] fix feature variations collect lookups
We already know which record to keep, so just collect lookups and no
need to check the substitutes_map
|
1 year ago |
Behdad Esfahbod
|
7766e67b33
|
Merge pull request #4474 from googlefonts/fix_value_format
[instancer] fix value format for SinglePos/PairPos when strip_hints is on
|
1 year ago |
Qunxin Liu
|
f05636e1be
|
[instancer] fix build issue after rebase
|
1 year ago |
Qunxin Liu
|
31b5b2b1d7
|
[instancer] add tests for valueformat
|
1 year ago |
Qunxin Liu
|
6c017a1162
|
[instancer] SinglePos/PairPos: do not strip_hints for partial instancing
|
1 year ago |
Qunxin Liu
|
413af0a9b2
|
[instancer] When partial instancing, subset LigCaretList after VarStore instantiation
|
1 year ago |
Behdad Esfahbod
|
f57c64d825
|
[ci] Try fixing msvc builds again
https://gitlab.gnome.org/GNOME/glib/-/issues/3134
|
1 year ago |
Behdad Esfahbod
|
724360813b
|
[ci] Roll lxml forward
Should help fixing the msvc fails.
|
1 year ago |
Behdad Esfahbod
|
b532945987
|
[tuple_delta_t] Micro-optimize encoding vector access
|
1 year ago |
Behdad Esfahbod
|
59cfb4c570
|
[instancing] Micro-optimize a loop
|
1 year ago |
Behdad Esfahbod
|
29d49eced8
|
[vector] Introduce realloc_moves tag
Some types (even aggregate) can be moved using realloc().
Extend the fast path to hb_hashmap and tuple_delta_t.
|
1 year ago |
Garret Rieger
|
7b46d772c4
|
[instancer] Update help message for --instance.
Remove note about partial instancing not being supported. Add --variations flag as an alternate name for --instance. This matches other hb utils.
|
1 year ago |
Behdad Esfahbod
|
9d0bc085ee
|
Merge pull request #4469 from harfbuzz/typed-offsets
Typed offsets
|
1 year ago |
Behdad Esfahbod
|
2804127ac9
|
[Value] Typed offsets
|
1 year ago |
Behdad Esfahbod
|
38546acd83
|
[typed-offset] Fix sanitize()
|
1 year ago |
Behdad Esfahbod
|
62117801b8
|
[AnchorMatrix] Annotate offset base type
|
1 year ago |
Behdad Esfahbod
|
4f219385a6
|
[CursivePosFormat1] Use typed offsets for EntryExitRecord
|
1 year ago |
Behdad Esfahbod
|
b37cc61d45
|
Add base types to OffsetTo<>
Unused so far.
|
1 year ago |
Qunxin Liu
|
f6f35f73bc
|
[instancer] add tests for feature variations partial instancing
|
1 year ago |
Qunxin Liu
|
091e538daf
|
[instancer] support partial instancing for FeatureVariations
|
1 year ago |
dependabot[bot]
|
e5040c2352
|
Bump ossf/scorecard-action from 2.3.0 to 2.3.1
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](483ef80eb9...0864cf1902 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
dependabot[bot]
|
16a76829f7
|
Bump github/codeql-action from 2.22.4 to 2.22.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.4 to 2.22.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](49abf0ba24...74483a38d3 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
Behdad Esfahbod
|
bf08205625
|
[deprecated] Add a mis-spelled macro
Fixes https://github.com/harfbuzz/harfbuzz/issues/4464
|
1 year ago |
Behdad Esfahbod
|
598de82f3a
|
[hb-subset] Fix warning
|
1 year ago |
Behdad Esfahbod
|
9fc45f70ad
|
[ReverseChainSingleSubst] Minor optimization
|
1 year ago |
dependabot[bot]
|
156de3c048
|
Bump meson from 1.2.2 to 1.2.3 in /.ci
Bumps [meson](https://github.com/mesonbuild/meson) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/mesonbuild/meson/releases)
- [Commits](https://github.com/mesonbuild/meson/compare/1.2.2...1.2.3)
---
updated-dependencies:
- dependency-name: meson
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
dependabot[bot]
|
d7cd687b74
|
Bump github/codeql-action from 2.22.3 to 2.22.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.3 to 2.22.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](0116bc2df5...49abf0ba24 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
dependabot[bot]
|
4d123ece5f
|
Bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8ade135a41...b4ffde65f4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
一丝
|
b0150ffd05
|
[subset] keep East Asian spacing vhal, halt, chws, vchw by default
Closes: https://github.com/harfbuzz/harfbuzz/issues/4451
|
1 year ago |
Behdad Esfahbod
|
fde1c3692a
|
Merge pull request #4452 from googlefonts/fix_test
[subset] bug fixes for GDEF
|
1 year ago |
Qunxin Liu
|
e595fe75cc
|
fix bots
partial instancing tests are wrapped by experimenal_api, do not enable
them in Makefile
|
1 year ago |
Alexander Borsuk
|
38f351d113
|
[docs] Fixed links to freetype FT_LOAD_XXX flags
Signed-off-by: Alexander Borsuk <me@alex.bio>
|
1 year ago |
Qunxin Liu
|
ce46698929
|
[subset] update tests
to reflect changes in GDEF.MarkGlyphSetsDef and Lookup.MarkFilteringSet
|
1 year ago |
Qunxin Liu
|
8ceed6ee72
|
[subset] fix Lookup.MarkFilteringSet to use the new indices
|
1 year ago |
Qunxin Liu
|
510456e953
|
[subset] don't retain empty coverage in MarkGlyphSetsDef
|
1 year ago |
Qunxin Liu
|
16ee24c050
|
[subset] bug fix for GDEF
don't use embed(this), snapshot and revert to lower version if needed
|
1 year ago |
Qunxin Liu
|
bde6fb83ea
|
add missing file for test empty_region_vardata
|
1 year ago |
Qunxin Liu
|
57dac23d79
|
[instancer] add tests
Also update tests to gei rid of no-tables-with-item-variations profile
|
1 year ago |
Qunxin Liu
|
8585d600c4
|
[instancer] update variable device flags in ValueFormat
|
1 year ago |