dependabot[bot]
c481ea51ed
Bump github/codeql-action from 3.25.10 to 3.25.11
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.10 to 3.25.11.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](23acc5c183...b611370bb5
)
---
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>
8 months ago
Behdad Esfahbod
67c301fdc7
[cmap] Fix macroman lookup
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/4774
Untested.
8 months ago
Khaled Hosny
7b14feb42e
Drop the README symlink
...
This was needed for autotool’s make dist.
8 months ago
Behdad Esfahbod
e1df067485
[docs] Typo
8 months ago
Khaled Hosny
1a06d3f519
[ci] Fix tarball path
8 months ago
Khaled Hosny
9c03576c49
9.0.0
8 months ago
Khaled Hosny
b461c4224a
Fold the remaining Makefile.sources into CMakeLists.txt
...
That is the only place where they are used now.
8 months ago
Khaled Hosny
a38f853e83
Drop unused Makefile.sources files
8 months ago
Khaled Hosny
9af6902c9a
Drop more remnants of autotools build
8 months ago
Khaled Hosny
b9d243ef40
Try to fix macos-aat-fonts job
8 months ago
Khaled Hosny
e2cd1be6ee
Try to fix dist job
8 months ago
Khaled Hosny
fa82ecd2c7
Fix CMake build
8 months ago
Khaled Hosny
cf1fdf1632
Drop autotools build
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/4720
8 months ago
Qunxin Liu
93930fb1c4
fix build with HB_TINY
8 months ago
Emanuel Czirai
dce8e45799
typo `acsii` -> `ascii` in `hb-subset-input.cc`
8 months ago
Behdad Esfahbod
59617de1bc
[BUILD] Update Arch Linux instructions
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/4765
8 months ago
dependabot[bot]
76d9905c0e
Bump setuptools from 70.0.0 to 70.1.0 in /.ci
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 70.0.0 to 70.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v70.0.0...v70.1.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
Behdad Esfahbod
49c8493f5c
[test] Build with HB_MINI
...
Also add CONFIG.md instructions for building configs with meson.
Fixes https://github.com/harfbuzz/harfbuzz/issues/4760
8 months ago
ssmid
106e4068b9
HB_SCRIPT_CANADIAN_ABORIGINAL removed, as deprecated
8 months ago
ssmid
8de7e9fdb1
deprecation cleanup: HB_BUFFER_FLAGS_DEFAULT removed
8 months ago
Garret Rieger
7946a2840a
Move constant for max composite ops per glyph to hb-limits.hh
8 months ago
Garret Rieger
6289e475d9
In _fill_unicode_and_glyph_map add a second unicode -> gid lookup which is general.
8 months ago
dependabot[bot]
d7b3ea6442
Bump actions/checkout from 4.1.6 to 4.1.7
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](a5ac7e51b4...692973e3d9
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
dependabot[bot]
181f6e46c5
Bump github/codeql-action from 3.25.8 to 3.25.10
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.8 to 3.25.10.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](2e230e8fe0...23acc5c183
)
---
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>
8 months ago
dependabot[bot]
4a352b3a4c
Bump codecov/codecov-action from 4.4.1 to 4.5.0
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](125fc84a9a...e28ff129e5
)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
Behdad Esfahbod
2266d2582b
Try fix fuzzer build on 32bit
8 months ago
Don Olmstead
cef1eafb77
Use find_package for ICU
...
ICU 75.1 requires C++17 support so use `find_package(ICU)` which determines the versioning. Sets `CMAKE_CXX_STANDARD` when that happens.
Follows along with what Meson build did in 93d58f83
.
8 months ago
Behdad Esfahbod
a109d5fbc0
[BUILD] Actually build project!
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/4754
8 months ago
Behdad Esfahbod
a1c803dfbc
[limits] Increase number of glyf points
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/4752
8 months ago
dependabot[bot]
f9b7ca8b1b
Bump github/codeql-action from 3.25.6 to 3.25.8
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.25.6 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](9fdb3e4972...2e230e8fe0
)
---
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>
8 months ago
Behdad Esfahbod
eba1add711
[hb-info] Use 128 as max glyphname / name length instead of 64
8 months ago
Behdad Esfahbod
de2a2f27fe
Another try at fixing 32bit fuzzer build
8 months ago
Garret Rieger
7be12b33e3
[subset] refactor populate_unicodes_to_retain.
...
Pulls out commonly repeated pattern of filling the gid and unicode maps into a templated helper.
8 months ago
Behdad Esfahbod
0c2f5ecd51
[normalizer] Add c.override_decompose_and_compose
8 months ago
Behdad Esfahbod
8a9bc52303
[normalizer] Move a couple functions around
8 months ago
Behdad Esfahbod
bda5f647ce
[normalizer] Allow c->plan to be nullptr
...
Might want it for subset closure.
8 months ago
Behdad Esfahbod
3e06b7054a
[ot-map] Make shaper categorizer independent of shape planner
...
We might want to use it in the subset closure.
8 months ago
Behdad Esfahbod
4ec3cb0fc3
[Glyph] Don't round to int when shifting glyphs
...
Fixes a fuzzer issue and seems harmless.
8 months ago
Behdad Esfahbod
2db636c65e
[VARC] Try fixing build failure on i386
8 months ago
Behdad Esfahbod
1e2bd4983e
Another include fix
...
https://github.com/harfbuzz/harfbuzz/issues/4740#issuecomment-2148910890
9 months ago
Behdad Esfahbod
e9870e8d54
Add missing include
...
https://github.com/harfbuzz/harfbuzz/issues/4740#issuecomment-2148727072
9 months ago
dependabot[bot]
c1ca46e4eb
Bump fonttools from 4.52.1 to 4.53.0 in /.ci
...
Bumps [fonttools](https://github.com/fonttools/fonttools ) from 4.52.1 to 4.53.0.
- [Release notes](https://github.com/fonttools/fonttools/releases )
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst )
- [Commits](https://github.com/fonttools/fonttools/compare/4.52.1...4.53.0 )
---
updated-dependencies:
- dependency-name: fonttools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
dependabot[bot]
09947ae1f9
Bump meson from 1.4.0 to 1.4.1 in /.ci
...
Bumps [meson](https://github.com/mesonbuild/meson ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/mesonbuild/meson/releases )
- [Commits](https://github.com/mesonbuild/meson/compare/1.4.0...1.4.1 )
---
updated-dependencies:
- dependency-name: meson
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Behdad Esfahbod
42bf7ce7c9
Try to fix warning on 32bit system
...
Hopefully fixes
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69281
9 months ago
Behdad Esfahbod
9456f6bdfa
[test] Fix a few compiler warnings
9 months ago
David Corbett
c2b5b7b9ca
[ot-tags] Update IANA and OT language registries
9 months ago
David Corbett
86942e9afc
[ot-tags] Let Võro fall back to Estonian
9 months ago
David Corbett
88868411bf
[ot-tags] Remove obsolete overrides
9 months ago
خالد حسني (Khaled Hosny)
f5d88951c5
Merge pull request #4650 from fanc999-1/freetype-cmake
...
Meson: Use actual FreeType version when using CMake
9 months ago
Khaled Hosny
135d6537d9
test-draw-varc.c: Fix “warning: unused function”
9 months ago