summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge topic 'FetchContent-docs'Craig Scott2021-02-281-7/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Help: Prefer commit hashes in FetchContent examples for security reasonsHarmen Stoppels2021-02-251-6/+11
| * | | | Help: Add missing MD5= for URL_HASH in FetchContent exampleCraig Scott2021-02-251-1/+1
* | | | | IntelLLVM: C17 supportRaul Tambre2021-02-251-3/+7
* | | | | GNU: C23 supportRaul Tambre2021-02-251-0/+5
* | | | | GNU: C17 supportRaul Tambre2021-02-251-1/+6
* | | | | Clang: Default C standard doesn't depend on compatibility modeRaul Tambre2021-02-251-5/+1
* | | | | Clang: Set standard flags according to frontend variantRaul Tambre2021-02-251-1/+1
* | | | | Clang: MSVC-style C flagsRaul Tambre2021-02-251-4/+14
* | | | | Clang: C23 supportRaul Tambre2021-02-251-0/+5
* | | | | Clang: C17 default versionRaul Tambre2021-02-251-1/+1
* | | | | Clang: C17 supportRaul Tambre2021-02-251-0/+7
* | | | | C23 supportRaul Tambre2021-02-254-0/+12
* | | | | C17 supportRaul Tambre2021-02-254-0/+12
* | | | | Clang: Correct default C standards for ancient versionsRaul Tambre2021-02-251-1/+1
* | | | | Clang: Correct C standards flags for ancient versionsRaul Tambre2021-02-251-15/+22
* | | | | Clang: C flags cleanupRaul Tambre2021-02-251-6/+4
* | | | | CMakeCCompilerId: Fix C standard detection in Clang MSVC modeRaul Tambre2021-02-251-3/+2
* | | | | Merge topic 'cuda_clang_implicit'Brad King2021-02-251-2/+2
|\ \ \ \ \
| * | | | | Clang/CUDA: Restore needed references to implicit link variablesRaul Tambre2021-02-241-2/+2
| | |/ / / | |/| | |
* | | | | Merge topic 'nvhpc-minor-fixes'Brad King2021-02-251-0/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | PGI: Explicitly specify CMAKE_CXX98_STANDARD_COMPILE_OPTIONRobert Maynard2021-02-241-0/+2
| * | | | Merge topic 'better_cuda_compiler_detection_error_messages' into release-3.20Brad King2021-02-241-5/+5
| |\ \ \ \
| * \ \ \ \ Merge topic 'nag-fortran-include-moddir' into release-3.20Brad King2021-02-231-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'fix-IS_NEWER_THAN-usage' into release-3.20Brad King2021-02-223-6/+26
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'better_cuda_compiler_detection_error_messages'Brad King2021-02-241-5/+5
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | / / / | |_|_|_|/ / / |/| | | | | |
| * | | | | | CUDA: Improve error messages when CUDA compiler detection failsRobert Maynard2021-02-231-5/+5
* | | | | | | Merge topic 'nag-fortran-include-moddir'Brad King2021-02-231-0/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | NAG: Fix using Fortran modules from their output directoryBrad King2021-02-221-0/+1
| | |/ / / / | |/| | | |
| * | | | | Merge topic 'intel-fortran-preprocess' into release-3.20Brad King2021-02-192-4/+20
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'fix-intel-compiler-check' into release-3.20Brad King2021-02-181-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'backport-FetchContent-timestamps' into fix-IS_NEWER_THAN-usageBrad King2021-02-223-6/+26
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | FetchContent: Don't update timestamps if files don't changeCraig Scott2021-02-221-4/+22
| * | | | | | | ExternalProject: Fix misuse of IS_NEWER_THAN in timestamp checksCraig Scott2021-02-222-2/+4
| |/ / / / / /
* | | | | | | GoogleTest: Fix misuse of IS_NEWER_THAN in timestamp checkCraig Scott2021-02-221-1/+2
* | | | | | | FortranCInterface: Fix misuse of IS_NEWER_THAN in timestamp checkCraig Scott2021-02-221-8/+11
* | | | | | | Merge topic 'intel-fortran-preprocess'Brad King2021-02-192-4/+20
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | / / | |_|_|_|/ / |/| | | | |
| * | | | | IntelLLVM: Make explicit Fortran preprocessing under Ninja more robustBrad King2021-02-181-2/+10
| * | | | | Merge branch 'backport-intel-fortran-preprocess'Brad King2021-02-181-2/+10
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Intel: Make explicit Fortran preprocessing under Ninja more robustBrad King2021-02-181-2/+10
* | | | | | Merge topic 'fix-intel-compiler-check'Brad King2021-02-181-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | DetermineCompiler: Fix copy-paste error in Intel Compiler detectionGregor Jasny2021-02-171-1/+1
| |/ / / /
* | | | | Merge topic 'fetchcontent-patch-step-typo'Craig Scott2021-02-181-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | FetchContent: Restore patch command supportCraig Scott2021-02-171-1/+1
| |/ / /
| * | | Merge topic 'FindPython-fix-variable-handling' into release-3.20Brad King2021-02-161-2/+2
| |\ \ \ | | |/ /
| * | | Merge topic 'FindPNG-advanced-variables' into release-3.20Brad King2021-02-161-2/+1
| |\ \ \
| * \ \ \ Merge topic 'IntelLLVM-unused-C17' into release-3.20Brad King2021-02-161-8/+3
| |\ \ \ \
| * \ \ \ \ Merge topic 'cuda-nvcc-output' into release-3.20Brad King2021-02-153-9/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'FindGDAL-improvements' into release-3.20Brad King2021-02-151-14/+45
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'FindPython-fix-variable-handling'Brad King2021-02-161-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |