Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython*: ensure correct architecture is selected. | Marc Chevrier | 2019-03-14 | 1 | -0/+7 |
| | | | | | | | | Ensure interpreter and libraries architecture matches CMake build configuration. Update documentation about interpreter constraints. Fixes: #19024 | ||||
* | FindPython: Introduce NumPy component | Hiroshi Miura | 2019-01-24 | 1 | -2/+11 |
| | | | | | Fixes: #18678 Signed-off-by: Hiroshi Miura <miurahr@linux.com> | ||||
* | FindPython: Support script mode | Kyle Edwards | 2019-01-23 | 1 | -4/+6 |
| | | | | Fixes: #18827 | ||||
* | FindPython*: fix erroneous handling of virtual environments | Marc Chevrier | 2018-10-02 | 1 | -0/+6 |
| | | | | fixes: #18408 | ||||
* | FindPython*: Windows: add facility to select lookup order for registry. | Marc Chevrier | 2018-09-12 | 1 | -1/+12 |
| | | | | Fixes: #18302 | ||||
* | FindPython*: MacOS: Fix erroneous handling of Frameworks. | Marc Chevrier | 2018-09-12 | 1 | -0/+8 |
| | | | | Fixes: #18204 | ||||
* | FindPython*: New implementation for Python stuff | Marc Chevrier | 2018-03-20 | 1 | -0/+146 |
Fixes: #16142 |