Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython*: Manage weak link for Python modules | Marc Chevrier | 2019-05-07 | 9 | -0/+134 |
| | | | | | | | 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 | 5 | -0/+82 |
| | | | | Fixes: #19097 | ||||
* | FindPython: Fix NumPy component include directory | Marc Chevrier | 2019-03-04 | 1 | -1/+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 | 4 | -63/+182 |
| | | | | | Fixes: #18678 Signed-off-by: Hiroshi Miura <miurahr@linux.com> | ||||
* | FindPython: Support script mode | Kyle Edwards | 2019-01-23 | 4 | -0/+13 |
| | | | | Fixes: #18827 | ||||
* | FindPython: Test existence of imported targets | Kyle Edwards | 2019-01-23 | 3 | -0/+24 |
| | |||||
* | FindPython*: New implementation for Python stuff | Marc Chevrier | 2018-03-20 | 8 | -0/+232 |
Fixes: #16142 |