1. 22 11月, 2018 10 次提交
  2. 16 11月, 2018 2 次提交
  3. 14 11月, 2018 1 次提交
  4. 13 11月, 2018 3 次提交
  5. 12 11月, 2018 3 次提交
  6. 11 11月, 2018 2 次提交
  7. 06 11月, 2018 1 次提交
  8. 30 10月, 2018 4 次提交
  9. 27 10月, 2018 1 次提交
  10. 26 10月, 2018 1 次提交
  11. 24 10月, 2018 1 次提交
  12. 20 10月, 2018 1 次提交
  13. 19 10月, 2018 1 次提交
  14. 18 10月, 2018 2 次提交
  15. 13 10月, 2018 1 次提交
    • B
      [sanitize] Reorder condition to silence bogus gcc warning · e9f9c0d8
      Behdad Esfahbod 提交于
      Was givin a dozen of:
      
      ../../src/hb-machinery.hh: In member function ‘bool AAT::ankr::sanitize(hb_sanitize_context_t*) const’:
      ../../src/hb-machinery.hh:307:23: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations]
           bool ok = --this->max_ops > 0 &&
                     ~~~~~~~~~~~~~~~~~~~~~~
              this->start <= p &&
              ~~~~~~~~~~~~~~~~~~~
              p <= this->end &&
              ~~~~~~~~~~~~~~~^~
              (unsigned int) (this->end - p) >= len;
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      I believe those are bogus, but this silences them and does not introduce
      logic issues I believe.
      e9f9c0d8
  16. 11 10月, 2018 1 次提交
  17. 10 10月, 2018 3 次提交
  18. 06 10月, 2018 1 次提交
  19. 17 9月, 2018 1 次提交