aboutsummaryrefslogtreecommitdiff
path: root/find-modules/FindPythonModuleGeneration.cmake
AgeCommit message (Expand)Author
2021-10-05Fix ECM on systems without PyQt5 on Python 2Nyan Pasu
2021-09-25python: Bump maximum version for Python 3 module generator check.Michael Pyne
2021-04-23Modules docs: move rst docs into bracket commentsFriedrich W. H. Kossebau
2020-06-14extra-cmake-modules: Convert to SPDX license statementsAndreas Cord-Landwehr
2019-12-15Support PyQt5 compiled with SIP 5Antonio Rojas
2018-10-28Bindings: Support using sys paths for python install directoryStefan Brüns
2018-10-16Bindings: Remove INSTALL_DIR_SUFFIX from ecm_generate_python_bindingStefan Brüns
2018-09-30Compile python bindings with the same sip flags used by PyQtv5.51.0-rc1v5.51.0Antonio Rojas
2018-09-20Python bindings: use cmake_parse_arguments, fix documentationStefan Brüns
2018-09-07Fix minor EBN issuesYuri Chornoivan
2018-08-31Bindings: Check if bindings can be generated for a specific python versionStefan Brüns
2018-08-31Bindings: Use python version matching the found clang python moduleStefan Brüns
2018-08-25Bindings: Add support for scoped enumsStefan Brüns
2018-08-18Bindings: Check for libclang without version suffix alsoStefan Brüns
2017-09-03Fix python bindings compilation after 7af93dd23873d0b9cdbac192949e7e5114940aa6Antonio Rojas
2017-04-03FindPyModGen: Also search for an unversioned clang++Heiko Becker
2017-01-15Bindings: Use installed python modules if making a dependent moduleStephen Kelly
2017-01-15Bindings: Output all python bindings in the same build locationStephen Kelly
2017-01-15Bindings: Make the module name part of the test nameStephen Kelly
2017-01-13Bindings: Add a script to generate __init__.py file for bindingsStephen Kelly
2017-01-13Bindings: Fix logic for finding the clang driverStephen Kelly
2017-01-13Bindings: Try to find libclang4 before trying to find libclang3Stephen Kelly
2017-01-13Bindings: Determine the clang suffix from the filename if cachedStephen Kelly
2017-01-13Bindings: Make it possible to customise the installation directoryStephen Kelly
2017-01-11Explicitly pass -std=gnu++14 to clang when generating bindingsStephen Kelly
2017-01-04Fix message when searching for libclang.Adriaan de Groot
2016-11-07Print path to Qtcoremod.sip file if there is a problemStephen Kelly
2016-10-31Add the PythonModuleGeneration moduleStephen Kelly