Skip to content
  1. Jun 18, 2019
  2. Apr 06, 2019
  3. Oct 20, 2017
  4. May 10, 2017
    • Chun-wei Fan's avatar
      win32/replace.py: Fix replacing items in files with UTF-8 content · 9c477680
      Chun-wei Fan authored
      Some files that this script will process might have UTF-8 items in
      there, which can cause problems on Python 3.x as it is more strict and
      careful on unicode issues.  Fix this by:
      
      -Doing what we did before on Python 2.x
      -Opening the file with encoding='utf-8' on Python 3.x
      9c477680
  5. Apr 16, 2017
  6. Apr 06, 2017
  7. Mar 26, 2017
  8. Mar 03, 2017
    • Chun-wei Fan's avatar
      Visual Studio builds: Generate .pc files · 37836394
      Chun-wei Fan authored
      Generate and copy the libcroco-0.6.pc during the "install" stage of the
      build, when a Python installation is found at the configured location in
      croco-version-paths.[vsprops|props].
      
      Also fix the 201x "install" project as a "'" is missed, and clean up
      things a bit.
      37836394
  9. Mar 01, 2017
  10. Feb 23, 2017
    • Chun-wei Fan's avatar
      Visual Studio builds: Move projects to win32/ · 2fc527d6
      Chun-wei Fan authored
      This enables us to go one less layer down the tree to reach the projects and
      allows the autotools modules Makefile-newvs.am and Makefile.msvcproj be in
      sync with the latest ones in GLib master.
      2fc527d6
  11. Feb 15, 2017
    • Chun-wei Fan's avatar
      Visual Studio builds: Support Visual Studio 2017 · abe78893
      Chun-wei Fan authored
      This updates the autotools scripts so that we can support Visual Studio 2017
      by copying the 2010 projects and update items in there as needed.
      
      Note that the format of the toolset version string changed for Visual Studio
      2017, so allow a custom toolset version string to be passed in and used,
      otherwise the platform toolset string is generated as before.
      
      Note also that Visual Studio 2017 aims to be compatible with 2015 on the
      CRT level, so one should be able to use 2017-built binaries with 2015-built
      binaries without problems.
      abe78893
  12. Oct 19, 2016
    • Chun-wei Fan's avatar
      Remove croco-install.props's during re-generation · 6c9dfc4b
      Chun-wei Fan authored
      This is to ensure the changes in the generated
      build/win32/vs10/croco-install.props are applied in
      build/win32/vs[11|12|14] as well.
      6c9dfc4b
    • Chun-wei Fan's avatar
      build/: Force MSVC project file generation on Makefile.am changes · f5db6c6e
      Chun-wei Fan authored
      Make the Makefile.am targets for generating the Visual Studio projects re-generate the
      project files and the header listings whenever the Makefile.am's that include
      build/Makefile.msvcproj changes, so that whenever a source/header is added, they will
      be reflected in the projects and in the property sheets that are used to copy the
      headers.
      
      Also ensure that these are applied to the vs11, vs12 and vs14 projects when this
      happens, as they are copied and processed from the Visual Studio 2010 projects.
      f5db6c6e
  13. Jun 23, 2016
  14. Dec 17, 2015
  15. Dec 16, 2015
  16. Dec 15, 2015
  17. Dec 13, 2015
  18. Nov 01, 2015
  19. Oct 31, 2015