- 03 11月, 2015 7 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
I tried moving the is_default_ignorable() function to an INTERNAL function. That made the binary size grow by 5k AND things got a tad bit slower!
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Slightly faster. In prep for more changes.
-
由 Behdad Esfahbod 提交于
Saves some time. Also preparing for reusing the ccc byte for other stuff.
-
由 Behdad Esfahbod 提交于
...at compile time.
-
由 Behdad Esfahbod 提交于
Also route fuzzing-related tests through hb-ot-font, to reduce dependency on FreeType behavior for badly-broken fonts. Fixes failing test with FreeType master.
-
- 27 10月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 22 10月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
-
- 21 10月, 2015 9 次提交
-
-
-
由 Behdad Esfahbod 提交于
Fixes https://github.com/behdad/harfbuzz/issues/146 Or I think it should.
-
由 Behdad Esfahbod 提交于
Borrowed from https://bugzilla.mozilla.org/show_bug.cgi?id=1215411
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Add BUILD.md based on harfbuzz.org docs
- 20 10月, 2015 3 次提交
-
-
由 Behdad Esfahbod 提交于
[ci] change to docker infrastructure
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 16 10月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
The default FreeType load flags where changed from FT_LOAD_NO_HINTING to FT_LOAD_DEFAULT in 2a9627c5. This is crashing HarfBuzz-enabled FreeType as I suppose it causes infinite recursion between HB and FT autohinter... Revert the behavior change. Fixes https://github.com/behdad/harfbuzz/issues/143
-
- 15 10月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
Discovered by libFuzzer. Ouch! https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
- 14 10月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
We probably should implement better system to catch cyclic lookups. But for now, this speeds up worst case behavior with broken fonts considerably without compromising legitimate usecases. https://github.com/behdad/harfbuzz/issues/139#issuecomment-147788447
-
- 13 10月, 2015 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
-
由 Behdad Esfahbod 提交于
-
- 12 10月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 10 10月, 2015 4 次提交
-
-
由 Behdad Esfahbod 提交于
Also discovered by "libFuzzer".
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This is a fix on top of the previous issue fixed in c917965b. This was caught by "libFuzzer" testing.
-
由 Behdad Esfahbod 提交于
-
- 09 10月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
No reason to not have it. Makes life easier later. We (hb-ft, hb-ot-font, etc) can use this API to inject new parent into a font...
-