Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython*: Add capability to control virtual env handling. | Marc Chevrier | 2019-04-03 | 1 | -5/+60 |
| | | | | Fixes: #19097 | ||||
* | FindPython*: ensure correct architecture is selected. | Marc Chevrier | 2019-03-14 | 1 | -8/+8 |
| | | | | | | | | Ensure interpreter and libraries architecture matches CMake build configuration. Update documentation about interpreter constraints. Fixes: #19024 | ||||
* | FindPython: Fix NumPy component include directory | Marc Chevrier | 2019-03-04 | 1 | -2/+1 |
| | | | | | | | Update the component added by commit 513e77550d (FindPython: Introduce NumPy component, 2018-12-12, v3.14.0-rc1~95^2). The `numpy/` sub-directory should not be part of the include directory. It should be part of the `#include` line. | ||||
* | FindPython: Introduce NumPy component | Hiroshi Miura | 2019-01-24 | 1 | -0/+47 |
| | | | | | Fixes: #18678 Signed-off-by: Hiroshi Miura <miurahr@linux.com> | ||||
* | FindPython: Support script mode | Kyle Edwards | 2019-01-23 | 1 | -101/+105 |
| | | | | Fixes: #18827 | ||||
* | FindPython: Ensure config tool matches library architecture | Marc Chevrier | 2018-11-19 | 1 | -0/+17 |
| | |||||
* | FindPython*: Add missing registry paths | Marc Chevrier | 2018-10-11 | 1 | -2/+33 |
| | | | | Fixes: #18443 | ||||
* | FindPython*: fix erroneous handling of virtual environments | Marc Chevrier | 2018-10-02 | 1 | -11/+15 |
| | | | | fixes: #18408 | ||||
* | FindPython*: Windows: add facility to select lookup order for registry. | Marc Chevrier | 2018-09-12 | 1 | -60/+204 |
| | | | | Fixes: #18302 | ||||
* | FindPython*: MacOS: Fix erroneous handling of Frameworks. | Marc Chevrier | 2018-09-12 | 1 | -17/+156 |
| | | | | Fixes: #18204 | ||||
* | FindPython: clean-up lookup names strategy | Marc Chevrier | 2018-09-12 | 1 | -3/+10 |
| | |||||
* | FindPython*: fix erroneous behavior on multiple 'find_package' calls | Marc Chevrier | 2018-07-23 | 1 | -5/+1 |
| | | | | Fixes: #18192 | ||||
* | FindPython: Add support for version 3.8 | Marcel Plch | 2018-06-08 | 1 | -1/+1 |
| | | | | Python 3.7 is about to be released, making the development version 3.8. | ||||
* | Fix misc. typos | luz.paz | 2018-06-04 | 1 | -3/+3 |
| | | | | Found via `codespell` and `grep` | ||||
* | FindPython: ensure correct architecture (i.e. 32/64bit) is used | Marc Chevrier | 2018-04-20 | 1 | -5/+74 |
| | |||||
* | FindPython: Add cross-compilation support for Debian-based systems. | Yee Fan | 2018-04-18 | 1 | -15/+23 |
| | | | | | | | | | | | Debian-based Linux distributions locate their architecture-specific pythonX.Y-config tool at /usr/bin/<arch>-python<X.Y>-config. We first attempt to find and use the architecture-specific pythonX.Y-config tool. If the pythonX.Y-config tools are absent, then we proceed to find the architecture-specific Python libraries. Fixes: #17912 | ||||
* | FindPython: enhance multiple major versions lookup | Marc Chevrier | 2018-04-03 | 1 | -0/+9 |
| | |||||
* | FindPython*: New implementation for Python stuff | Marc Chevrier | 2018-03-20 | 1 | -0/+843 |
Fixes: #16142 |