1. 15 2月, 2018 5 次提交
  2. 14 2月, 2018 8 次提交
  3. 13 2月, 2018 4 次提交
  4. 12 2月, 2018 3 次提交
  5. 11 2月, 2018 1 次提交
  6. 09 2月, 2018 1 次提交
  7. 08 2月, 2018 1 次提交
  8. 05 2月, 2018 2 次提交
  9. 19 1月, 2018 1 次提交
  10. 11 1月, 2018 1 次提交
  11. 05 1月, 2018 1 次提交
  12. 04 1月, 2018 1 次提交
  13. 15 11月, 2017 2 次提交
  14. 12 10月, 2017 1 次提交
  15. 07 10月, 2017 1 次提交
  16. 17 4月, 2017 1 次提交
  17. 05 4月, 2017 2 次提交
  18. 09 2月, 2017 1 次提交
  19. 21 1月, 2017 1 次提交
  20. 26 2月, 2016 1 次提交
  21. 25 2月, 2016 1 次提交
    • 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