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. 27 6月, 2019 1 次提交
  7. 11 5月, 2019 1 次提交
  8. 11 4月, 2019 1 次提交
  9. 13 2月, 2019 1 次提交
  10. 06 11月, 2018 1 次提交
  11. 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
  12. 27 10月, 2018 1 次提交
  13. 18 10月, 2018 1 次提交
    • E
      [ubsan] Use unsigned int instead enum where needed (#1270) · 03e14413
      Ebrahim Byagowi 提交于
      Actually the check is right,
      
      On -myanmar.hh, on that particular switch, OT_C is indic_category_t
      but OT_D is myanmar_category_t so we are mixing the types in one variable.
      
      And on -arabic.cc, step can goes one number higher than step_t enum in the
      loop so we are actually using it as an unsinged int.
      03e14413
  14. 12 10月, 2018 1 次提交
  15. 10 10月, 2018 1 次提交
  16. 02 10月, 2018 3 次提交
  17. 30 9月, 2018 1 次提交
  18. 27 9月, 2018 1 次提交
  19. 25 9月, 2018 2 次提交
    • B
      Remove F_COMBINE · 70136a78
      Behdad Esfahbod 提交于
      Now I wonder if any bots will be unhappy we calling | in static const initializations...
      Or would that cost runtime init?  Our tests don't detect any..
      70136a78
    • B
      Some more · f048ead8
      Behdad Esfahbod 提交于
      f048ead8
  20. 26 8月, 2018 1 次提交
  21. 09 8月, 2018 1 次提交
  22. 16 7月, 2018 1 次提交
  23. 10 7月, 2018 1 次提交
  24. 12 4月, 2018 1 次提交
  25. 05 1月, 2018 1 次提交
  26. 21 11月, 2017 1 次提交
  27. 09 11月, 2017 1 次提交
  28. 07 11月, 2017 1 次提交
  29. 04 11月, 2017 1 次提交
  30. 28 10月, 2017 1 次提交
  31. 20 10月, 2017 1 次提交
  32. 15 10月, 2017 1 次提交
  33. 07 10月, 2017 1 次提交
  34. 04 10月, 2017 1 次提交
  35. 11 8月, 2017 1 次提交
  36. 15 7月, 2017 1 次提交
  37. 19 6月, 2017 1 次提交