Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindOpenACC: Add support for NVHPC compiler | Tin Huynh | 2021-01-27 | 1 | -1/+4 |
| | |||||
* | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -5/+12 |
| | | | | Issue: #19715 | ||||
* | 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 | ||||
* | FPHSA: acknowledge the name mismatches in CMake-owned modules | Ben Boeckel | 2020-01-14 | 1 | -0/+1 |
| | |||||
* | FindOpenACC: Provide import targets and OpenACC_<lang>_OPTIONS variable | Robert Maynard | 2019-08-19 | 1 | -0/+28 |
| | | | | | | Previously the FindOpenACC module had issues where the contents of OpenACC_<lang>_FLAGS could not be used with target_compile_options when it contained multiple compiler flags. | ||||
* | FindOpenACC: Provide a Fortran snippet that compiles with gfortran | Robert Maynard | 2019-08-09 | 1 | -3/+1 |
| | | | | | | | | | | | | The original Fortran snippet would fail to compile with the error message of: ``` return 0; 1 Error: Alternate RETURN statement at (1) is only allowed within a SUBROUTINE ``` We solve this by removing the early termination logic. | ||||
* | Find{OpenMP,OpenACC}: Fix detection with -Werror=return-type | Christian Pfeiffer | 2017-10-24 | 1 | -2/+7 |
| | | | | | | Explicitly return a value from `main` in our test sources. Fixes: #17391 | ||||
* | FindOpenACC: Add module to detect compiler support for OpenACC | Tin Huynh | 2017-09-22 | 1 | -0/+252 |