platform/upstream/libHarfBuzzSharp.git
6 years agoAdd hb_blob_create_from_file, a new API (#926)
Ebrahim Byagowi [Fri, 20 Apr 2018 05:59:06 +0000 (10:29 +0430)]
Add hb_blob_create_from_file, a new API (#926)

6 years ago[subset] Check instruction offsets in glyph to ensure they are in bounds.
Garret Rieger [Thu, 19 Apr 2018 22:30:35 +0000 (15:30 -0700)]
[subset] Check instruction offsets in glyph to ensure they are in bounds.

6 years ago[subset] In subset fuzzer run through drop hints and keep hints pathways.
Garret Rieger [Thu, 19 Apr 2018 20:39:57 +0000 (13:39 -0700)]
[subset] In subset fuzzer run through drop hints and keep hints pathways.

6 years ago[util] Check all specified shapers are known (#993)
Khaled Hosny [Thu, 19 Apr 2018 20:41:37 +0000 (23:41 +0300)]
[util] Check all specified shapers are known (#993)

A bit brute force and requires all shapers to be known, not just one.

Fixes https://github.com/harfbuzz/harfbuzz/issues/956

6 years ago[subset] Add integration tests for cmap breakge.
Garret Rieger [Thu, 19 Apr 2018 00:37:39 +0000 (17:37 -0700)]
[subset] Add integration tests for cmap breakge.

6 years ago[subset] Add a test for previous cmap breakage.
Garret Rieger [Thu, 19 Apr 2018 00:32:43 +0000 (17:32 -0700)]
[subset] Add a test for previous cmap breakage.

6 years ago[subset] Fix broken cmap creation.
Garret Rieger [Thu, 19 Apr 2018 00:13:37 +0000 (17:13 -0700)]
[subset] Fix broken cmap creation.
It was ignoring the restriction that gids must be consecutive to be placed into a single group.

6 years agoMinor, annotate the added tables with likely/unlikely (#997)
Ebrahim Byagowi [Wed, 18 Apr 2018 07:39:37 +0000 (12:09 +0430)]
Minor, annotate the added tables with likely/unlikely (#997)

6 years ago[subset] Remove printf's from fuzzing targets.
Garret Rieger [Wed, 18 Apr 2018 01:11:32 +0000 (18:11 -0700)]
[subset] Remove printf's from fuzzing targets.

6 years agoDo sanitization before the use on 'main' mini-program (#994)
Ebrahim Byagowi [Tue, 17 Apr 2018 19:31:20 +0000 (00:01 +0430)]
Do sanitization before the use on 'main' mini-program (#994)

6 years ago[subset] add a fuzzer target for subset_get_all_codepoints method. (#987)
Garret Rieger [Tue, 17 Apr 2018 14:21:22 +0000 (08:21 -0600)]
[subset] add a fuzzer target for subset_get_all_codepoints method. (#987)

6 years ago[colr] Check layer record access
Behdad Esfahbod [Tue, 17 Apr 2018 13:32:02 +0000 (15:32 +0200)]
[colr] Check layer record access

6 years ago[subset] Add implementation of cmap format 12 codepoint listing. (#988)
Garret Rieger [Tue, 17 Apr 2018 13:00:23 +0000 (07:00 -0600)]
[subset] Add implementation of cmap format 12 codepoint listing. (#988)

6 years agoAdd pre-opentype font pages detection code (#986)
Ebrahim Byagowi [Tue, 17 Apr 2018 05:06:52 +0000 (09:36 +0430)]
Add pre-opentype font pages detection code (#986)

As Khaled's finding on #981 this is the way Uniscribe detects those fonts. This is its detection part.

6 years agoMake some of implicit header uses explicit (#989)
Ebrahim Byagowi [Tue, 17 Apr 2018 04:43:35 +0000 (09:13 +0430)]
Make some of implicit header uses explicit (#989)

Splitted from #950 and #986 IIRC Chromium had a policy about this encouraging it,
not sure about automated way to detect and add them but for now lets have the needed
ones of them.

6 years agoAdd round to F2DOT14 inner store setter (#990)
Ebrahim Byagowi [Tue, 17 Apr 2018 04:43:03 +0000 (09:13 +0430)]
Add round to F2DOT14 inner store setter (#990)

It uses floor implicitly without it but explicit use of round will be more correct.

6 years ago[subset] Don't assume the last segment in cmap 4 can be skipped, actually check it.
Garret Rieger [Mon, 16 Apr 2018 22:09:27 +0000 (15:09 -0700)]
[subset] Don't assume the last segment in cmap 4 can be skipped, actually check it.

6 years ago[subset] sketch out support for a call that lists all codepoints present in a font...
Garret Rieger [Tue, 10 Apr 2018 22:40:24 +0000 (15:40 -0700)]
[subset] sketch out support for a call that lists all codepoints present in a font. Implement support for it in format 4 cmap sub table.

6 years agoFurther improvements on dump-fon (#985)
Ebrahim Byagowi [Mon, 16 Apr 2018 14:00:25 +0000 (18:30 +0430)]
Further improvements on dump-fon (#985)

6 years agoAdd dump-fon, a prototype on how to work with .fon/.fnt files (#981)
Ebrahim Byagowi [Mon, 16 Apr 2018 09:55:45 +0000 (14:25 +0430)]
Add dump-fon, a prototype on how to work with .fon/.fnt files (#981)

6 years agoImplement to_float and set_float of F2DOT14 (#984)
Ebrahim Byagowi [Sun, 15 Apr 2018 17:38:50 +0000 (22:08 +0430)]
Implement to_float and set_float of F2DOT14 (#984)

6 years agoRename UINT24 to HBUINT24 for consistency (#983)
Ebrahim Byagowi [Sun, 15 Apr 2018 16:48:48 +0000 (21:18 +0430)]
Rename UINT24 to HBUINT24 for consistency (#983)

6 years agoMerge pull request #979 from ebraminio/msvc05
Ebrahim Byagowi [Fri, 13 Apr 2018 18:49:19 +0000 (23:19 +0430)]
Merge pull request #979 from ebraminio/msvc05

Reinstate support for Visual Studio 2005

6 years agoReinstate support for Visual Studio 2005
Tor Andersson [Fri, 13 Apr 2018 18:31:54 +0000 (23:01 +0430)]
Reinstate support for Visual Studio 2005

6 years agoAlways enable atexit on Android (#971)
Ebrahim Byagowi [Thu, 12 Apr 2018 09:47:03 +0000 (14:17 +0430)]
Always enable atexit on Android (#971)

Obviously one can use a newer NDK for building an updated HarfBuzz
instead that now pretty old version however I am concerned if that
version checking is working with clang that is used with the newer
NDK versions.

6 years agoUpdate the links and revive the dead ones
Ebrahim Byagowi [Thu, 12 Apr 2018 09:10:45 +0000 (13:40 +0430)]
Update the links and revive the dead ones

6 years agoAdd or update tables specifications links
Ebrahim Byagowi [Thu, 12 Apr 2018 09:08:19 +0000 (13:38 +0430)]
Add or update tables specifications links

6 years agominor, use LOffsetTo and LArrayOf whenever possible (#966)
Ebrahim Byagowi [Wed, 11 Apr 2018 14:06:09 +0000 (18:36 +0430)]
minor, use LOffsetTo and LArrayOf whenever possible (#966)

6 years ago[dwrite] Cosmetic change (#963)
Ebrahim Byagowi [Wed, 11 Apr 2018 13:30:13 +0000 (18:00 +0430)]
[dwrite] Cosmetic change (#963)

6 years ago[graphite] Use tabs instead 8 spaces (#965)
Ebrahim Byagowi [Wed, 11 Apr 2018 13:11:48 +0000 (17:41 +0430)]
[graphite] Use tabs instead 8 spaces (#965)

6 years ago[aat] Cosmetic changes (#964)
Ebrahim Byagowi [Wed, 11 Apr 2018 13:11:24 +0000 (17:41 +0430)]
[aat] Cosmetic changes (#964)

6 years ago[ot-color] Cosmetic changes (#962)
Ebrahim Byagowi [Wed, 11 Apr 2018 12:43:20 +0000 (17:13 +0430)]
[ot-color] Cosmetic changes (#962)

6 years agominor
Ebrahim Byagowi [Mon, 9 Apr 2018 22:56:01 +0000 (03:26 +0430)]
minor

6 years ago[colr/cpal] Improvements and add a sample renderer (#927)
Ebrahim Byagowi [Mon, 9 Apr 2018 20:23:50 +0000 (00:53 +0430)]
[colr/cpal] Improvements and add a sample renderer (#927)

6 years ago[ci] Don't fail on brew warnings
Ebrahim Byagowi [Mon, 9 Apr 2018 20:21:57 +0000 (00:51 +0430)]
[ci] Don't fail on brew warnings

Not the best fix but it works and we don't care about brew warnings, so

6 years agoFix build with CoreText on OS X 10.7 and earlier (#952)
Ryan Schmidt [Thu, 5 Apr 2018 22:03:36 +0000 (17:03 -0500)]
Fix build with CoreText on OS X 10.7 and earlier (#952)

6 years ago[aat] Further improvements on feat (#948)
Ebrahim Byagowi [Sun, 1 Apr 2018 07:46:42 +0000 (12:16 +0430)]
[aat] Further improvements on feat (#948)

6 years ago[hangul] Fix comment
Behdad Esfahbod [Sat, 31 Mar 2018 15:06:17 +0000 (17:06 +0200)]
[hangul] Fix comment

6 years ago[aat] Implement feat table parsing (#947)
Ebrahim Byagowi [Sat, 31 Mar 2018 12:21:36 +0000 (16:51 +0430)]
[aat] Implement feat table parsing (#947)

6 years agoAnother try at fixing linker issue
Behdad Esfahbod [Sat, 31 Mar 2018 10:15:50 +0000 (12:15 +0200)]
Another try at fixing linker issue

Fixes https://github.com/harfbuzz/harfbuzz/issues/880

6 years agoMinor build related changes
Ebrahim Byagowi [Fri, 30 Mar 2018 17:55:35 +0000 (22:25 +0430)]
Minor build related changes

6 years ago[aat] Implement gcid table parsing (#944)
Ebrahim Byagowi [Fri, 30 Mar 2018 17:27:10 +0000 (21:57 +0430)]
[aat] Implement gcid table parsing (#944)

6 years ago[aat] Implement bsln table parsing (#943)
Ebrahim Byagowi [Fri, 30 Mar 2018 15:06:00 +0000 (19:36 +0430)]
[aat] Implement bsln table parsing (#943)

6 years agoMake atexit callbacks threadsafe (#930)
Ebrahim Byagowi [Fri, 30 Mar 2018 00:30:28 +0000 (05:00 +0430)]
Make atexit callbacks threadsafe (#930)

6 years ago[graphite] Make get_table threadsafe (#931)
Ebrahim Byagowi [Fri, 30 Mar 2018 00:28:47 +0000 (04:58 +0430)]
[graphite] Make get_table threadsafe (#931)

6 years agoMake gen-* scripts LC_ALL=C compatible (#942)
Ebrahim Byagowi [Thu, 29 Mar 2018 17:30:41 +0000 (22:00 +0430)]
Make gen-* scripts LC_ALL=C compatible (#942)

6 years agoActual py3 compatibility making on gen-* scripts (#941)
Ebrahim Byagowi [Thu, 29 Mar 2018 16:52:47 +0000 (21:22 +0430)]
Actual py3 compatibility making on gen-* scripts (#941)

6 years agoMake more gen-* scripts py3 compatible (#940)
Ebrahim Byagowi [Thu, 29 Mar 2018 08:18:47 +0000 (12:48 +0430)]
Make more gen-* scripts py3 compatible (#940)

6 years agoAdd README.wine.md and touch some other docs (#939)
Ebrahim Byagowi [Wed, 28 Mar 2018 23:52:53 +0000 (04:22 +0430)]
Add README.wine.md and touch some other docs (#939)

6 years ago[atexit] Make hb_languate_item_t *langs freeing threadsafe
Behdad Esfahbod [Wed, 28 Mar 2018 22:33:51 +0000 (15:33 -0700)]
[atexit] Make hb_languate_item_t *langs freeing threadsafe

Part of https://github.com/harfbuzz/harfbuzz/issues/923

6 years agoFix one UBSan warning
Behdad Esfahbod [Wed, 28 Mar 2018 21:06:58 +0000 (14:06 -0700)]
Fix one UBSan warning

Fixes https://github.com/harfbuzz/harfbuzz/issues/935

6 years ago[uniscribe] Fixup for previous commit
Behdad Esfahbod [Wed, 28 Mar 2018 20:38:51 +0000 (13:38 -0700)]
[uniscribe] Fixup for previous commit

Fixes https://github.com/harfbuzz/harfbuzz/issues/934

6 years ago[uniscribe] Fix assertion fail in checksum calc
Behdad Esfahbod [Wed, 28 Mar 2018 17:44:52 +0000 (10:44 -0700)]
[uniscribe] Fix assertion fail in checksum calc

Program: Z:\Users\ebrahim\Desktop\harfbuzz\winbuild\util\.libs\hb-shape.exe
File: ../../src/hb-open-type-private.hh, Line 769

Expression: 0 == (Length & 3)

abnormal program termination

6 years agoMake gen-use-table.py py3 compatible (#932)
Ebrahim Byagowi [Wed, 28 Mar 2018 14:38:19 +0000 (19:08 +0430)]
Make gen-use-table.py py3 compatible (#932)

6 years ago[subset] fix infinite loop bug in looping through tables for subsetting.
Garret Rieger [Tue, 27 Mar 2018 17:42:19 +0000 (10:42 -0700)]
[subset] fix infinite loop bug in looping through tables for subsetting.

6 years agoImplement an internal emojis dumper tool (#909)
Ebrahim Byagowi [Tue, 27 Mar 2018 12:27:09 +0000 (16:57 +0430)]
Implement an internal emojis dumper tool (#909)

Later to be expanded to a more general tool but for now it only supports CBDT, SVG and CBDT.

6 years ago[ci] Fix coverage build fail (#925)
Ebrahim Byagowi [Tue, 27 Mar 2018 09:29:56 +0000 (13:59 +0430)]
[ci] Fix coverage build fail (#925)

6 years ago[subset] Couple of fixes for fuzzer discovered issues. (#924)
Garret Rieger [Tue, 27 Mar 2018 02:56:56 +0000 (20:56 -0600)]
[subset] Couple of fixes for fuzzer discovered issues. (#924)

* [subset] sanitize individual DeviceRecord's as part of hdmx sanitization.

* [subset] Fix out of bounds read with non-two byte align glyphs.

* [subset] Just use size_device_record >= DeviceRecord::min_size.

* [subset] Add TODO.

* [subset] Re-order checks in hdmx sanitize.

6 years ago[hdmx] Minor
Behdad Esfahbod [Tue, 27 Mar 2018 02:55:22 +0000 (19:55 -0700)]
[hdmx] Minor

6 years agoMinor
Behdad Esfahbod [Tue, 27 Mar 2018 02:55:16 +0000 (19:55 -0700)]
Minor

6 years agoFix previous commit
Behdad Esfahbod [Mon, 26 Mar 2018 22:09:54 +0000 (15:09 -0700)]
Fix previous commit

Automake has this stupid behavior where if your Makefile.am has
syntactic error, it can get to a state that make succeeds but just
ignores broken Makefile.am.  Ouch.

6 years agoTry fixing linking again
Behdad Esfahbod [Mon, 26 Mar 2018 21:26:45 +0000 (14:26 -0700)]
Try fixing linking again

Before 1.7.5, we were setting -fno-exceptions etc on CXXFLAGS. In 1.7.6
we set it as CPPFLAGS. Try fixing. Also, I'm fairly sure it's safe to
set these unconditionally.

Fixes https://github.com/harfbuzz/harfbuzz/issues/880 (or so I hope)

6 years agoAdd HB_SUBSET_BUILTIN
Behdad Esfahbod [Mon, 26 Mar 2018 21:09:29 +0000 (14:09 -0700)]
Add HB_SUBSET_BUILTIN

Fixes https://github.com/harfbuzz/harfbuzz/issues/865

6 years agoAdd HB_NO_ATEXIT
Behdad Esfahbod [Mon, 26 Mar 2018 17:44:54 +0000 (10:44 -0700)]
Add HB_NO_ATEXIT

6 years ago[aat] Unprefix not essentially layout tables (#921)
Ebrahim Byagowi [Mon, 26 Mar 2018 08:58:26 +0000 (13:28 +0430)]
[aat] Unprefix not essentially layout tables (#921)

6 years agoAllow trailing non-numeric chars in --unicodes
David Corbett [Mon, 26 Mar 2018 00:50:41 +0000 (20:50 -0400)]
Allow trailing non-numeric chars in --unicodes

6 years ago[aat/ltag] Whitespace
Behdad Esfahbod [Mon, 26 Mar 2018 08:14:07 +0000 (01:14 -0700)]
[aat/ltag] Whitespace

6 years ago[aat/ltag] Implement the table parsing (#911)
Ebrahim Byagowi [Mon, 26 Mar 2018 07:34:30 +0000 (12:04 +0430)]
[aat/ltag] Implement the table parsing (#911)

6 years ago[aat/fmtx] Implement the table parsing (#910)
Ebrahim Byagowi [Sun, 25 Mar 2018 19:26:02 +0000 (23:56 +0430)]
[aat/fmtx] Implement the table parsing (#910)

6 years ago[ci] Add a build only apple-gcc-4.2 i686 bot
Ebrahim Byagowi [Sun, 25 Mar 2018 14:15:50 +0000 (18:45 +0430)]
[ci] Add a build only apple-gcc-4.2 i686 bot

6 years ago[dwrite] minor
Ebrahim Byagowi [Sun, 25 Mar 2018 13:49:23 +0000 (18:19 +0430)]
[dwrite] minor

6 years agoMore ULL fixes
Behdad Esfahbod [Sun, 25 Mar 2018 00:51:55 +0000 (17:51 -0700)]
More ULL fixes

Fixes https://github.com/harfbuzz/harfbuzz/issues/901

6 years agoDefine uint64_t constants with ULL suffix
Behdad Esfahbod [Sat, 24 Mar 2018 21:12:12 +0000 (14:12 -0700)]
Define uint64_t constants with ULL suffix

Fixes https://github.com/harfbuzz/harfbuzz/issues/901

6 years agohb-private.hh: Add fallback implementation for round()
Chun-wei Fan [Mon, 12 Mar 2018 05:33:03 +0000 (13:33 +0800)]
hb-private.hh: Add fallback implementation for round()

For pre-C99 compilers that do not support round(), we need to have a
simplistic implementation for it, when it is not detected during build
configuration, either via CMake or autotools, by using floor() and
ceil(), which are provided in the pre-C99 compilers.

Please see discussion at commit 86a0ac2 for more details for re-adding
this patch.

6 years agoPolicy 0063 must be enabled to have hidden inline visibility... (#900)
Nikolaus Waxweiler [Fri, 23 Mar 2018 19:38:11 +0000 (19:38 +0000)]
Policy 0063 must be enabled to have hidden inline visibility... (#900)

...on static builds.

6 years agoFix llvm-gcc-4.2 compile issue and add a macOS bot to test it (#899)
Ebrahim Byagowi [Fri, 23 Mar 2018 14:07:01 +0000 (18:37 +0430)]
Fix llvm-gcc-4.2 compile issue and add a macOS bot to test it (#899)

6 years ago[dwrite] Replace rest of 'malloc/free's with 'new/delete' (#897)
Ebrahim Byagowi [Thu, 22 Mar 2018 11:34:38 +0000 (16:04 +0430)]
[dwrite] Replace rest of 'malloc/free's with 'new/delete' (#897)

6 years ago[subset] Check for the Null table and not nullptr to detect failure to find a table...
Garret Rieger [Wed, 21 Mar 2018 00:36:52 +0000 (17:36 -0700)]
[subset] Check for the Null table and not nullptr to detect failure to find a table in glyf accelerator.

6 years ago[subset] Fix to debug message.
Garret Rieger [Wed, 21 Mar 2018 00:28:47 +0000 (17:28 -0700)]
[subset] Fix to debug message.

6 years ago[subset] don't use pointers returned from push after array has resized in hb-subset...
Garret Rieger [Tue, 20 Mar 2018 23:55:42 +0000 (16:55 -0700)]
[subset] don't use pointers returned from push after array has resized in hb-subset-glyf.cc

6 years ago[subset] Fixed out of bounds read when subsetting hdmx.
Garret Rieger [Tue, 20 Mar 2018 23:31:21 +0000 (16:31 -0700)]
[subset] Fixed out of bounds read when subsetting hdmx.

6 years ago[subset] Disable glyf accelerator_t methods if it didn't successfully init.
Garret Rieger [Tue, 20 Mar 2018 20:00:49 +0000 (13:00 -0700)]
[subset] Disable glyf accelerator_t methods if it didn't successfully init.

6 years ago[subset] Fix infinite loop in there are more then 32 tables.
Garret Rieger [Tue, 20 Mar 2018 18:21:06 +0000 (11:21 -0700)]
[subset] Fix infinite loop in there are more then 32 tables.

6 years ago[subset] Add a fix for segfault in hmtx/vmtx subsetting code.
Garret Rieger [Tue, 20 Mar 2018 01:39:22 +0000 (18:39 -0700)]
[subset] Add a fix for segfault in hmtx/vmtx subsetting code.

6 years ago[subset] Add a test demonstrating a seg fault while subsetting hmtx.
Garret Rieger [Tue, 20 Mar 2018 00:47:57 +0000 (17:47 -0700)]
[subset] Add a test demonstrating a seg fault while subsetting hmtx.

6 years ago[subset] Restore subset to hb-subset-fuzzer.
Garret Rieger [Fri, 16 Mar 2018 17:20:21 +0000 (10:20 -0700)]
[subset] Restore subset to hb-subset-fuzzer.

6 years ago[dwrite] Use new again and enable the build on msys2 bots (#890)
Ebrahim Byagowi [Mon, 19 Mar 2018 08:49:42 +0000 (12:19 +0330)]
[dwrite] Use new again and enable the build on msys2 bots (#890)

6 years agoAppropriate fix for msys2 bot fail on gen-def.py (#894)
Ebrahim Byagowi [Fri, 16 Mar 2018 21:35:03 +0000 (01:05 +0330)]
Appropriate fix for msys2 bot fail on gen-def.py (#894)

6 years agoDo feature test before adding -Bsymbolic-functions, autotools part (#892)
Ebrahim Byagowi [Fri, 16 Mar 2018 19:15:09 +0000 (22:45 +0330)]
Do feature test before adding -Bsymbolic-functions, autotools part (#892)

6 years agoDo feature test before adding -Bsymbolic-functions, cmake part (#889)
Joel Winarske [Fri, 16 Mar 2018 19:14:27 +0000 (12:14 -0700)]
Do feature test before adding -Bsymbolic-functions, cmake part (#889)

6 years ago[cmake] Don't hide symbols by default (#891)
Ebrahim Byagowi [Fri, 16 Mar 2018 19:09:58 +0000 (22:39 +0330)]
[cmake] Don't hide symbols by default (#891)

But keep use of cmake idiomatic way of making inlines hidden

6 years ago[subset] Test not linking libharfbuzz-subset-fuzzing into hb-subset-fuzzer.
Garret Rieger [Fri, 16 Mar 2018 01:27:01 +0000 (18:27 -0700)]
[subset] Test not linking libharfbuzz-subset-fuzzing into hb-subset-fuzzer.

6 years ago[subset] Test hb-shape-fuzzer in run-subset-fuzzer-tests.
Garret Rieger [Fri, 16 Mar 2018 01:06:15 +0000 (18:06 -0700)]
[subset] Test hb-shape-fuzzer in run-subset-fuzzer-tests.

6 years ago[subset] make libharfbuzz-subset-fuzzing.la depend on lib target.
Garret Rieger [Fri, 16 Mar 2018 01:04:54 +0000 (18:04 -0700)]
[subset] make libharfbuzz-subset-fuzzing.la depend on lib target.

6 years ago[subset] %d -> %zu
Garret Rieger [Thu, 15 Mar 2018 23:31:38 +0000 (16:31 -0700)]
[subset] %d -> %zu

6 years ago[subset] Add some more logging to hb-subset-fuzzer.
Garret Rieger [Thu, 15 Mar 2018 23:14:01 +0000 (16:14 -0700)]
[subset] Add some more logging to hb-subset-fuzzer.

6 years ago[subset] Fix run-shape-fuzzer-tests.py. It was generating incorrect paths for input...
Garret Rieger [Thu, 15 Mar 2018 23:12:00 +0000 (16:12 -0700)]
[subset] Fix run-shape-fuzzer-tests.py. It was generating incorrect paths for input fonts.

6 years ago[subset] Add more verbose output for subset fuzzer test.
Garret Rieger [Thu, 15 Mar 2018 22:41:08 +0000 (15:41 -0700)]
[subset] Add more verbose output for subset fuzzer test.

6 years ago[subset] Rename hb-fuzzer -> hb-shape-fuzzer.
Garret Rieger [Thu, 15 Mar 2018 20:04:31 +0000 (13:04 -0700)]
[subset] Rename hb-fuzzer -> hb-shape-fuzzer.

6 years ago[subset] Add rub-subset-fuzzer-tests.py to dist files.
Garret Rieger [Thu, 15 Mar 2018 02:58:15 +0000 (19:58 -0700)]
[subset] Add rub-subset-fuzzer-tests.py to dist files.