Ebrahim Byagowi
397cbbd5ff
[ci][travis] Update its distribution
...
It may break things, lets see
6 years ago
Behdad Esfahbod
763ea4224b
Another try
6 years ago
Behdad Esfahbod
e1b2edb04a
Completely revert the thing back
6 years ago
Behdad Esfahbod
c58eeb5fb3
Another try at fix
...
Fails locally. Trying to understand. Sigh
6 years ago
Behdad Esfahbod
004edf3bda
Ugh. How was the Travis bot happy before, but isn't now?! :(
6 years ago
Behdad Esfahbod
e01c7b1648
Move OffsetTo operator+ back out of class
...
Apparently there's different overload resolution rules that apply, at
least with some (older?) version of gcc.
hb-ot-name-table.hh: In member function ‘void OT::name::accelerator_t::init(hb_face_t*)’:
hb-ot-name-table.hh:244:62: error: ambiguous overload for ‘operator+’ (operand types are ‘hb_blob_ptr_t<OT::name>’ and ‘OT::NNOffsetTo<OT::UnsizedArrayOf<OT::IntType<unsigned char, 1u> > > {aka const OT::OffsetTo<OT::UnsizedArrayOf<OT::IntType<unsigned char, 1u> >, OT::IntType<short unsigned int, 2u>, false>}’)
this->pool = (const char *) (const void *) (this->table+this->table->stringOffset);
^
hb-ot-name-table.hh:244:62: note: candidates are:
hb-ot-name-table.hh:244:62: note: operator+(const C*, long int) <built-in>
hb-ot-name-table.hh:244:62: note: operator+(const char*, long int) <built-in>
6 years ago
Behdad Esfahbod
b213042f87
Revert "Revert symmetric OffsetTo overloads"
...
This reverts commit 01912efb74
.
Actually this didn't break things. Fixing
6 years ago
Behdad Esfahbod
01912efb74
Revert symmetric OffsetTo overloads
...
Reverts 57f65ae935
Caused ambiguous-overload on some gcc...
6 years ago
Behdad Esfahbod
d0df996cdc
Use implicit lambda return type
6 years ago
Behdad Esfahbod
57f65ae935
Add symmetric friend operator+ for OffsetTo
6 years ago
Behdad Esfahbod
71208e5047
Move OffsetTo<> deref operators in-class as friends
6 years ago
Behdad Esfahbod
e6d6f4b96d
Whitespace
6 years ago
Behdad Esfahbod
889dc1eb06
[iter] Remove sort categorization
...
See comments.
6 years ago
Behdad Esfahbod
b4eff38397
Start of gen-ucd.py, to replace UCDN
6 years ago
Qunxin Liu
02e5e5d939
[subset] retian nameids from STAT and fvar tables
6 years ago
Behdad Esfahbod
ff7995200e
Hopefully last warning fix
6 years ago
Ebrahim Byagowi
d1baf99697
[ci] add HB_TINY to asmjs builder
6 years ago
Ebrahim Byagowi
9e7c9c3adb
Fix -Wunused-function on HB_NO_SHAPE_AAT
...
We should add a bot for it
Part of #1652
6 years ago
Dominik Röttsches
c73d7ba75d
Fix building with HB_NO_SUBSET_LAYOUT
...
Fixes an unused function warning when building with HB_NO_SUBSET_LAYOUT
as part of the Chrome build.
6 years ago
Behdad Esfahbod
f39934983f
[ucdn] Fix Hangul composition
...
https://github.com/grigorig/ucdn/issues/23
6 years ago
Behdad Esfahbod
b2ab15a78c
Fix more warnings
6 years ago
Behdad Esfahbod
42ae468a8a
[config] Add NDEBUG and HB_NDEBUG
...
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
6 years ago
Behdad Esfahbod
0a01deb76f
One more warning fix
...
No idea where these appear from...
6 years ago
Behdad Esfahbod
f76e9f2ede
[icu] Comment
6 years ago
Behdad Esfahbod
70fe9e7355
Fix moreeeeeeeeeee
6 years ago
Behdad Esfahbod
68e12e68f8
Fix more semi-colon issues
6 years ago
Behdad Esfahbod
4d3cf2adb6
[iter] Fix zip iterator sortedness classification logic
6 years ago
Behdad Esfahbod
c572732f29
Fix more excess semi-colon errors
6 years ago
Behdad Esfahbod
513762849a
[iter] Track strictly-sorted iterators
...
This make output of hb_enumerate() sorted regardless of input iterator.
6 years ago
Behdad Esfahbod
7e02063f32
[iter] Minor
6 years ago
Garret Rieger
a5fb44a8cb
[subset] Fix shadowed 'groups' param in cmap.
6 years ago
Behdad Esfahbod
73943bdf21
Adjust uniscribe_bug_compatible mode
...
More correct behavior. We were commenting out some legit conditions
before.
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
6 years ago
Behdad Esfahbod
809c587083
[config] Better compile away morx/kerx/trak
...
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
6 years ago
Behdad Esfahbod
b1d3e54bd3
[indic] Don't constrain how many C, M, ... occur
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/1709
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
6 years ago
Behdad Esfahbod
148d883680
[test] Don't call deprecated API
6 years ago
Behdad Esfahbod
a487fc3324
Another extra semi-colon
6 years ago
Behdad Esfahbod
8461ade783
Revert "[ragel] Regenerate ragel-generated files using ragel 7.0.0.11 May 2018"
...
This reverts commit 9b05db33b5
.
Fixes https://github.com/harfbuzz/harfbuzz/issues/1708
6 years ago
Behdad Esfahbod
52c15b053a
Revert "[ragel] Switch to -T1 output instead of -F1"
...
This reverts commit ae8719eb59
.
Part of https://github.com/harfbuzz/harfbuzz/issues/1708
6 years ago
Behdad Esfahbod
e98f0ddd63
Fix extra semi-colon
6 years ago
Behdad Esfahbod
ae8719eb59
[ragel] Switch to -T1 output instead of -F1
...
Fedora upgraded to ragel 7, which is buggy if char is signed.
Switching to -G2 output fails with sign-compare error:
../../src/hb-buffer-deserialize-json.hh:107:12: error: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘const char’ [-Werror=sign-compare]
if ( 9u <= ( (*( p))) && ( (*( p))) <= 13u ) {
~~~^~~~~~~~~~~~~
Switching to -T1 for now. It actually results in smaller code,
at the expense of some binary searching instead of flat tables.
In the not distant future, we might actually generate two different
outputs and choose between depending on size-optimize options.
Fixes https://github.com/harfbuzz/harfbuzz/issues/1708
6 years ago
Behdad Esfahbod
df3f36f0bb
Minor
6 years ago
Behdad Esfahbod
ccc88e98f3
Fix MSVC build
6 years ago
Behdad Esfahbod
f8f9cb93b7
[config] Define HB_NO_SUBSET_LAYOUT in HB_LEAN
...
Assumning subsetter would be used for printing-like uses in that case,
which don't need GSUB/GPOS.
6 years ago
Behdad Esfahbod
a1394a28fc
[config] Add HB_NO_UNISCRIBE_BUG_COMPATIBLE
...
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
6 years ago
Behdad Esfahbod
dba1ac1b0e
[config] Disable buffer serialize routines in HB_TINY
...
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
6 years ago
n8willis
3d9be2ad50
Merge pull request #1665 from n8willis/docs-gtkdoc-colormath
...
[Docs] Add gtk-doc comments for OT color and OT math
6 years ago
Behdad Esfahbod
a20db496f0
Fix builds
6 years ago
Behdad Esfahbod
8694d60829
[config] Enable HB_NO_MT in HB_TINY
...
Now that user can override it if needed...
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
6 years ago
Behdad Esfahbod
7f6fca4ef7
Force-disable CFF code under disabling conditions
...
Subsetter size goes down from 190kb to 119kb. Main library about 7kb.
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
6 years ago
Behdad Esfahbod
5249eee437
[config] Allow overriding chosen config
6 years ago