1. 10 7月, 2018 2 次提交
  2. 08 5月, 2018 1 次提交
  3. 31 3月, 2018 1 次提交
  4. 27 3月, 2018 1 次提交
  5. 24 3月, 2018 1 次提交
  6. 17 3月, 2018 2 次提交
  7. 14 3月, 2018 2 次提交
  8. 13 3月, 2018 3 次提交
    • C
      CMake: Fix utility program installation · 7c43adab
      Chun-wei Fan 提交于
      Put in the utility program that was missed in installation by replacing
      the one that was duplicated.
      7c43adab
    • C
      CMake: Fix introspection on Windows · e9b8002a
      Chun-wei Fan 提交于
      The list of source files to pass to g-ir-scanner is becoming too
      long for Windows, as Windows imposes a 8192-character limit for command
      lines, so we need to first transform that list into a listings file, and
      then use the --filelist option for g-ir-scanner to build the
      introspection files.
      e9b8002a
    • C
      configure.ac/CMake: Check for round() and stdbool.h · 89dbabff
      Chun-wei Fan 提交于
      Not all the compilers that HarfBuzz is buildable on supports round() and
      has the header stdbool.h, so we check for them and define HAVE_ROUND and
      HAVE_STDBOOL_H repsectively in our CFLAGS so that we include them only
      when they are found, or use fallback implementations when necessary.
      
      Also include FindPythonInterp earlier as we need PYTHON_EXECUTABLE to be
      set for running the tests.
      89dbabff
  9. 28 2月, 2018 1 次提交
  10. 27 2月, 2018 1 次提交
  11. 24 2月, 2018 2 次提交
  12. 19 2月, 2018 1 次提交
  13. 12 2月, 2018 1 次提交
  14. 11 2月, 2018 1 次提交
  15. 09 2月, 2018 3 次提交
  16. 05 2月, 2018 1 次提交
  17. 03 2月, 2018 1 次提交
  18. 30 1月, 2018 1 次提交
  19. 25 1月, 2018 1 次提交
  20. 23 1月, 2018 1 次提交
  21. 22 1月, 2018 1 次提交
  22. 19 1月, 2018 1 次提交
  23. 17 1月, 2018 2 次提交
  24. 16 1月, 2018 1 次提交
  25. 11 1月, 2018 2 次提交
  26. 10 1月, 2018 1 次提交
  27. 09 1月, 2018 1 次提交
  28. 05 1月, 2018 1 次提交
  29. 04 1月, 2018 2 次提交