|
890d0ee7
|
2019-02-14T00:27:01
|
|
Minor, use a meaningful naming in template parameter (#1582)
|
|
1e1d0e63
|
2019-02-13T12:58:01
|
|
Fix djgpp complains by tweaking templates (#1579)
For some reasons djgpp doesn't understand "unsigned int" can be same
with one of uint*_t anyway so lets do that for it explicitly.
Just to note, our CI's djgpp is based GCC 7.2.0 and isn't old.
|
|
fdfa3d29
|
2019-02-10T23:46:05
|
|
hb-coretext.cc: remove TARGET_OS_MAC from test (#1578)
it is always true when building on APPLE systems
and this file only builds on APPLE systems
|
|
f55e7bf5
|
2019-02-10T01:08:05
|
|
[ci] Install 'base-devel' on ArchLinux CI bot
|
|
8f4eb919
|
2019-02-09T16:58:02
|
|
[ci] Install 'which' in ArchLinux bot
|
|
02294349
|
2019-02-09T16:33:28
|
|
[ci] Speculative fix for Alpine and ArchLinux bots
|
|
84694af7
|
2019-02-08T15:30:17
|
|
[ci] Disable the just added bot
Doesn't play well with CircleCI apparently
https://circleci.com/gh/harfbuzz/harfbuzz/74289
|
|
81ae4974
|
2019-02-08T15:18:26
|
|
[ci] Add a Void Linux bot
https://voidlinux.org/ is yet another and different distro written from scratch, thus completely eligible to have a bot here!
Seriously however not that useful yet however but I will try to overload it other tasks later, like our other bots.
No test yet also, couldn't install cairo-devel, will try to fix that later.
Their harfbuzz package source: https://github.com/void-linux/void-packages/blob/master/srcpkgs/harfbuzz/template
|
|
126abca9
|
2019-02-06T13:36:52
|
|
Merge pull request #1571 from kencu/cleanostests
hb-coretext.cc: clean up macosx test
|
|
7859decd
|
2019-02-05T20:26:49
|
|
hb-coretext.cc: clean up macosx test
TARGET_OS_OSX was introduced only in late OS versions
so always returns as "0" on older systems.
if !TARGET_OS_IPHONE can work, as it returns as !0 on older
systems where TARGET_OS_IPHONE is not defined, but is not
specific
if TARGET_OS_MAC && !(defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE)
is both specific and accurate on all systems.
|
|
1e062821
|
2019-01-31T13:56:58
|
|
Adjust hb_is_signed<>
Fixes https://github.com/harfbuzz/harfbuzz/issues/1535
|
|
21ea1c91
|
2019-01-31T13:49:18
|
|
Remove stale comment
|
|
d14d2c20
|
2019-01-30T18:36:57
|
|
Merge pull request #1567 from googlefonts/fuzzer
[subset] Update the subset fuzzer to get options to use from test case.
|
|
dc04261a
|
2019-01-30T15:23:19
|
|
[subset] Update the subset fuzzer to determine which options to use based on data in the fuzzing test case.
Add support for toggling retain_gids.
|
|
acf5f0a3
|
2019-01-30T15:10:23
|
|
[configure] Fix up
|
|
6b834c1c
|
2019-01-30T15:06:22
|
|
[configure] Print compiler version info in report
|
|
d983c529
|
2019-01-30T17:17:59
|
|
Merge pull request #1564 from googlefonts/retain_gids
[subset] Add --retain-gids option to the subsetter.
|
|
55d1d7c8
|
2019-01-30T13:54:15
|
|
2.3.1
|
|
23f36442
|
2019-01-18T18:33:21
|
|
[subset] Fix hdmx subsetting when retain gids is enabled.
|
|
2da1654a
|
2019-01-18T17:49:35
|
|
[subset] Compute num_glyphs during subset plan construction.
Update maxp to use the correct num glyphs.
|
|
ccc59dc6
|
2019-01-18T17:36:32
|
|
[subset] Add unit test for glyf subsetting and retain gids.
|
|
96b038f3
|
2019-01-18T16:41:08
|
|
[subset] fix failure to init instruction ranges values for an invalid glyph.
|
|
4b1ac3a2
|
2019-01-18T15:11:26
|
|
[subset] Do some refactoring in hb-subset-glyf.cc.
- Extract code out into helper methods in several places.
- Bundle loca address, size and is short into a struct.
|
|
b7f97188
|
2019-01-17T18:55:56
|
|
Add retain_gids option to subset input. Update glyf and loca handling to respect retain_gids.
|
|
e6ffcc59
|
2019-01-28T18:12:19
|
|
[subset] Add expected files for retain-gids integration tests.
|
|
198859bb
|
2019-01-28T18:10:56
|
|
[subset] For retain gids don't truncate glyphs past the highest requested subset glyph.
|
|
490d52f9
|
2019-01-28T17:43:42
|
|
[subset] Add retain-gids option to hb-subset executable.
|
|
a903f9c2
|
2019-01-28T17:43:11
|
|
[subset] Add some subsetting integration tests covering retain gids.
|
|
05e99c86
|
2019-01-28T17:05:04
|
|
[subset] A few small fixes for the new subset plan api.
|
|
bdbe047d
|
2019-01-28T16:59:15
|
|
[subset] Update hb-subset-plan.cc to match hb-subset-plan.hh.
|
|
74c44ffe
|
2019-01-28T16:53:01
|
|
[subset] Update hb-subset-glyf.cc to use new hb-subset-plan API.
|
|
4842294b
|
2019-01-28T16:51:27
|
|
[subset] Update gsub to use glyphset() method of subset plan.
|
|
853b1f1a
|
2019-01-28T16:50:56
|
|
[subset] Correct maxp num glyph's to use new subset plan method.
|
|
846e05a2
|
2019-01-28T16:50:20
|
|
[subset] Re-add glyphs array to subset plan, with new name 'glyphs_deprecated'. Switch CFF subsetting to use it.
|
|
03e88eab
|
2019-01-28T16:15:06
|
|
Re-implement HMTX/VMTX subsetting. Update it to support glyph renumbering and simplify the implementation.
|
|
925be292
|
2019-01-25T18:04:41
|
|
Update hb-ot-vorg-table and hb-ot-layout-common to use the updated subset plan api.
|
|
4af3be6e
|
2019-01-25T18:03:47
|
|
Remove glyph array from subset plan, make num_glyphs and glyphset private.
|
|
fe532923
|
2019-01-28T20:47:58
|
|
[CI] Peg CircleCI badge link to master branch
[skip ci]
|
|
9569819e
|
2019-01-28T20:43:43
|
|
[ci] Peg build status badges to master branch
[skip ci]
|
|
1e29906a
|
2019-01-28T20:38:15
|
|
Switch README / README.md
[skip ci]
|
|
9a1df82e
|
2019-01-28T14:15:18
|
|
[uniscribe] Whitelist function type cast
|
|
6e1c3eaf
|
2019-01-28T14:12:41
|
|
Fix sign comparison error
|
|
9db7a7da
|
2019-01-28T14:09:59
|
|
Fix warning
c:\projects\harfbuzz\src\hb-ot-color-cbdt-table.hh(59): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
|
|
51b58488
|
2019-01-28T14:09:45
|
|
[pragma] Silence MSVC unknown-pragma warning
|
|
60022ecc
|
2019-01-26T14:04:51
|
|
Fix -Wcast-function-type warnings in util/ with gcc 4.8
|
|
a9321cb5
|
2019-01-25T16:11:45
|
|
Fix mac test
|
|
f3980975
|
2019-01-25T16:08:25
|
|
More static constexpr
|
|
06358ae9
|
2019-01-25T15:11:47
|
|
[AAT] Add test for recent Ligature stack fix, using Zapfino on Mac
|
|
e970de48
|
2019-01-24T18:16:17
|
|
[AAT] Minor sign
|
|
a371a28c
|
2019-01-24T18:12:25
|
|
[AAT] Use a ring buffer for ligature stack
I think Apple does very similarly, but probably with a stack size of 16.
We do it with a stack size that is currently set to 64.
Fixes https://github.com/harfbuzz/harfbuzz/issues/1531
|
|
7886b157
|
2019-01-24T18:06:17
|
|
Whitespace
|
|
b9769402
|
2019-01-24T18:01:07
|
|
[AAT] Handle transition errors during machine operation
Before we used to give up. Now, just ignore error and continue processing.
Fixes https://github.com/harfbuzz/harfbuzz/issues/1531
|
|
e234bb6a
|
2019-01-24T17:23:11
|
|
[AAT] Ignore machine errors and continue
|
|
1ec90514
|
2019-01-24T17:21:41
|
|
[AAT] Minor
|
|
299eca0c
|
2019-01-24T17:17:00
|
|
[AAT] Handle out-of-bounds classes
|
|
c4623db4
|
2019-01-24T17:10:12
|
|
[AAT] Minor
|
|
c4e36f97
|
2019-01-24T17:06:16
|
|
[AAT] Minor
|
|
f60282c5
|
2019-01-24T16:29:09
|
|
More pragma control
Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=924848
|
|
fd0889f9
|
2019-01-24T16:12:52
|
|
Comment
|
|
00f06d1a
|
2019-01-24T16:11:05
|
|
Fix test
|
|
9f314177
|
2019-01-24T16:08:33
|
|
Form cluster for Emoji sub-region tag sequences
Fixes https://github.com/harfbuzz/harfbuzz/issues/1556
|
|
5034f8f2
|
2019-01-24T12:50:38
|
|
Fix macos tests with previous commit
|
|
3ecda710
|
2019-01-24T12:08:23
|
|
Adjust mark offsets when zeroing from fallback mark positioning code
Adjust tests.
Fixes https://github.com/harfbuzz/harfbuzz/issues/1532
|
|
36fb2b4d
|
2019-01-23T20:53:57
|
|
[AAT] In InsertionChain, set mark to previous-position if inserting
Fixes MORX-31
|
|
cbe0ed11
|
2019-01-23T20:45:18
|
|
[AAT] Re-enable tests MORX-31 and MORX-41
|
|
baf4d6a6
|
2019-01-23T20:36:07
|
|
[AAT] Remove mark_set from InsertionChain
|
|
410731d3
|
2019-01-23T20:30:48
|
|
[test/text-rendering-tests] Update from upstream
|
|
0b2fa342
|
2019-01-22T16:36:00
|
|
More of previous
|
|
a5e5dd8b
|
2019-01-22T16:30:07
|
|
Fix sign-compare error resulted from promoting unsigned integers to signed larger ints
Clang and gcc know not to warn in these cases, but not nonmainstream compilers
|
|
32379bbf
|
2019-01-22T12:55:29
|
|
Cast HB_UNTAG results to uint8_t
|
|
83d4aa5c
|
2019-01-22T12:52:23
|
|
More -Wcast-error fix
|
|
447323b8
|
2019-01-22T12:45:40
|
|
Better fix for -Wcast-align errors
|
|
81ec543d
|
2019-01-22T12:43:12
|
|
More -Wcast-error fixes
|
|
90772725
|
2019-01-22T12:40:18
|
|
pragma GCC diagnostic error "-Wsign-compare"
|
|
8d05bf7d
|
2019-01-22T12:34:05
|
|
Fix cast-align error
If compiler doesn't inline StructAtOffset, this was an error since we
only disable cast-align at call-site. So, move the cast out.
../src/hb-machinery.hh: In instantiation of 'const Type& StructAtOffset(const void*, unsigned int) [with Type = unsigned int]':
../src/hb-font.cc:146:85: required from here
../src/hb-machinery.hh:63:12: error: cast from 'const char*' to 'const unsigned int*' increases required alignment of target type [-Werror=cast-align]
{ return * reinterpret_cast<const Type*> ((const char *) P + offset); }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/hb-machinery.hh: In instantiation of 'Type& StructAtOffset(void*, unsigned int) [with Type = unsigned int]':
../src/hb-font.cc:147:79: required from here
../src/hb-machinery.hh:66:12: error: cast from 'char*' to 'unsigned int*' increases required alignment of target type [-Werror=cast-align]
{ return * reinterpret_cast<Type*> ((char *) P + offset); }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
b270cee6
|
2019-01-22T12:29:05
|
|
[CI] Remove gcc 4.2 bots
We don't support that version anymore.
|
|
70a52d6b
|
2019-01-22T12:15:23
|
|
Convert all other enum class consts to static constexpr
Fixes https://github.com/harfbuzz/harfbuzz/issues/1553
|
|
5d4b0377
|
2019-01-22T12:11:24
|
|
Convert unsigned enum class consts to static constexpr
Part of https://github.com/harfbuzz/harfbuzz/issues/1553
|
|
ef006549
|
2019-01-22T12:08:57
|
|
Convert tag enum class consts to static constexpr
Part of https://github.com/harfbuzz/harfbuzz/issues/1553
|
|
39e1b6d0
|
2019-01-22T12:07:43
|
|
Convert boolean enum class consts to static constexpr
Part of https://github.com/harfbuzz/harfbuzz/issues/1553
|
|
271cb7c1
|
2019-01-22T12:05:35
|
|
Make some enum constants unsigned
|
|
3d9a6e62
|
2019-01-22T12:02:06
|
|
Whitespace
|
|
c81f02fd
|
2019-01-22T12:00:44
|
|
pragma GCC diagnostic error "-Wvla"
|
|
ff981094
|
2019-01-22T19:58:36
|
|
Fix grammar
|
|
e9c0f5e7
|
2019-01-22T00:03:02
|
|
Grammar fix
|
|
789396ed
|
2019-01-20T20:09:10
|
|
Remove wrongly added files
|
|
380c3cff
|
2019-01-20T19:51:08
|
|
Use enum for class constant
|
|
6d042a18
|
2019-01-20T19:49:59
|
|
[CFF] Use enum for tableTag
|
|
c1cbbb94
|
2019-01-20T19:47:52
|
|
Use static constexpr for large class constants
|
|
30ae6277
|
2019-01-21T16:44:48
|
|
Regular spaces will do
|
|
ed62551d
|
2019-01-21T05:00:01
|
|
Adding leading space for code example
|
|
3e332544
|
2019-01-21T04:54:27
|
|
Fix description of example
|
|
2144ca9f
|
2019-01-21T04:47:05
|
|
Added option to build docs to docs
|
|
043b610f
|
2019-01-19T09:20:46
|
|
Fix sign compare warnings
../../third_party/harfbuzz-ng/src/src/hb-map.hh(56,45): warning: comparison of integers of different signs: 'const hb_codepoint_t' (aka 'const unsigned int') and 'hb_map_t::(anonymous enum at ../../third_party/harfbuzz-ng/src/src/hb-map.hh:169:3)' [-Wsign-compare]
bool is_unused () const { return key == INVALID; }
|
|
ce317d03
|
2019-01-19T09:18:03
|
|
Fix warning
warning: '_WIN64' is not defined, evaluates to 0 [-Wundef]
|
|
0c2bd1b1
|
2019-01-19T16:30:07
|
|
[dwrite] Fix delete-non-virtual-dtor warning (#1550)
|
|
89bcfb20
|
2019-01-18T14:59:18
|
|
Remove TRACE_COLLECT_GLYPHS
|
|
f13b6786
|
2019-01-18T14:53:54
|
|
[pragma] Only add if GCC or clang
|
|
c2ea7a9d
|
2019-01-18T13:45:33
|
|
[directwrite] More fix
|
|
9714d3ec
|
2019-01-18T21:55:21
|
|
[dwrite] Try to fix delete-non-virtual-dtor warnings
Fixes #1548 hopefully
|