Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CheckLinkerFlag: rely now on internal implementation | Marc Chevrier | 2022-01-14 | 1 | -47/+2 |
| | | | | | This internal implementation share the configuration with CheckCompilerFlag. | ||||
* | CheckLinkerFlag: Set policies needed by the implementation | Thomas Dickerson | 2021-11-04 | 1 | -0/+6 |
| | | | | | | | The module was added in CMake 3.18 by commit af96c0f4fa (CheckLinkerFlag: Add module to check validity of linker flags, 2020-05-16, v3.18.0-rc1~103^2), but it is still possible for projects to use it without setting policies to the 3.18 version level. | ||||
* | HIP: Add HIP to all the Check* modules | Robert Maynard | 2021-06-07 | 1 | -0/+2 |
| | |||||
* | Help: Cleanup typos and grammar for the 3.19 release | Craig Scott | 2020-10-24 | 1 | -9/+6 |
| | |||||
* | CUDA: CheckLinkerFlag now supports CUDA | Robert Maynard | 2020-10-08 | 1 | -0/+2 |
| | |||||
* | CheckSoureCompiles: Add a unified way to check if a source compiles | Robert Maynard | 2020-09-23 | 1 | -2/+2 |
| | |||||
* | Help: Add Sphinx 'versionadded' directives to each top-level document | Kitware Robot | 2020-07-06 | 1 | -0/+2 |
| | | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715 | ||||
* | CheckLinkerFlag: Add module to check validity of linker flags | Marc Chevrier | 2020-05-25 | 1 | -0/+81 |
Fixes: #15934 |