1. 13 11月, 2018 5 次提交
  2. 12 11月, 2018 6 次提交
  3. 11 11月, 2018 2 次提交
  4. 06 11月, 2018 1 次提交
  5. 04 11月, 2018 1 次提交
  6. 28 10月, 2018 1 次提交
  7. 27 10月, 2018 3 次提交
  8. 20 10月, 2018 1 次提交
  9. 26 8月, 2018 1 次提交
  10. 09 8月, 2018 1 次提交
  11. 06 8月, 2018 1 次提交
  12. 10 7月, 2018 1 次提交
  13. 04 11月, 2017 1 次提交
  14. 15 10月, 2017 1 次提交
  15. 02 10月, 2017 1 次提交
  16. 10 8月, 2017 1 次提交
  17. 18 4月, 2017 1 次提交
    • C
      Fix clang -Wcomma warnings (#471) (#472) · aacca375
      Chris Peterson 提交于
      clang's new -Wcomma compiler option warns about possible misuse of the
      comma operator such as between two statements.
      
      hb-common.cc:190:9 [-Wcomma] possible misuse of comma operator here
      hb-ot-layout-gsubgpos-private.hh:345:30 [-Wcomma] possible misuse of
      comma operator here
      hb-shape-plan.cc:438:26 [-Wcomma] possible misuse of comma operator here
      aacca375
  18. 04 2月, 2017 1 次提交
  19. 17 12月, 2016 1 次提交
  20. 27 8月, 2016 1 次提交
  21. 02 10月, 2015 2 次提交
  22. 01 6月, 2015 1 次提交
  23. 10 4月, 2015 1 次提交
    • B
      Relax inert checks · eb0bf3ae
      Behdad Esfahbod 提交于
      Previously, when creating an object from inert inputs (eg:
      "hb_font_create(hb_face_get_empty())") we returned the inert
      empty object.  This is not helpful as there are legitimate
      usecases to do that.
      
      We now never return the inert object unless allocation failed.
      
      Tests are revised to reflect.
      eb0bf3ae
  24. 13 8月, 2014 4 次提交