Khaled Hosny
695d85ca32
Merge pull request #2674 from rossburton/reprod
...
src/hb-gobject-enums.cc.tmpl: write out only the filename, not the full path
4 years ago
David Corbett
91fe20f0f5
Disambiguate OT tags when primary tag is not first
4 years ago
Alexander Kanavin
e876886d1e
src/hb-gobject-enums.cc.tmpl: write out only the filename, not the full path
...
This is beneficial for reproducible builds, as build paths can vary
between builds.
4 years ago
Ross Burton
5aff83104e
[build] generate hb-version.h once at configure time with Meson
...
Currently with Meson hb-version.h is generated during the build without
any explicit dependencies which can result in build failures due races
over the file.
Change this to be generated at configure time, so that the file is always
generated once before the build itself.
Closes #2667
4 years ago
Ross Burton
bc1c93fbe0
[build] No need to pass source directory to gen-hb-version
...
The input file is by definition in the source directory, so dirname()
that instead of needing the directory to be passed.
Needed because a follow-up commit will change when this is called, and the
source directory isn't trivially available at that point.
4 years ago
David Corbett
faf09f5466
[USE] Support hieroglyph clusters
4 years ago
David Corbett
06f49fc8ae
[USE] Update to the 2020-08-13 USE specification
...
This also uses the data files from
<78b2134fdc/USE
>.
4 years ago
David Corbett
e3db84a9d0
[use] Test CGJ and ZWNJ
4 years ago
David Corbett
6a38adeb57
[use] Skip most default ignorables when clustering
4 years ago
David Corbett
645f4e7cdd
Unhide CGJ before ccc=0 characters
...
If a CGJ precedes a starter, then it cannot have blocked any reordering,
so it can safely be skipped.
4 years ago
Garret Rieger
9825e3dd2e
[ENOMEM] fix access to unitialized memory.
...
If the serialize() call fails to write the object then we can't safely read varstore_prime fields. Fixes https://oss-fuzz.com/testcase-detail/5137462782066688 .
4 years ago
Khaled Hosny
45de128930
Merge pull request #2661 from khaledhosny/failing-dw-build
...
[ci] Fix failing DirectWrite build
4 years ago
Khaled Hosny
fe6381d9f1
[build] Minor
4 years ago
ebraminio
a4f3a752dd
[build] hb-directwrite needs a C++ linker
4 years ago
Khaled Hosny
9c98b2b9a9
2.7.2
4 years ago
Khaled Hosny
c0a76cb519
Merge pull request #2660 from harfbuzz/arabic-shaping-in-use
...
[USE] Fix assertion failure for joining scripts
4 years ago
David Corbett
a495a54236
Ignore T & U when determining the joining scripts
4 years ago
David Corbett
420a74f772
[USE] Fix assertion failure for joining scripts
4 years ago
ebraminio
fcddf3b9b4
[docs] Minor in TESTING.md
...
Start the fuzzer with test/fuzzing/fonts seeds
4 years ago
ebraminio
99b8a84cc5
[docs] Reorder TESTING.md sections
...
And use --reconfigure where makes sense
4 years ago
ebraminio
1e48225ca3
[ENOMEM] Check whether serialize context isn't in error
4 years ago
Ebrahim Byagowi
05ef75c553
2.7.1
4 years ago
Ebrahim Byagowi
0a02f1e760
[meson] Abort if GDI/Uniscribe headers couldn't be found
4 years ago
Ebrahim Byagowi
253a8f7a51
[meson] Another approach to skip tests incompatible with MSVC
4 years ago
Ebrahim Byagowi
24b4200243
[meson] Avoid using has_headers as that has added in 0.50.0
4 years ago
Ebrahim Byagowi
411b426c69
[meson] minor
4 years ago
Ebrahim Byagowi
6e32145dc9
[meson] Make compatbile with 0.47.0
4 years ago
Ebrahim Byagowi
58209c86a0
[meson] Make compatbile with 0.49.0
...
Contains a just put together summary feature polyfill and workaround
to broken ternary operator.
4 years ago
Garret Rieger
1e4fe10b98
[ENOMEM] check for error in visited map during closure features.
4 years ago
Garret Rieger
9562239f05
[ENOMEM] check for error in lookup visited set.
4 years ago
Tom Schoonjans
eea9b59fc5
[meson] fix generating introspection
...
Only libharfbuzz_gobject is introspectable, not libharfbuzz. Therefore,
it makes no sense to target the latter for introspection: it should
instead be listed as a dependency.
4 years ago
David Corbett
7bffb5d7ba
Generate `has_arabic_joining`
4 years ago
Garret Rieger
6f754852c1
[ENOMEM] skip asserts in to_bias if serializer is in an error state.
4 years ago
Ebrahim Byagowi
057769b1a3
[fuzzer] minor
4 years ago
Ebrahim Byagowi
0417938011
[fuzzer] Mark alloc_state as unused
...
It is really unused when failing-alloc isn't on.
4 years ago
Ebrahim Byagowi
2af58c3518
Revert "Remove cmake build files"
...
This reverts commit 4e572c9407
.
4 years ago
Ebrahim Byagowi
ef2e380342
Revert "Remove cmake-config support of HarfBuzz"
...
This reverts commit 75efa89343
.
4 years ago
Ebrahim Byagowi
0ca3557048
Turn -Wunused-but-set-variable to warning
...
As #2555 turned out some glib headers are imposing that so let's turn it to warning
4 years ago
Ebrahim Byagowi
5193357832
Revert "Remove autotools build support"
...
This reverts commit 01ac32aab2
.
4 years ago
Ebrahim Byagowi
9748ae7299
Revert "Reordering fails when GDEF table is absent #2140"
...
This reverts commit f4cd99f28e
.
As requested in https://github.com/harfbuzz/harfbuzz/issues/2516#issuecomment-670969185
4 years ago
ebraminio
d03eecb4d6
[glyf] minor
...
style improvement
4 years ago
ebraminio
732a9164d9
[gvar] minor
4 years ago
ebraminio
c0107c1e6e
[ci] test experimental APIs in Arch Linux and sanitizers
4 years ago
ebraminio
0c1561894a
[glyf] minor
4 years ago
Ebrahim Byagowi
f06d7331e8
[glyf] minor
4 years ago
Ebrahim Byagowi
db96c7f67a
[glyf] protect CompositeGlyph fields
...
Introduce methods instead
4 years ago
ebraminio
e5fe363aa5
[glyf] Minor, don't pass accelerator_t to points_aggregator_t
...
No need to pass it to aggregator itself
4 years ago
ebraminio
2b9927f7e1
[glyf] minor
...
No need to pass glyph_for_gid as a lambda now that we are passing the accelerator itself
4 years ago
Behdad Esfahbod
fce64a407d
Minor
4 years ago
Ebrahim Byagowi
ffe06c8f04
[glyf] Guard all the public APIs against null pool runs
...
Fixes https://crbug.com/oss-fuzz/24575 and https://crbug.com/oss-fuzz/24737
4 years ago