ebraminio
71ad2777c5
[ci] Add an after distribution test runner ( #648 )
7 years ago
ebraminio
5f061d27d5
Rewrite run-tests in python ( #647 )
7 years ago
Khaled Hosny
3ce6c7bd96
[ci] Sort out Travis configuration
...
Use a matrix to avoid a gazillion if's.
7 years ago
ebraminio
5a6d2b986a
[ci] minor improvements ( #644 )
7 years ago
Khaled Hosny
840a32e3f3
Run cmake tests on CI builds
7 years ago
Khaled Hosny
c860955148
Add API tests to cmake build
7 years ago
Khaled Hosny
f19126dd35
We are already inside “if HAVE_GLIB” check
7 years ago
ebraminio
7af48a3f37
[ci] Don't cache msys2 folder
7 years ago
ebraminio
b6f505c716
[ci] Enable glib and freetype on appveyor cmake ( #643 )
7 years ago
Behdad Esfahbod
03b7a221f7
[debug] Use %p to print pointers
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/640
7 years ago
Ebrahim Byagowi
353cc6fbf0
[ci] Fix appveyor badge
7 years ago
Nathan Willis
0dc03ef757
Indic: always hyphenate pre-base-reordering, for clarity.
7 years ago
Behdad Esfahbod
be59f3cbf4
Silence unused-variables warning on MSVC
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/635
7 years ago
David Corbett
80c1b01f05
Allow digits in language system tags
7 years ago
David Corbett
85bb89a88b
Fix string matching in parse_bool
7 years ago
Olivier Blin
0fd89dc61c
[hb-ft] Fix build when Multiple Master font support is disabled in freetype
...
FT_Set_Var_Blend_Coordinates() is not available when "Multiple Master
font interface" is disabled in freetype's modules.cfg
7 years ago
Behdad Esfahbod
843f7f7035
1.7.2
7 years ago
Behdad Esfahbod
eeb26d21d4
[set] Actually commit fixes mentioned in previous commit!
7 years ago
Behdad Esfahbod
20b4672754
[set] Fix recent changes
...
Ouch!
Add tests.
7 years ago
Behdad Esfahbod
0744149cda
[set] Protect against bad input in hb_set_add_range()
7 years ago
Behdad Esfahbod
d5e29303db
[coretext] Add hb_coretext_font_create()
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/628
New API:
hb_coretext_font_create()
7 years ago
Behdad Esfahbod
9d0194b3a8
[set] Optimize add_range() some more
...
It's as good as it gets, and seems to be on par with previous set implementation
in my benchmark.
Would be great if someone can double-check my bitops.
7 years ago
Behdad Esfahbod
438c325a25
[set] Optimize add_range()
...
With new set implementation, this became really costy. Optimize it.
There's more to be done, but this shaves off most of the fat.
Part of fixing https://bugs.chromium.org/p/chromium/issues/detail?id=782220
7 years ago
Behdad Esfahbod
be9e307a88
[ot] Ensure layout in hb_ot_layout_table_get_lookup_count()
7 years ago
Behdad Esfahbod
d9066afd6b
Add another test for previous commit
...
From https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4273
7 years ago
Behdad Esfahbod
16fba5b215
[ot] Fix Extension type recurse to disallow recursing to another Extension
...
Particularly hazardous if the second layer mixes forward and backward lookups.
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4336
7 years ago
Behdad Esfahbod
7ab49de987
Try fixing Mac build with 10.12
...
Related
https://github.com/harfbuzz/harfbuzz/issues/345
https://github.com/harfbuzz/harfbuzz/pull/629
7 years ago
Behdad Esfahbod
d672bcf9d7
Minor
7 years ago
Behdad Esfahbod
23ade70783
[doc] Optimize HarfBuzz.png; add HarfBuzz.svg
...
SVG is unused. Just keeping it here.
7 years ago
Khaled Hosny
77efdecadd
Improve the docs commit message a bit
7 years ago
Ebrahim Byagowi
a13c0748c5
Move gh-pages docs to harfbuzz.github.io
7 years ago
David Corbett
9f259769a6
Categorize U+A8B4 as Consonant_Medial
7 years ago
ebraminio
cd8c62fd41
[ci] Add Oracle Developer Studio (former Sun Studio) based compiler ( #621 )
7 years ago
Behdad Esfahbod
8d55340593
Fix fallback positioning of double diacritic marks
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=787284
7 years ago
Behdad Esfahbod
bb7cc4eada
Minor
7 years ago
Behdad Esfahbod
a0ad0d5bb8
[docs] s/Harfbuzz/HarfBuzz/g
7 years ago
David Corbett
87d74605f5
Categorize U+0C80 as Consonant_Placeholder
7 years ago
ebraminio
7c6937e7c7
Move all references of old url to the new address ( #622 )
7 years ago
Behdad Esfahbod
baf7779d2d
Limit how much recursion GSUB/GPOS does
...
This only counts recursions right now. Good start.
Hopefully...
Fixes https://github.com/behdad/harfbuzz/issues/429
7 years ago
Behdad Esfahbod
173dab6300
Minor move
7 years ago
Behdad Esfahbod
c6173a392c
Add Offset16 and Offset32
7 years ago
Behdad Esfahbod
6f335ed1e5
Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etc
7 years ago
Behdad Esfahbod
a130ee6df5
Remove a couple of unused consts
7 years ago
Behdad Esfahbod
e20e47eaa1
[glyf] Try fixing undefined-behavior
...
Might fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1463
7 years ago
Behdad Esfahbod
7b40876a58
[ot] Remove unneeded TODO item
...
Looks like hb-ot-font is complete after all!
CFF font names and CFF glyph metrics don't work though...
7 years ago
Behdad Esfahbod
eab4feb5e2
[hmtx] Use curiously recurring template pattern
...
https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern
7 years ago
Behdad Esfahbod
977ddff1f1
[ot] Move hb_ot_face_cmap_accelerator_t
7 years ago
Behdad Esfahbod
a7f15959b5
Shuffle
7 years ago
Behdad Esfahbod
a85d7ead04
[ot] Move hb_ot_face_metrics_accelerator_t
7 years ago
Behdad Esfahbod
f00a94e1ec
Adjust privacy for recent changes
7 years ago