Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules: Do not implicitly add new functions via old Check Modules | Robert Maynard | 2020-10-26 | 1 | -73/+3 |
| | | | | | | | | | | | | | The conversion of Check<Lang>CompilerFlag, SourceCompiles, and SourceRuns over to the new functions has the possibility of breaking projects that had functions with those existing names. To reduce the possibility of collisions we now have all the legacy code call functions that start with `cmake_`, and users will need to explicitly include the new modules to get the non-prefixed versions Fixes: #21359 | ||||
* | Help: Cleanup typos and grammar for the 3.19 release | Craig Scott | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlags | Robert Maynard | 2020-10-08 | 1 | -0/+4 |
| | |||||
* | Merge topic 'add_ispc_to_check_helpers' | Brad King | 2020-10-07 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | e17e2c6a51 ISPC: CheckCompilerFlags and CheckSourceCompiles support ISPC Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5337 | ||||
| * | ISPC: CheckCompilerFlags and CheckSourceCompiles support ISPC | Robert Maynard | 2020-10-06 | 1 | -0/+2 |
| | | |||||
* | | CheckCompilerFlag: Update the regex used to detect invalid options for GCC 10 | Luthaf | 2020-10-06 | 1 | -5/+5 |
|/ | | | | | | | | | The warning emmitted by GCC for invalid options have been updated to read "command-line option XXX is valid ..." instead of "command line option XXX is valid ...". Update the regex to make it valid with both the old and new warning message. Fixes: #21275 | ||||
* | CheckCompilerFlag: unified way to check compiler flags per language | Robert Maynard | 2020-09-28 | 1 | -0/+105 |