1. 10 3月, 2022 1 次提交
  2. 21 12月, 2021 1 次提交
  3. 05 11月, 2021 1 次提交
  4. 11 3月, 2021 1 次提交
  5. 09 9月, 2020 1 次提交
  6. 21 6月, 2019 1 次提交
    • B
      Fix build with -O0 · 7f3b409e
      Behdad Esfahbod 提交于
      message_impl was not defined.  That causes trouble if compiler didn't
      optimize the unreachable call out...
      7f3b409e
  7. 19 6月, 2019 1 次提交
  8. 06 6月, 2019 1 次提交
  9. 08 5月, 2019 1 次提交
  10. 22 1月, 2019 2 次提交
  11. 19 12月, 2018 1 次提交
  12. 18 12月, 2018 1 次提交
  13. 17 12月, 2018 1 次提交
  14. 30 10月, 2018 1 次提交
    • B
      Remove ASSERT_POD · 35d410f2
      Behdad Esfahbod 提交于
      Newer compilers / language allows structs with constructor in union.
      So, this was not actually testing anything.  Indeed, the recent
      change in DISALLOW_COPY *is* making some of our types non-POD.
      That broke some bots.
      
      Just remove this since it wasn't doing much, and I'd rather have
      DISALLOW_COPY.
      35d410f2
  15. 15 10月, 2018 1 次提交
  16. 10 10月, 2018 1 次提交
  17. 08 10月, 2018 1 次提交
  18. 04 10月, 2018 1 次提交
  19. 02 10月, 2018 1 次提交
  20. 30 9月, 2018 1 次提交
  21. 17 9月, 2018 2 次提交
  22. 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
  23. 26 8月, 2018 1 次提交
  24. 06 8月, 2018 1 次提交
  25. 10 7月, 2018 1 次提交
  26. 01 6月, 2018 1 次提交
  27. 18 2月, 2018 1 次提交
  28. 01 2月, 2018 1 次提交
  29. 12 1月, 2018 1 次提交
  30. 05 1月, 2018 1 次提交
  31. 15 11月, 2017 2 次提交
  32. 11 11月, 2017 1 次提交
  33. 01 11月, 2017 1 次提交
  34. 15 10月, 2017 1 次提交
  35. 15 8月, 2017 1 次提交
  36. 12 8月, 2017 1 次提交
  37. 11 8月, 2017 1 次提交