1. 10 3月, 2022 1 次提交
  2. 21 12月, 2021 1 次提交
  3. 05 11月, 2021 1 次提交
  4. 11 3月, 2021 1 次提交
  5. 09 9月, 2020 1 次提交
  6. 22 6月, 2019 1 次提交
  7. 11 6月, 2019 2 次提交
  8. 18 5月, 2019 1 次提交
  9. 08 5月, 2019 1 次提交
  10. 06 4月, 2019 1 次提交
  11. 18 1月, 2019 1 次提交
  12. 15 1月, 2019 1 次提交
  13. 18 12月, 2018 1 次提交
  14. 13 11月, 2018 1 次提交
    • K
      Don't use Win32 API on Cygwin · eee5b5ed
      Ken Brown 提交于
      Cygwin is a Posix platform to the extent possible.  It should use the
      Posix API except in special circumstances.
      eee5b5ed
  15. 11 11月, 2018 2 次提交
  16. 04 11月, 2018 2 次提交
  17. 27 10月, 2018 3 次提交
  18. 20 10月, 2018 1 次提交
  19. 15 10月, 2018 1 次提交
  20. 01 10月, 2018 1 次提交
  21. 27 9月, 2018 1 次提交
  22. 23 9月, 2018 1 次提交
  23. 26 8月, 2018 1 次提交
  24. 06 8月, 2018 1 次提交
  25. 10 7月, 2018 1 次提交
  26. 04 7月, 2018 1 次提交
  27. 03 7月, 2018 1 次提交
  28. 01 7月, 2018 1 次提交
  29. 28 6月, 2018 2 次提交
  30. 27 6月, 2018 2 次提交
  31. 26 6月, 2018 2 次提交
  32. 19 6月, 2018 1 次提交
    • E
      Support pipe and friends on hb_blob_create_from_file (#1061) · 941f2b85
      Ebrahim Byagowi 提交于
      With this hb-view/hb-shape support pipes and possibly socket and named pipe
      also, anything fails just on mmap.
      
      We can later do the same for Windows also.
      
      This however reveals two issues, the fact most of our bots don't have HAVE_MMAP and using
      this instead the other fread/fopen reader can make failure on CI. I should look at them separately
      this change however is very low risk I believe.
      941f2b85