- 25 9月, 2018 11 次提交
-
-
由 Behdad Esfahbod 提交于
Now I wonder if any bots will be unhappy we calling | in static const initializations... Or would that cost runtime init? Our tests don't detect any..
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
ubsan generates these.
-
由 Behdad Esfahbod 提交于
Needed to make ubsan work. Fixes https://github.com/harfbuzz/harfbuzz/issues/1174
-
由 Behdad Esfahbod 提交于
Default exit value is 77, which causes autotools to "skip" test.
-
- 24 9月, 2018 10 次提交
-
-
由 Behdad Esfahbod 提交于
Some clang versions leave a std::round(float) weak symbol around...
-
由 Behdad Esfahbod 提交于
If we wrote just this much every day...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Towards disabling ZWJ-skipping in certain GPOS contexts. Part of https://github.com/flutter/flutter/issues/16886
-
由 Behdad Esfahbod 提交于
Ouch. How did we not hit this bug before...
-
-
由 Behdad Esfahbod 提交于
Fixes https://github.com/harfbuzz/harfbuzz/issues/1171 I'm glad we have leak-detector bots now.
-
由 Ebrahim Byagowi 提交于
-
- 23 9月, 2018 1 次提交
-
-
由 Matt Oliver 提交于
-
- 22 9月, 2018 5 次提交
-
-
由 Khaled Hosny 提交于
Decode the string as Python 3 returns bytes string, and also don’t assume that it ends with a new line.
-
由 Ebrahim Byagowi 提交于
See also https://github.com/harfbuzz/harfbuzz/pull/1169
-
由 Ebrahim Byagowi 提交于
See also https://github.com/harfbuzz/harfbuzz/pull/1169
-
由 Ebrahim Byagowi 提交于
See also https://github.com/harfbuzz/harfbuzz/pull/1169
-
由 Ebrahim Byagowi 提交于
See also https://github.com/harfbuzz/harfbuzz/pull/1169
-
- 20 9月, 2018 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We reverse too many times. Can be optimized. But I doubt many fonts use reverse lookups, so doesn't matter. Other than not applying user features, this completes morx table implementation.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Just speculation. Needs tests to determine which is correct behavior.
-
- 18 9月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 David Corbett 提交于
-
- 17 9月, 2018 5 次提交
-
-
由 Simon Hausmann 提交于
When building with the auto tools, the manually mantained harfbuzz-config.cmake is installed. When building with cmake, we can use cmake to generate the correct config files for us and install them.
-
由 Behdad Esfahbod 提交于
Some clang versions define static_assert as a macro apparently, so we cannot redefine it... This reverts commit 94bfea0c. This reverts commit 4e626278.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
"Unused private member" warning turned error. ugh.
-