1. 09 9月, 2020 1 次提交
  2. 16 8月, 2019 2 次提交
  3. 03 7月, 2019 3 次提交
  4. 27 6月, 2019 1 次提交
  5. 24 4月, 2019 1 次提交
  6. 12 3月, 2019 2 次提交
  7. 17 12月, 2018 1 次提交
  8. 30 11月, 2018 1 次提交
  9. 04 11月, 2018 1 次提交
  10. 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
  11. 27 10月, 2018 2 次提交
  12. 02 10月, 2018 2 次提交
  13. 30 9月, 2018 1 次提交
    • B
      [indic/khmer] Remove use of global constructors · b1e07e1e
      Behdad Esfahbod 提交于
      Alternative woul have been to resurrect F_COMBINE that I removed in
      70136a78
      
      But this does it for now.  I'm not sure why check-static-inits.sh didn't
      catch this before.  Clang -Weverything bot did:
      
        CXX      libharfbuzz_la-hb-ot-shape-complex-indic.lo
      hb-ot-shape-complex-indic.cc:99:1: warning: declaration requires a global constructor [-Wglobal-constructors]
      indic_features[] =
      ^
      1 warning generated.
        CXX      libharfbuzz_la-hb-ot-shape-complex-khmer.lo
      hb-ot-shape-complex-khmer.cc:36:1: warning: declaration requires a global constructor [-Wglobal-constructors]
      khmer_features[] =
      ^
      1 warning generated.
      b1e07e1e
  14. 25 9月, 2018 3 次提交
  15. 24 9月, 2018 1 次提交
  16. 26 8月, 2018 1 次提交
  17. 01 8月, 2018 5 次提交
  18. 30 6月, 2018 1 次提交
  19. 06 6月, 2018 1 次提交
  20. 01 6月, 2018 1 次提交
  21. 12 4月, 2018 1 次提交
  22. 14 2月, 2018 2 次提交
  23. 06 1月, 2018 5 次提交