1. 30 1月, 2018 1 次提交
  2. 25 1月, 2018 1 次提交
  3. 23 1月, 2018 1 次提交
  4. 22 1月, 2018 1 次提交
  5. 19 1月, 2018 1 次提交
  6. 17 1月, 2018 2 次提交
  7. 16 1月, 2018 1 次提交
  8. 11 1月, 2018 2 次提交
  9. 10 1月, 2018 1 次提交
  10. 09 1月, 2018 1 次提交
  11. 05 1月, 2018 1 次提交
  12. 04 1月, 2018 2 次提交
  13. 30 12月, 2017 1 次提交
  14. 26 12月, 2017 1 次提交
  15. 06 12月, 2017 1 次提交
  16. 21 11月, 2017 1 次提交
  17. 19 10月, 2017 1 次提交
    • C
      CMake builds: Support introspection builds · 41b18251
      Chun-wei Fan 提交于
      This adds support for introspection builds on Windows that is enabled by
      the HB_HAVE_INTROSPECTION option, which will also enable HB_HAVE_GOBJECT
      (and so HB_HAVE_GLIB) as they are required for introspection.
      
      In order for this to work one must ensure that the Python installation
      listed in PYTHON_EXECUTABLE is the same Python release series that was
      used to build _giscanner.pyd (the Python module that is used by
      g-ir-scanner), with the same architecture.  PKG_CONFIG_PATH and PATH
      must be set correctly if $(PREFIX)\bin and/or $(PREFIX)\lib\pkgconfig
      are not in the standard PATH and PKG_CONFIG_PATH, which is actually
      in-line with the *NIX builds.
      41b18251
  18. 18 10月, 2017 2 次提交
    • C
      CMake: Support building HarfBuzz-GObject · 53db2212
      Chun-wei Fan 提交于
      This adds support to the CMake build files to support building
      HarfBuzz-GObject, which is actually a little bit complicated,
      as we need to:
      
      -Run glib-mkenums, which is a Python (for newer GLib/GObject) or PERL
       (for older, pre 2.53.4, GLib/GObject) script.  This matters more for
       Visual Studio builds as shebang lines are not supported, so we need to
       test-run it with PERL or Python to determine which is the correct
       interpretor to use.
      
      -Next, we need to replace strings in the sources that we obtain from
       running glib-mkenums.  So, the solution here is to use a small utility
       CMake script for our purposes here, to maintain maximum compatibility.
      
      -Ensure that things do work in the Visual Studio IDE builds.
      53db2212
    • C
      CMake builds: Fix builds · 162575f2
      Chun-wei Fan 提交于
      Include the fallback sources in the build, and update
      src/Makefile.sources so that it can be read by the CMake build files.
      
      Fix a typo in the DirectWrite configure option so that we can properly
      enable DirectWrite builds.
      
      Also, when building the utility program, install them as well.
      162575f2
  19. 12 10月, 2017 1 次提交
  20. 19 6月, 2017 1 次提交
  21. 14 5月, 2017 1 次提交
  22. 05 5月, 2017 1 次提交
  23. 20 4月, 2017 1 次提交
  24. 17 4月, 2017 1 次提交
  25. 14 4月, 2017 3 次提交
  26. 13 4月, 2017 1 次提交
  27. 12 4月, 2017 2 次提交
  28. 05 4月, 2017 1 次提交
  29. 04 4月, 2017 1 次提交