1. 14 9月, 2018 1 次提交
  2. 13 9月, 2018 1 次提交
  3. 12 9月, 2018 1 次提交
  4. 11 9月, 2018 5 次提交
  5. 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
  6. 01 9月, 2018 1 次提交
  7. 26 8月, 2018 1 次提交
  8. 23 7月, 2018 1 次提交
  9. 03 7月, 2018 1 次提交
  10. 01 7月, 2018 1 次提交
  11. 09 5月, 2018 1 次提交
  12. 11 4月, 2018 1 次提交
  13. 23 3月, 2018 1 次提交
  14. 24 2月, 2018 2 次提交
  15. 21 2月, 2018 1 次提交
  16. 13 2月, 2018 1 次提交
  17. 11 2月, 2018 1 次提交
  18. 09 2月, 2018 2 次提交
  19. 08 2月, 2018 5 次提交
  20. 10 1月, 2018 1 次提交
  21. 15 11月, 2017 1 次提交
  22. 01 11月, 2017 3 次提交
  23. 11 10月, 2017 1 次提交
  24. 23 1月, 2017 1 次提交
  25. 22 2月, 2016 1 次提交
  26. 29 9月, 2015 1 次提交
  27. 26 2月, 2015 1 次提交
    • B
      Make sanitize() a const method · de2118ed
      Behdad Esfahbod 提交于
      This makes a lot of code safer.  We only try modifying the object in one
      place, after making sure it's safe to do so.  So, do a const_cast<> in
      that one place...
      de2118ed
  28. 13 12月, 2014 1 次提交