Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython: Add labels Python2 and/or Python3 on tests | Marc Chevrier | 2023-06-29 | 1 | -2/+66 |
| | |||||
* | FindPython: Add tests for IronPython v3 | Marc Chevrier | 2023-06-29 | 1 | -24/+117 |
| | |||||
* | FindPython: add capability to select python version for the tests | Marc Chevrier | 2023-06-15 | 1 | -200/+219 |
| | |||||
* | FindPython: add support for Stable ABI | Marc Chevrier | 2022-11-29 | 1 | -0/+30 |
| | | | | Fixes: #24141 | ||||
* | FindPython: fix error on multiple queries with different COMPONENTS | Marc Chevrier | 2022-06-27 | 1 | -0/+13 |
| | | | | | Ensure that multiple queries with different COMPONENTS specified in different sub-directories are fully supported. | ||||
* | FindPython: Adds control over artifact names to search | Marc Chevrier | 2020-11-03 | 1 | -0/+12 |
| | | | | Fixes: #21371 | ||||
* | FindPython: Add version range support | Marc Chevrier | 2020-09-30 | 1 | -0/+104 |
| | | | | Fixes: #21107 | ||||
* | Merge branch 'backport-3.17-FindPython-check-specified-version' into ↵ | Marc Chevrier | 2020-05-07 | 1 | -0/+93 |
|\ | | | | | | | FindPython-check-specified-version | ||||
| * | FindPython: ensure any specified version is correctly handled | Marc Chevrier | 2020-05-07 | 1 | -0/+93 |
| | | | | | | | | Fixes: #20674 | ||||
* | | FindPython: Add support for 'PyPy' | Marc Chevrier | 2020-05-01 | 1 | -0/+105 |
| | | |||||
* | | FindPython: Add capability to specify Python implementations | Marc Chevrier | 2020-04-28 | 1 | -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 King | 2020-04-24 | 1 | -3/+67 |
|\ \ | |/ | | | | | | | | | | | f39da773ee FindPython: fix python compiler validation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4655 | ||||
| * | FindPython: fix python compiler validation | Marc Chevrier | 2020-04-23 | 1 | -3/+67 |
| | | | | | | | | | | | | | | Ensure also the cache of properties is erased in case of multiple searches. Fixes: #20626, #20627 | ||||
* | | FindPython: add sub-components to Development component | Marc Chevrier | 2020-04-16 | 1 | -1/+22 |
| | | | | | | | | Fixes: #20425 | ||||
* | | Merge topic 'FindPython-version-validation-fix' | Brad King | 2020-03-18 | 1 | -3/+53 |
|\ \ | |/ | | | | | | | | | | | cc7f116cb4 FindPython: fix regression on version validation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4492 | ||||
| * | FindPython: fix regression on version validation | Marc Chevrier | 2020-03-17 | 1 | -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 Chevrier | 2020-03-05 | 1 | -0/+29 |
|/ | | | | Fixes: #20362 | ||||
* | FindPython: Add variable Python_SOABI | Marc Chevrier | 2020-01-09 | 1 | -0/+28 |
| | | | | | | This variable holds the standard extension suffix for modules. Fixes: #20150 | ||||
* | FindPython: Extend virtual environment handling by considering conda | Sebastian Müller | 2019-12-21 | 1 | -0/+13 |
| | | | | | | - Add functionality to recognize and use CONDA_PREFIX environment variable - Add tests for conda virtual environments - Fixes: #20111 | ||||
* | FindPython: customize failure message | Marc Chevrier | 2019-11-01 | 1 | -0/+14 |
| | |||||
* | FindPython: Add capability to specify directly artifacts | Marc Chevrier | 2019-09-02 | 1 | -0/+13 |
| | | | | Fixes: #19492 | ||||
* | FindPython: Implement lookup strategies. | Marc Chevrier | 2019-05-21 | 1 | -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 modules | Marc Chevrier | 2019-05-07 | 1 | -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 Chevrier | 2019-04-03 | 1 | -0/+11 |
| | | | | Fixes: #19097 | ||||
* | FindPython: Introduce NumPy component | Hiroshi Miura | 2019-01-24 | 1 | -63/+88 |
| | | | | | Fixes: #18678 Signed-off-by: Hiroshi Miura <miurahr@linux.com> | ||||
* | FindPython*: New implementation for Python stuff | Marc Chevrier | 2018-03-20 | 1 | -0/+69 |
Fixes: #16142 |