index
:
extra-cmake-modules.git
hurd
master
hurd extra-cmake-modules.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
find-modules
/
FindPythonModuleGeneration.cmake
Age
Commit message (
Expand
)
Author
2021-10-05
Fix ECM on systems without PyQt5 on Python 2
Nyan Pasu
2021-09-25
python: Bump maximum version for Python 3 module generator check.
Michael Pyne
2021-04-23
Modules docs: move rst docs into bracket comments
Friedrich W. H. Kossebau
2020-06-14
extra-cmake-modules: Convert to SPDX license statements
Andreas Cord-Landwehr
2019-12-15
Support PyQt5 compiled with SIP 5
Antonio Rojas
2018-10-28
Bindings: Support using sys paths for python install directory
Stefan Brüns
2018-10-16
Bindings: Remove INSTALL_DIR_SUFFIX from ecm_generate_python_binding
Stefan Brüns
2018-09-30
Compile python bindings with the same sip flags used by PyQt
v5.51.0-rc1
v5.51.0
Antonio Rojas
2018-09-20
Python bindings: use cmake_parse_arguments, fix documentation
Stefan Brüns
2018-09-07
Fix minor EBN issues
Yuri Chornoivan
2018-08-31
Bindings: Check if bindings can be generated for a specific python version
Stefan Brüns
2018-08-31
Bindings: Use python version matching the found clang python module
Stefan Brüns
2018-08-25
Bindings: Add support for scoped enums
Stefan Brüns
2018-08-18
Bindings: Check for libclang without version suffix also
Stefan Brüns
2017-09-03
Fix python bindings compilation after 7af93dd23873d0b9cdbac192949e7e5114940aa6
Antonio Rojas
2017-04-03
FindPyModGen: Also search for an unversioned clang++
Heiko Becker
2017-01-15
Bindings: Use installed python modules if making a dependent module
Stephen Kelly
2017-01-15
Bindings: Output all python bindings in the same build location
Stephen Kelly
2017-01-15
Bindings: Make the module name part of the test name
Stephen Kelly
2017-01-13
Bindings: Add a script to generate __init__.py file for bindings
Stephen Kelly
2017-01-13
Bindings: Fix logic for finding the clang driver
Stephen Kelly
2017-01-13
Bindings: Try to find libclang4 before trying to find libclang3
Stephen Kelly
2017-01-13
Bindings: Determine the clang suffix from the filename if cached
Stephen Kelly
2017-01-13
Bindings: Make it possible to customise the installation directory
Stephen Kelly
2017-01-11
Explicitly pass -std=gnu++14 to clang when generating bindings
Stephen Kelly
2017-01-04
Fix message when searching for libclang.
Adriaan de Groot
2016-11-07
Print path to Qtcoremod.sip file if there is a problem
Stephen Kelly
2016-10-31
Add the PythonModuleGeneration module
Stephen Kelly