Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython: Add support for free threaded python | Marc Chevrier | 2024-06-04 | 1 | -0/+5 |
| | | | | Fixes: #26016 | ||||
* | FindPython: On Windows, Enhance python debug version support | Marc Chevrier | 2024-05-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Add the following variables: * Python_EXECUTABLE_DEBUG * Python_INTERPRETER * Python_DEBUG_POSTFIX and target Python::InterpreterDebug. python_add_library() command Manage DEBUG_POSTFIX target property based on the value of Python_DEBUG_POSTFIX variable. Fixes: #25874 | ||||
* | Tests: Bump CMake minimum required version in find-module tests to 3.5 | Brad King | 2023-03-08 | 1 | -1/+1 |
| | | | | | CMake 3.27 deprecates compatibility with CMake < 3.5. Update find module tests to avoid the deprecation warning. | ||||
* | FindPython: Tests optimizations | Marc Chevrier | 2020-10-01 | 1 | -5/+5 |
| | | | | | * Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording | ||||
* | FindPython: add sub-components to Development component | Marc Chevrier | 2020-04-16 | 1 | -0/+9 |
| | | | | Fixes: #20425 | ||||
* | FindPython: Add possibility to control scope of artifacts. | Marc Chevrier | 2020-03-05 | 1 | -3/+3 |
| | | | | Fixes: #20362 | ||||
* | FindPython: add Python_FIND_ABI hint. | Marc Chevrier | 2019-06-24 | 1 | -0/+53 |
| | | | | This variable will enable to specify will ABIs will be searched. | ||||
* | FindPython*: Manage weak link for Python modules | Marc Chevrier | 2019-05-07 | 1 | -0/+3 |
| | | | | | | | Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100 | ||||
* | FindPython: Support script mode | Kyle Edwards | 2019-01-23 | 1 | -0/+4 |
| | | | | Fixes: #18827 | ||||
* | FindPython: Test existence of imported targets | Kyle Edwards | 2019-01-23 | 1 | -0/+8 |
| | |||||
* | FindPython*: New implementation for Python stuff | Marc Chevrier | 2018-03-20 | 1 | -0/+22 |
Fixes: #16142 |