Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlags | Robert Maynard | 2020-10-08 | 2 | -0/+17 |
| | |||||
* | Merge topic 'add_ispc_to_check_helpers' | Brad King | 2020-10-07 | 2 | -0/+17 |
|\ | | | | | | | | | | | | | 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 | 2 | -0/+17 |
| | | |||||
* | | CheckCompilerFlag: Update the regex used to detect invalid options for GCC 10 | Luthaf | 2020-10-06 | 1 | -0/+7 |
|/ | | | | | | | | | 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: Add tests to verify module correctness | Robert Maynard | 2020-10-06 | 13 | -0/+101 |