Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+2 |
| | | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0. | ||||
* | 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 | 2 | -0/+80 |
Fixes: #18678 Signed-off-by: Hiroshi Miura <miurahr@linux.com> |