summaryrefslogtreecommitdiff
path: root/Tests/FindPython/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* FindPython: add support for Stable ABIMarc Chevrier2022-11-291-0/+30
| | | | Fixes: #24141
* FindPython: fix error on multiple queries with different COMPONENTSMarc Chevrier2022-06-271-0/+13
| | | | | Ensure that multiple queries with different COMPONENTS specified in different sub-directories are fully supported.
* FindPython: Adds control over artifact names to searchMarc Chevrier2020-11-031-0/+12
| | | | Fixes: #21371
* FindPython: Add version range supportMarc Chevrier2020-09-301-0/+104
| | | | Fixes: #21107
* Merge branch 'backport-3.17-FindPython-check-specified-version' into ↵Marc Chevrier2020-05-071-0/+93
|\ | | | | | | FindPython-check-specified-version
| * FindPython: ensure any specified version is correctly handledMarc Chevrier2020-05-071-0/+93
| | | | | | | | Fixes: #20674
* | FindPython: Add support for 'PyPy'Marc Chevrier2020-05-011-0/+105
| |
* | FindPython: Add capability to specify Python implementationsMarc Chevrier2020-04-281-0/+23
| | | | | | | | | | | | | | | | Through hint Python_FIND_IMPLEMENTATIONS it is possble to specify, as an ordered list, which implementations must be searched for. Currently possible values are: * CPython * IronPython
* | Merge topic 'FindPython-fix-python-compiler-validation'Brad King2020-04-241-3/+67
|\ \ | |/ | | | | | | | | | | f39da773ee FindPython: fix python compiler validation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4655
| * FindPython: fix python compiler validationMarc Chevrier2020-04-231-3/+67
| | | | | | | | | | | | | | Ensure also the cache of properties is erased in case of multiple searches. Fixes: #20626, #20627
* | FindPython: add sub-components to Development componentMarc Chevrier2020-04-161-1/+22
| | | | | | | | Fixes: #20425
* | Merge topic 'FindPython-version-validation-fix'Brad King2020-03-181-3/+53
|\ \ | |/ | | | | | | | | | | cc7f116cb4 FindPython: fix regression on version validation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4492
| * FindPython: fix regression on version validationMarc Chevrier2020-03-171-3/+53
| | | | | | | | | | | | | | | | | | | | In commit 3dab4682f6 (FindPython: reduces consumption of resources, 2020-02-10, v3.17.0-rc1~11^2) we accidentally broke the python executable version validation when the "LOCATION" strategy is used with the plain `FindPython` module. Fix the logic and add test cases covering those combinations. Fixes: #20465
* | FindPython: Add possibility to control scope of artifacts.Marc Chevrier2020-03-051-0/+29
|/ | | | Fixes: #20362
* FindPython: Add variable Python_SOABIMarc Chevrier2020-01-091-0/+28
| | | | | | This variable holds the standard extension suffix for modules. Fixes: #20150
* FindPython: Extend virtual environment handling by considering condaSebastian Müller2019-12-211-0/+13
| | | | | | - Add functionality to recognize and use CONDA_PREFIX environment variable - Add tests for conda virtual environments - Fixes: #20111
* FindPython: customize failure messageMarc Chevrier2019-11-011-0/+14
|
* FindPython: Add capability to specify directly artifactsMarc Chevrier2019-09-021-0/+13
| | | | Fixes: #19492
* FindPython: Implement lookup strategies.Marc Chevrier2019-05-211-6/+26
| | | | | | | Configration variable Python_FIND_STRATEGY controls the lookup startegy. Possible values are LOCATION and VERSION. Fixes: #19159
* FindPython*: Manage weak link for Python modulesMarc Chevrier2019-05-071-0/+22
| | | | | | | Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100
* FindPython*: Add capability to control virtual env handling.Marc Chevrier2019-04-031-0/+11
| | | | Fixes: #19097
* FindPython: Introduce NumPy componentHiroshi Miura2019-01-251-63/+88
| | | | | Fixes: #18678 Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* FindPython*: New implementation for Python stuffMarc Chevrier2018-03-201-0/+69
Fixes: #16142