- 20 10月, 2018 8 次提交
-
-
由 Ebrahim Byagowi 提交于
This needs reviewing
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Bruce Mitchener 提交于
-
由 Ebrahim Byagowi 提交于
run-shape-fuzzer-tests.py automatically runs valgrind if see available but test/api runs it by request, we probably should normalize the approaches later
-
由 Bruce Mitchener 提交于
-
- 19 10月, 2018 4 次提交
-
-
由 Bruce Mitchener 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 18 10月, 2018 20 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
Actually the check is right, On -myanmar.hh, on that particular switch, OT_C is indic_category_t but OT_D is myanmar_category_t so we are mixing the types in one variable. And on -arabic.cc, step can goes one number higher than step_t enum in the loop so we are actually using it as an unsinged int.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Okay, let's see if the gods are happy now...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
This reverts commit 191eef82.
-
由 Ebrahim Byagowi 提交于
Behdad apparently not interested on them
-
由 Behdad Esfahbod 提交于
Ugly as hell, and don't even understand why some bits are needed. But the logic is sound.
-
由 Ebrahim Byagowi 提交于
I added them but now that I think, it is a bad idea to have them as fuzzing bots will find good seeds to tweak in order to find easy new testcases which causes duplicated issues.
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
fixes #1266
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
We were getting the first track record always. Ie. this line: if (trackTable[i].get_track_value () == 0.f) { - trackTableEntry = &trackTable[0]; + trackTableEntry = &trackTable[i]; break; } The rest is cleanup. Fixes https://github.com/harfbuzz/harfbuzz/issues/1263 for the most part.
-
由 Behdad Esfahbod 提交于
-
- 17 10月, 2018 8 次提交
-
-
由 Behdad Esfahbod 提交于
See if it helps debugging https://bugs.chromium.org/p/chromium/issues/detail?id=895117
-
由 Behdad Esfahbod 提交于
These are text, not font.
-
由 Behdad Esfahbod 提交于
-
由 HinTak 提交于
Fixes the following warnings: hb-ot-tag.cc:330: Warning: HarfBuzz: invalid "allow-none" annotation: only valid for pointer types and out parameters hb-ot-tag.cc:334: Warning: HarfBuzz: invalid "allow-none" annotation: only valid for pointer types and out parameters
-
由 Behdad Esfahbod 提交于
-
由 HinTak 提交于
"in/out" should be "inout"
-
由 Behdad Esfahbod 提交于
Some disable.
-
由 Behdad Esfahbod 提交于
-