1. 16 8月, 2017 1 次提交
    • E
      Fix signed/unsigned warning (#522) · 91770e1c
      Emil A Eklund (eae) 提交于
      Change hb_buffer_diff to explicitly cast result of abs to unsigned when
      comparing with position_fuzz to avoid unsafe signed/unsigned comparions
      warnings on windows.
      91770e1c
  2. 15 8月, 2017 1 次提交
  3. 12 8月, 2017 5 次提交
  4. 11 8月, 2017 5 次提交
  5. 19 6月, 2017 1 次提交
  6. 20 7月, 2016 1 次提交
  7. 29 6月, 2016 1 次提交
  8. 25 2月, 2016 3 次提交
    • B
      Speed up buffer variable allocation sanity check · 0c7fb741
      Behdad Esfahbod 提交于
      This makes defining HB_NDEBUG much less relevant, to the
      point of irrelevance.  Sorry about all the fuss in previous
      release!
      0c7fb741
    • B
      Add HB_NDEBUG · 91dd1156
      Behdad Esfahbod 提交于
      API changes:
      - If NDEBUG is defined, define HB_NDEBUG
      - Disable costlier sanity checks if HB_NDEBUG is defined.
      
      In 1.2.3 introduced some code to disable costly sanity checks if
      NDEBUG is defined.  NDEBUG, however, disables all assert()s as
      well.  With HB_NDEBUG, one can disable costlier checks but keep
      assert()s.
      
      I'll probably add a way to define HB_NDEBUG automatically in
      release tarballs.  But for now, production systems that do NOT
      define NDEBUG, are encouraged to define HB_NDEBUG for our build.
      91dd1156
    • B
      Disable internal buffer variable bookkeeping in NDEBUG builds · 98816502
      Behdad Esfahbod 提交于
      Saves some sweet time and binary size!
      98816502
  9. 19 2月, 2016 1 次提交
  10. 02 1月, 2016 1 次提交
  11. 31 12月, 2015 1 次提交
  12. 30 12月, 2015 3 次提交
  13. 19 12月, 2015 1 次提交
  14. 27 11月, 2015 1 次提交
  15. 20 11月, 2015 1 次提交
  16. 06 11月, 2015 2 次提交
  17. 05 11月, 2015 1 次提交
  18. 03 9月, 2015 1 次提交
  19. 01 9月, 2015 2 次提交
  20. 22 7月, 2015 2 次提交
  21. 20 6月, 2015 1 次提交
  22. 01 6月, 2015 1 次提交
  23. 01 5月, 2015 1 次提交
  24. 11 4月, 2015 2 次提交