[HarfBuzz] harfbuzz: Branch 'master' - 3 commits

2015-11-06 Thread Behdad Esfahbod
src/hb-ot-layout.cc |2 src/hb-ot-shape-complex-arabic.cc | 26 +- src/hb-unicode-private.hh | 20 ---

[HarfBuzz] harfbuzz: Branch 'master'

2015-11-06 Thread Behdad Esfahbod
test/shaping/fonts/sha1sum/3511ff5c1647150595846ac414c595cccac34f18.ttf |binary test/shaping/fonts/sha1sum/MANIFEST |2 +- test/shaping/tests/fuzzed.tests |1 + 3 files changed, 2 insertions(+), 1 deletion(-)

[HarfBuzz] harfbuzz: Branch 'master'

2015-11-06 Thread Behdad Esfahbod
src/hb-buffer-private.hh |7 ++- src/hb-buffer.cc | 31 +++ 2 files changed, 25 insertions(+), 13 deletions(-) New commits: commit 68b507a3c3c62c28c38e13fee733702bb703b6ca Author: Behdad Esfahbod Date: Fri Nov 6 00:09:26 2015

Re: [HarfBuzz] harfbuzz: Branch 'master'

2015-11-06 Thread Jonathan Kew
On 6/11/15 07:45, Behdad Esfahbod wrote: diff --git a/src/hb-buffer-private.hh b/src/hb-buffer-private.hh index 721e718..8d9ae7c 100644 --- a/src/hb-buffer-private.hh +++ b/src/hb-buffer-private.hh @@ -35,6 +35,16 @@ #include "hb-unicode-private.hh" +#ifndef HB_BUFFER_MAX_EXPANSION_FACTOR

[HarfBuzz] harfbuzz: Branch 'master' - 2 commits

2015-11-06 Thread Behdad Esfahbod
src/hb-buffer-private.hh |2 +- test/fuzzing/Makefile.am |1 + 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit a6d7668a954a763a053f8af8edbff4731aa43729 Author: Behdad Esfahbod Date: Fri Nov 6 09:46:54 2015 -0800 [fuzzing] Cap max buffer len

Re: [HarfBuzz] harfbuzz: Branch 'master'

2015-11-06 Thread Behdad Esfahbod
On 15-11-06 02:17 AM, Jonathan Kew wrote: >> >> +#ifndef HB_BUFFER_MAX_LEN_DEFAULT_ > > Oops -- there seems to be a stray underscore at the end here. Fixed. Thanks for reviewing! Any comments on the 'stch' code? I wasn't sure if I should put it into a release today or not; by the end, I was

Re: [HarfBuzz] Test please!

2015-11-06 Thread Behdad Esfahbod
On 15-11-06 03:35 AM, Simon Cozens wrote: > On 05/11/2015 14:57, Behdad Esfahbod wrote: >> Simon, this should speed up your use case more than anyone else's. Can you >> please share numbers? > > With 1.0.6, test.sil (Latin text) took 6.1s; a stripped-down version of > Khaled's Arefruqaa test

Re: [HarfBuzz] Test please!

2015-11-06 Thread Simon Cozens
On 05/11/2015 14:57, Behdad Esfahbod wrote: > Simon, this should speed up your use case more than anyone else's. Can you > please share numbers? With 1.0.6, test.sil (Latin text) took 6.1s; a stripped-down version of Khaled's Arefruqaa test file (30,000 lines of Arabic) took 59.1s With HEAD,