1. 17 9月, 2018 1 次提交
    • B
      Fix bots · 89dd4b95
      Behdad Esfahbod 提交于
      "Unused private member" warning turned error.  ugh.
      89dd4b95
  2. 16 9月, 2018 2 次提交
    • B
      Disallow null-enabled offsets to unsized structures... · 10642b3f
      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.
      10642b3f
    • B
      [morx] Respect default feature settings · 9ff76c60
      Behdad Esfahbod 提交于
      Does NOT apply user-selected features.  But at least now enables
      correct subtables.
      9ff76c60
  3. 15 9月, 2018 2 次提交
  4. 11 9月, 2018 2 次提交
  5. 26 8月, 2018 1 次提交
  6. 09 5月, 2018 1 次提交
  7. 03 5月, 2018 1 次提交
  8. 17 4月, 2018 1 次提交
  9. 12 4月, 2018 1 次提交
  10. 11 4月, 2018 2 次提交
  11. 26 3月, 2018 1 次提交
  12. 14 2月, 2018 2 次提交
  13. 11 2月, 2018 1 次提交
  14. 09 2月, 2018 1 次提交
  15. 08 2月, 2018 2 次提交
  16. 05 2月, 2018 6 次提交
  17. 20 1月, 2018 5 次提交
  18. 16 1月, 2018 1 次提交
  19. 15 1月, 2018 1 次提交
  20. 12 1月, 2018 6 次提交