1. 10 3月, 2022 1 次提交
  2. 21 12月, 2021 2 次提交
  3. 05 11月, 2021 1 次提交
  4. 11 3月, 2021 1 次提交
  5. 09 9月, 2020 1 次提交
  6. 07 8月, 2019 1 次提交
  7. 16 7月, 2019 1 次提交
  8. 15 6月, 2019 1 次提交
    • M
      enable cff subset tests · 82d4bfb8
      Michiharu Ariza 提交于
      add Unicode UCS-4 cmap
      fix Unicode bits in OS/2
      add Unicode cmap sub-table in SourceHanSans-Regular_subset.otf
      regenerate cff subset test expected results
      82d4bfb8
  9. 28 5月, 2019 1 次提交
  10. 23 5月, 2019 1 次提交
  11. 22 5月, 2019 2 次提交
  12. 17 5月, 2019 1 次提交
  13. 03 5月, 2019 1 次提交
  14. 27 4月, 2019 1 次提交
  15. 06 4月, 2019 1 次提交
  16. 09 2月, 2019 1 次提交
  17. 05 2月, 2019 1 次提交
  18. 02 2月, 2019 2 次提交
  19. 30 1月, 2019 2 次提交
  20. 31 12月, 2018 2 次提交
    • C
      CircleCI: Test for Python 3 syntax errors and undefined names (#1522) · 26c5b54f
      cclauss 提交于
      Catch missing imports and errors like #1520 and #1521
      
      __E901,E999,F821,F822,F823__ are the "_showstopper_" [flake8](http://flake8.pycqa.org) issues that can halt the runtime with a SyntaxError, NameError, etc. Most other flake8 issues are merely "style violations" -- useful for readability but they do not effect runtime safety.
      * F821: undefined name `name`
      * F822: undefined name `name` in `__all__`
      * F823: local variable name referenced before assignment
      * E901: SyntaxError or IndentationError
      * E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree
      26c5b54f
    • B
      Fix automake warnings · 686e6f2e
      Behdad Esfahbod 提交于
      [skip ci]
      686e6f2e
  21. 30 12月, 2018 1 次提交
  22. 05 11月, 2018 1 次提交
  23. 09 10月, 2018 1 次提交
  24. 21 9月, 2018 1 次提交
  25. 20 9月, 2018 1 次提交
  26. 19 9月, 2018 1 次提交
  27. 25 6月, 2018 1 次提交
  28. 05 5月, 2018 2 次提交
  29. 01 5月, 2018 1 次提交
  30. 20 4月, 2018 1 次提交
  31. 29 3月, 2018 1 次提交
  32. 13 3月, 2018 1 次提交
    • C
      CMake: Fix running tests on Windows · eda6a5ea
      Chun-wei Fan 提交于
      For the API tests, output the test programs at $(TOP_BUILDDIR) so that
      the freshly-built DLLs will be available for the test programs.  For
      those that are run through the Python wrapper scripts, use
      ${PYTHON_EXECUTABLE} instead of plain 'python' in case the Python
      interpreter is not in the PATH.
      eda6a5ea
  33. 09 3月, 2018 2 次提交