- 17 9月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
"Unused private member" warning turned error. ugh.
-
- 16 9月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
...like UnsizedArrayOf<>. This fixes a class of crasher bugs, mostly with color and AAT tables. We cannot use nullable offsets to varsized data that does not declare min_size, because it's nost safe to use our fixed-size null pool for types that have their size external. So, use non_null'able offsets for these. A further enhancement would be to make use of min_size in Null<> itself. Will try that after.
-
由 Behdad Esfahbod 提交于
Does NOT apply user-selected features. But at least now enables correct subtables.
-
- 15 9月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 11 9月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Fix a bug in CBDT sanitize, and redundant check in avar.
-
- 26 8月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Sorry for the noise, downstream custom builders. Please adjust.
-
- 09 5月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 03 5月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
X-terminated means don't access this, it's not located correctly. Z-terminated means this is a C array with no bound checking.
-
- 17 4月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
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.
-
- 12 4月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 11 4月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 26 3月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 14 2月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 11 2月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 2月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 08 2月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 05 2月, 2018 6 次提交
-
-
由 Behdad Esfahbod 提交于
At any position, if state is not zero, mark unsafe-to-break before, unless we can reason it safe. At any position, if there's an action entry for end-of-text, mark unsafe to break. Also changes buffer diff impl to allow for flag differences as long as the buffer glyph flags are superset of reference glyph flags. With this, all MORX tests pass.
-
由 Behdad Esfahbod 提交于
See comment. With this, MORX-20 passes if I turn --verify off. Our unsafe-to-break logic is currently broken in presence of end-of-text actions. That's, ugh, extra work to fix. Let me try...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Fixes MORX-21.
-
由 Behdad Esfahbod 提交于
Fixes MORX-18, MORX-19, and MORX-22.
-
- 20 1月, 2018 5 次提交
-
-
由 Behdad Esfahbod 提交于
I hope... Makes "ffi" work with Zapfino. I'm not sure if doing it correctly though...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We form the Zapfino ligature now. Yay! No further testing done.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 16 1月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 15 1月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 12 1月, 2018 6 次提交
-
-
由 Behdad Esfahbod 提交于
I hate it that with my compiler at least, it doesn't catch totally uncompilable statements in templates if they are not used...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Not sure why only one of the bots sees this as visible...
-
由 Behdad Esfahbod 提交于
Maybe I should disable C++11 detection such that my compiler also catches these. Doesn't look like we can switch to it for a while anyway...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-