You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support for VS2010 and VS2015. - Apply to 2.7.11, 2.7.12 and 2.7.14. See `PythonApplyPatches.cmake <https://github.com/python-cmake-buildsystem/python-cmake-buildsystem/blob/master/cmake/PythonApplyPatches.cmake>`_
45
+
* Support for VS2010 and VS2015.
46
+
* Support for MinGW (building ``socket`` and ``ctypes`` modules is not supported).
@@ -77,3 +87,12 @@ mentions that if code is going to end up in Python or the standard library,
77
87
the PSF will require you to license code under "Academic Free License" or
78
88
"Apache License 2.0".
79
89
90
+
How are the patches applied ?
91
+
.............................
92
+
93
+
Patches associated with a given branches are generated using the ``git format-patch`` command and
94
+
added to the relevant sub-directories of the ``python-cmake-buildsystem`` project. These are then
95
+
automatically applied are configuration time using the `PythonApplyPatches <https://github.com/python-cmake-buildsystem/python-cmake-buildsystem/blob/master/cmake/PythonApplyPatches.cmake>`_ CMake module.
96
+
97
+
Read more details at `python-cmake-buildsystem/patches/README.rst <https://github.com/python-cmake-buildsystem/python-cmake-buildsystem/tree/master/patches>`_.
0 commit comments