1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 21 10月, 2018 1 次提交
  4. 16 10月, 2018 1 次提交
  5. 12 10月, 2018 1 次提交
  6. 10 10月, 2018 2 次提交
    • B
      [ft] Use mutex to lock access to FT_Face · be2f148d
      Behdad Esfahbod 提交于
      Makes our FT-backed hb_font_t safe to use from multiple threads.  Still,
      the underlying FT_Face should NOT be used from other threads by client
      or other libraries.
      
      Maybe I add a lock()/unlock() public API ala PangoFT2 and cairo-ft.
      Maybe not.
      be2f148d
    • B
      Fix warning · 9f79365c
      Behdad Esfahbod 提交于
      How come this one is not generated by clang everything bot?!
      
      ../../../test/api/test-multithread.c:37:26: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
       static char *font_path = "fonts/Inconsolata-Regular.abc.ttf";
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../../test/api/test-multithread.c:38:21: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
      9f79365c
  7. 07 10月, 2018 1 次提交
  8. 04 10月, 2018 1 次提交
  9. 03 10月, 2018 1 次提交
  10. 02 10月, 2018 1 次提交
  11. 01 10月, 2018 2 次提交
  12. 29 9月, 2018 3 次提交
  13. 28 9月, 2018 5 次提交
  14. 27 9月, 2018 4 次提交