Log

Author Commit Date CI Message
Ebrahim Byagowi 890d0ee7 2019-02-14T00:27:01 Minor, use a meaningful naming in template parameter (#1582)
Ebrahim Byagowi 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.
Ken 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
Ebrahim Byagowi f55e7bf5 2019-02-10T01:08:05 [ci] Install 'base-devel' on ArchLinux CI bot
Ebrahim Byagowi 8f4eb919 2019-02-09T16:58:02 [ci] Install 'which' in ArchLinux bot
Ebrahim Byagowi 02294349 2019-02-09T16:33:28 [ci] Speculative fix for Alpine and ArchLinux bots
Ebrahim Byagowi 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
Ebrahim Byagowi 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
Behdad Esfahbod 126abca9 2019-02-06T13:36:52 Merge pull request #1571 from kencu/cleanostests hb-coretext.cc: clean up macosx test
Ken Cunningham 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.
Behdad Esfahbod 1e062821 2019-01-31T13:56:58 Adjust hb_is_signed<> Fixes https://github.com/harfbuzz/harfbuzz/issues/1535
Behdad Esfahbod 21ea1c91 2019-01-31T13:49:18 Remove stale comment
Behdad Esfahbod 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.
Garret Rieger 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.
Behdad Esfahbod acf5f0a3 2019-01-30T15:10:23 [configure] Fix up
Behdad Esfahbod 6b834c1c 2019-01-30T15:06:22 [configure] Print compiler version info in report
Behdad Esfahbod d983c529 2019-01-30T17:17:59 Merge pull request #1564 from googlefonts/retain_gids [subset] Add --retain-gids option to the subsetter.
Behdad Esfahbod 55d1d7c8 2019-01-30T13:54:15 2.3.1
Garret Rieger 23f36442 2019-01-18T18:33:21 [subset] Fix hdmx subsetting when retain gids is enabled.
Garret Rieger 2da1654a 2019-01-18T17:49:35 [subset] Compute num_glyphs during subset plan construction. Update maxp to use the correct num glyphs.
Garret Rieger ccc59dc6 2019-01-18T17:36:32 [subset] Add unit test for glyf subsetting and retain gids.
Garret Rieger 96b038f3 2019-01-18T16:41:08 [subset] fix failure to init instruction ranges values for an invalid glyph.
Garret Rieger 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.
Garret Rieger b7f97188 2019-01-17T18:55:56 Add retain_gids option to subset input. Update glyf and loca handling to respect retain_gids.
Garret Rieger e6ffcc59 2019-01-28T18:12:19 [subset] Add expected files for retain-gids integration tests.
Garret Rieger 198859bb 2019-01-28T18:10:56 [subset] For retain gids don't truncate glyphs past the highest requested subset glyph.
Garret Rieger 490d52f9 2019-01-28T17:43:42 [subset] Add retain-gids option to hb-subset executable.
Garret Rieger a903f9c2 2019-01-28T17:43:11 [subset] Add some subsetting integration tests covering retain gids.
Garret Rieger 05e99c86 2019-01-28T17:05:04 [subset] A few small fixes for the new subset plan api.
Garret Rieger bdbe047d 2019-01-28T16:59:15 [subset] Update hb-subset-plan.cc to match hb-subset-plan.hh.
Garret Rieger 74c44ffe 2019-01-28T16:53:01 [subset] Update hb-subset-glyf.cc to use new hb-subset-plan API.
Garret Rieger 4842294b 2019-01-28T16:51:27 [subset] Update gsub to use glyphset() method of subset plan.
Garret Rieger 853b1f1a 2019-01-28T16:50:56 [subset] Correct maxp num glyph's to use new subset plan method.
Garret Rieger 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.
Garret Rieger 03e88eab 2019-01-28T16:15:06 Re-implement HMTX/VMTX subsetting. Update it to support glyph renumbering and simplify the implementation.
Garret Rieger 925be292 2019-01-25T18:04:41 Update hb-ot-vorg-table and hb-ot-layout-common to use the updated subset plan api.
Garret Rieger 4af3be6e 2019-01-25T18:03:47 Remove glyph array from subset plan, make num_glyphs and glyphset private.
Behdad Esfahbod fe532923 2019-01-28T20:47:58 [CI] Peg CircleCI badge link to master branch [skip ci]
Behdad Esfahbod 9569819e 2019-01-28T20:43:43 [ci] Peg build status badges to master branch [skip ci]
Behdad Esfahbod 1e29906a 2019-01-28T20:38:15 Switch README / README.md [skip ci]
Behdad Esfahbod 9a1df82e 2019-01-28T14:15:18 [uniscribe] Whitelist function type cast
Behdad Esfahbod 6e1c3eaf 2019-01-28T14:12:41 Fix sign comparison error
Behdad Esfahbod 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]
Behdad Esfahbod 51b58488 2019-01-28T14:09:45 [pragma] Silence MSVC unknown-pragma warning
Behdad Esfahbod 60022ecc 2019-01-26T14:04:51 Fix -Wcast-function-type warnings in util/ with gcc 4.8
Behdad Esfahbod a9321cb5 2019-01-25T16:11:45 Fix mac test
Behdad Esfahbod f3980975 2019-01-25T16:08:25 More static constexpr
Behdad Esfahbod 06358ae9 2019-01-25T15:11:47 [AAT] Add test for recent Ligature stack fix, using Zapfino on Mac
Behdad Esfahbod e970de48 2019-01-24T18:16:17 [AAT] Minor sign
Behdad Esfahbod 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
Behdad Esfahbod 7886b157 2019-01-24T18:06:17 Whitespace
Behdad Esfahbod 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
Behdad Esfahbod e234bb6a 2019-01-24T17:23:11 [AAT] Ignore machine errors and continue
Behdad Esfahbod 1ec90514 2019-01-24T17:21:41 [AAT] Minor
Behdad Esfahbod 299eca0c 2019-01-24T17:17:00 [AAT] Handle out-of-bounds classes
Behdad Esfahbod c4623db4 2019-01-24T17:10:12 [AAT] Minor
Behdad Esfahbod c4e36f97 2019-01-24T17:06:16 [AAT] Minor
Behdad Esfahbod f60282c5 2019-01-24T16:29:09 More pragma control Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=924848
Behdad Esfahbod fd0889f9 2019-01-24T16:12:52 Comment
Behdad Esfahbod 00f06d1a 2019-01-24T16:11:05 Fix test
Behdad Esfahbod 9f314177 2019-01-24T16:08:33 Form cluster for Emoji sub-region tag sequences Fixes https://github.com/harfbuzz/harfbuzz/issues/1556
Behdad Esfahbod 5034f8f2 2019-01-24T12:50:38 Fix macos tests with previous commit
Behdad Esfahbod 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
Behdad Esfahbod 36fb2b4d 2019-01-23T20:53:57 [AAT] In InsertionChain, set mark to previous-position if inserting Fixes MORX-31
Behdad Esfahbod cbe0ed11 2019-01-23T20:45:18 [AAT] Re-enable tests MORX-31 and MORX-41
Behdad Esfahbod baf4d6a6 2019-01-23T20:36:07 [AAT] Remove mark_set from InsertionChain
Behdad Esfahbod 410731d3 2019-01-23T20:30:48 [test/text-rendering-tests] Update from upstream
Behdad Esfahbod 0b2fa342 2019-01-22T16:36:00 More of previous
Behdad Esfahbod 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
Behdad Esfahbod 32379bbf 2019-01-22T12:55:29 Cast HB_UNTAG results to uint8_t
Behdad Esfahbod 83d4aa5c 2019-01-22T12:52:23 More -Wcast-error fix
Behdad Esfahbod 447323b8 2019-01-22T12:45:40 Better fix for -Wcast-align errors
Behdad Esfahbod 81ec543d 2019-01-22T12:43:12 More -Wcast-error fixes
Behdad Esfahbod 90772725 2019-01-22T12:40:18 pragma GCC diagnostic error "-Wsign-compare"
Behdad Esfahbod 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); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Behdad Esfahbod b270cee6 2019-01-22T12:29:05 [CI] Remove gcc 4.2 bots We don't support that version anymore.
Behdad Esfahbod 70a52d6b 2019-01-22T12:15:23 Convert all other enum class consts to static constexpr Fixes https://github.com/harfbuzz/harfbuzz/issues/1553
Behdad Esfahbod 5d4b0377 2019-01-22T12:11:24 Convert unsigned enum class consts to static constexpr Part of https://github.com/harfbuzz/harfbuzz/issues/1553
Behdad Esfahbod ef006549 2019-01-22T12:08:57 Convert tag enum class consts to static constexpr Part of https://github.com/harfbuzz/harfbuzz/issues/1553
Behdad Esfahbod 39e1b6d0 2019-01-22T12:07:43 Convert boolean enum class consts to static constexpr Part of https://github.com/harfbuzz/harfbuzz/issues/1553
Behdad Esfahbod 271cb7c1 2019-01-22T12:05:35 Make some enum constants unsigned
Behdad Esfahbod 3d9a6e62 2019-01-22T12:02:06 Whitespace
Behdad Esfahbod c81f02fd 2019-01-22T12:00:44 pragma GCC diagnostic error "-Wvla"
Alfie John ff981094 2019-01-22T19:58:36 Fix grammar
Alfie John e9c0f5e7 2019-01-22T00:03:02 Grammar fix
Behdad Esfahbod 789396ed 2019-01-20T20:09:10 Remove wrongly added files
Behdad Esfahbod 380c3cff 2019-01-20T19:51:08 Use enum for class constant
Behdad Esfahbod 6d042a18 2019-01-20T19:49:59 [CFF] Use enum for tableTag
Behdad Esfahbod c1cbbb94 2019-01-20T19:47:52 Use static constexpr for large class constants
Khaled Hosny 30ae6277 2019-01-21T16:44:48 Regular spaces will do
Alfie John ed62551d 2019-01-21T05:00:01 Adding leading space for code example
Alfie John 3e332544 2019-01-21T04:54:27 Fix description of example
Alfie John 2144ca9f 2019-01-21T04:47:05 Added option to build docs to docs
Behdad Esfahbod 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; }
Behdad Esfahbod ce317d03 2019-01-19T09:18:03 Fix warning warning: '_WIN64' is not defined, evaluates to 0 [-Wundef]
Ebrahim Byagowi 0c2bd1b1 2019-01-19T16:30:07 [dwrite] Fix delete-non-virtual-dtor warning (#1550)
Behdad Esfahbod 89bcfb20 2019-01-18T14:59:18 Remove TRACE_COLLECT_GLYPHS
Behdad Esfahbod f13b6786 2019-01-18T14:53:54 [pragma] Only add if GCC or clang
Behdad Esfahbod c2ea7a9d 2019-01-18T13:45:33 [directwrite] More fix
Ebrahim Byagowi 9714d3ec 2019-01-18T21:55:21 [dwrite] Try to fix delete-non-virtual-dtor warnings Fixes #1548 hopefully