1. 18 12月, 2018 2 次提交
  2. 17 12月, 2018 1 次提交
  3. 14 12月, 2018 6 次提交
  4. 12 12月, 2018 3 次提交
  5. 24 11月, 2018 4 次提交
  6. 22 11月, 2018 1 次提交
  7. 16 11月, 2018 1 次提交
  8. 13 11月, 2018 1 次提交
  9. 31 10月, 2018 1 次提交
  10. 30 10月, 2018 3 次提交
  11. 29 10月, 2018 1 次提交
  12. 26 10月, 2018 3 次提交
  13. 20 10月, 2018 1 次提交
  14. 19 10月, 2018 1 次提交
  15. 13 10月, 2018 3 次提交
  16. 09 10月, 2018 1 次提交
    • M
      added CFF2 get_extents · b51418f5
      Michiharu Ariza 提交于
      added source hb-ot-cff2-table.cc
      augmented VariationData to return scalars
      misc bug fixes, renaming, cleanup
      b51418f5
  17. 17 9月, 2018 2 次提交
  18. 16 9月, 2018 1 次提交
    • 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
  19. 11 9月, 2018 2 次提交
  20. 08 9月, 2018 1 次提交
    • B
      Use enum instead of "static const" in class scope · fda994e1
      Behdad Esfahbod 提交于
      Technically, static const needs an out-of-class definition.  Eg:
      
        CXXLD    libharfbuzz-subset.la
      Undefined symbols for architecture x86_64:
        "OT::FeatureVariationRecord::min_size", referenced from:
            bool OT::GSUBGPOS::subset<OT::PosLookup>(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
            bool OT::GSUBGPOS::subset<OT::SubstLookup>(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
        "OT::Record<OT::LangSys>::min_size", referenced from:
            OT::Script::subset(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
        "OT::IntType<unsigned short, 2u>::min_size", referenced from:
            OT::Script::subset(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
            OT::RecordListOf<OT::Feature>::subset(hb_subset_context_t*) const  in libharfbuzz_subset_la-hb-subset.o
      ld: symbol(s) not found for architecture x86_64
      collect2: ld returned 1 exit status
      make[4]: *** [libharfbuzz-subset.la] Error 1
      make[3]: *** [all-recursive] Error 1
      make[2]: *** [all] Error 2
      make[1]: *** [all-recursive] Error 1
      make: *** [all] Error 2
      Exited with code 2
      fda994e1
  21. 07 9月, 2018 1 次提交