Qunxin Liu
44d88cff95
[subset] fix intersects () for Context/ChainContext tables
...
return true only when all values in array are intersected with input
5 years ago
Ebrahim Byagowi
42025680cb
2.6.6
5 years ago
Ebrahim Byagowi
57d67f1775
[RELEASE] minor update
5 years ago
Khaled Hosny
b169a52c1e
[blob] Fix build when HAVE_MMAP is not defined
5 years ago
Ebrahim Byagowi
a2ce96881b
[cff] remove the not used member
5 years ago
Ebrahim Byagowi
2cc78a58c3
[number] minor
5 years ago
Ebrahim Byagowi
bb095e1bdd
[meson] make -subset target dependent to deps to get libm dependency
5 years ago
Ebrahim Byagowi
dca8ba6b6d
[number] Make hb_parse_double simpler now that we don't have to mimic strtod
5 years ago
Ebrahim Byagowi
44fe1c8ff1
Remove xlocale use now that isn't available in most distros
...
Our CI bots don't detect it in Alpine, ArchLinux, Ubuntu and Fedora
so let's get rid of it use the fallback we are using anyway for a
long time.
5 years ago
Ebrahim Byagowi
eea99d7b72
[meson] Let name_prefix of exported libraries the default
...
meson complains about this and it is the default per #2256
Fixes #2256
5 years ago
Ebrahim Byagowi
2ac4222022
[meson] specify preferred linker to avoid stdc++ linking
5 years ago
Ebrahim Byagowi
15083c24ee
[meson] Reenable make check-symbols compatible with gcov
5 years ago
Khaled Hosny
68855e4a6d
[docs] Don’t recommend outdated FDO releases pages
5 years ago
Ebrahim Byagowi
1ec77522d8
[docs] Simplify logo's SVG source, down scale png version
...
* SVG version is simplified using SVGO and some hand tweak
* PNG result of SVG logo is optimized using pngwolf-zopfli
* Down scaled to fit visually a little better on docs page
5 years ago
Ebrahim Byagowi
0b261c5d0b
[ci] disable clang-{everthing,*san} bots
...
are flaky, will enable them somewhere else
5 years ago
Ebrahim Byagowi
385d64eef1
Add a not discardable bool type, hb_success_t
5 years ago
jfkthame
1026b3d0b6
[subset] Check vector resize() call for failure ( #2389 )
...
Other .resize() calls are checked, presumably this one should be as well.
5 years ago
jfkthame
100d40c827
[aat] Fix implementation of AAT kerning for Geeza Pro. ( #2388 )
...
* [aat] Fix implementation of AAT kerning for Geeza Pro.
Despite what the comment in the code used to say, it appears that Geeza Pro
does rely on accumulating kerning values from successive subtables. With
this change, the results now match Core Text rendering (and avoid the clear
visual breakage reported in #2358 ).
Testcase: U+0644,U+064E,U+0645,U+064E,U+0651,U+0627
Fixes #2358 .
* [aat] Update test expectations, add new testcase.
5 years ago
Ebrahim Byagowi
9fc774ab00
minor spacing
5 years ago
Khaled Hosny
09b9d63e56
[blob] Try to support resource fork fonts on macOS
...
If the size of opened file is zero, try opening resource fork by
appending "/..namedfork/rsrc" to the file name. This is guarded with
__APPLE__ ifdef and uses _PATH_RSRCFORKSPEC macro from sys/paths.h.
Defining HB_NO_RESOURCE_FORK will disable this fallback.
Fixes https://github.com/harfbuzz/harfbuzz/issues/2383
5 years ago
René Meusel
d6ddb232fc
FIX: -Wextra-semi-stmt in Clang9
5 years ago
Ebrahim Byagowi
8ba8980222
[ci] enable experimental apis in coverity scan
5 years ago
Ebrahim Byagowi
d63ee13a2a
[ci] enable more on coverity
5 years ago
Ebrahim Byagowi
ace202e17e
[ci] remove trigger-coverity.sh
...
hopefully not needed, we are submitting it in a bot
5 years ago
Ebrahim Byagowi
a22e6de0e9
[blob] close file reader handle
...
fortunately it isn't in that use as having mmap reader as the default
5 years ago
Ebrahim Byagowi
39976ee660
[ci] install fonttools in linux-ci bot
5 years ago
Ebrahim Byagowi
1801489b49
[ci] Add coverity scan bot
5 years ago
Ebrahim Byagowi
156714f797
[ci] fix linux-ci bot
...
It shows some percentage of coverage regression
as the switch from lcov to gcovr and autotools to meson while this travis to github actions switch.
5 years ago
Ebrahim Byagowi
4b298cc6c4
[ci] remove travis's clang bot
...
we are testing it on other bots, let's remove it from travis
5 years ago
Ebrahim Byagowi
34a4ce98f4
[ci] run apt-get with sudo
5 years ago
Ebrahim Byagowi
f27c0065d4
[ci] Add a GitHub CI bot
...
Run coverage also
5 years ago
Ebrahim Byagowi
482f4aafd5
[ci] Remove coverity and codecov
...
* This coverity runner doesn't work from here but will try again in GitHub Actions bot
* Trying to move codecov to GitHub Actions
5 years ago
Ebrahim Byagowi
6890554256
[ci/meson] temporarily disable check-symbols
...
will enable again
5 years ago
Qunxin Liu
e53c44e326
[subset] temporarily revert previous cmap commit
...
Required in https://github.com/harfbuzz/harfbuzz/issues/2356
5 years ago
Ebrahim Byagowi
08428a15c3
minor, spacing
5 years ago
Behdad Esfahbod
89ad3c6cc5
Rename add_class to collect_class
5 years ago
Behdad Esfahbod
5cf53c06e6
Rename add_coverage to collect_coverage
5 years ago
Behdad Esfahbod
689f3f57fa
[set] Add << overload for range-sink
5 years ago
Behdad Esfahbod
a7df5a7bda
[hashmap] Minor
5 years ago
Behdad Esfahbod
cc1ed76f38
Merge pull request #1729 from n8willis/usermanual-integration
...
[Docs] Usermanual: Add OS/platform-integration chapter
5 years ago
David Corbett
5a0936f53e
Increase the size of the serialization buffer
5 years ago
Behdad Esfahbod
a11db0b9d4
Merge branch 'master' into usermanual-integration
5 years ago
Ebrahim Byagowi
19346524c6
minor, add an option to skip private APIs use in main.cc
5 years ago
Ebrahim Byagowi
2e3dfdcd5f
[meson] make 'tests' option enabled by default
...
Not sure what 'auto' can mean here but it makes my local test to not run properly
5 years ago
Hugo Beauzée-Luyssen
6881939f77
src: meson: Reindent after last changes
5 years ago
Hugo Beauzée-Luyssen
e18858c685
src: Don't build tests when they are disabled
5 years ago
Ebrahim Byagowi
0c65a232fa
minor, add unlikely around lookup_limit_exceeded checks
...
addresses https://github.com/harfbuzz/harfbuzz/pull/2294#issuecomment-618022488
5 years ago
Evgeniy Reizner
3e686d2459
[kern] Refactoring.
5 years ago
Behdad Esfahbod
186976ebd6
[autotools] C++11 requirement is mandatory
...
How was this not updated?
5 years ago
Behdad Esfahbod
f4cd99f28e
Reordering fails when GDEF table is absent #2140
...
Preserve glyph class if there's no GDEF and no guess.
Fixes https://github.com/harfbuzz/harfbuzz/issues/2140
5 years ago