Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'FindDoxygen-policy-warnings' | Brad King | 2021-03-01 | 1 | -0/+1 |
|\ | |||||
| * | FindDoxygen: Prevent CMP0054 policy warnings | Craig Scott | 2021-02-28 | 1 | -0/+1 |
* | | Merge topic 'compilerid_require_success' | Brad King | 2021-03-01 | 1 | -16/+34 |
|\ \ | |||||
| * | | CMakeDetermineCompilerId: Test without COMPILER_ID_FLAGS if REQUIRE_SUCCESS | Raul Tambre | 2021-02-27 | 1 | -16/+34 |
* | | | Merge topic 'FindIntl-FindIconv-versions' | Brad King | 2021-03-01 | 2 | -22/+139 |
|\ \ \ | |||||
| * | | | FindIntl: Add version support | Sibi Siddharthan | 2021-02-25 | 1 | -21/+96 |
| * | | | FindIconv: Add version support | Sibi Siddharthan | 2021-02-25 | 1 | -1/+43 |
* | | | | Merge topic 'FetchContent-docs' | Craig Scott | 2021-02-28 | 1 | -7/+12 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Help: Prefer commit hashes in FetchContent examples for security reasons | Harmen Stoppels | 2021-02-25 | 1 | -6/+11 |
| * | | | Help: Add missing MD5= for URL_HASH in FetchContent example | Craig Scott | 2021-02-25 | 1 | -1/+1 |
* | | | | IntelLLVM: C17 support | Raul Tambre | 2021-02-25 | 1 | -3/+7 |
* | | | | GNU: C23 support | Raul Tambre | 2021-02-25 | 1 | -0/+5 |
* | | | | GNU: C17 support | Raul Tambre | 2021-02-25 | 1 | -1/+6 |
* | | | | Clang: Default C standard doesn't depend on compatibility mode | Raul Tambre | 2021-02-25 | 1 | -5/+1 |
* | | | | Clang: Set standard flags according to frontend variant | Raul Tambre | 2021-02-25 | 1 | -1/+1 |
* | | | | Clang: MSVC-style C flags | Raul Tambre | 2021-02-25 | 1 | -4/+14 |
* | | | | Clang: C23 support | Raul Tambre | 2021-02-25 | 1 | -0/+5 |
* | | | | Clang: C17 default version | Raul Tambre | 2021-02-25 | 1 | -1/+1 |
* | | | | Clang: C17 support | Raul Tambre | 2021-02-25 | 1 | -0/+7 |
* | | | | C23 support | Raul Tambre | 2021-02-25 | 4 | -0/+12 |
* | | | | C17 support | Raul Tambre | 2021-02-25 | 4 | -0/+12 |
* | | | | Clang: Correct default C standards for ancient versions | Raul Tambre | 2021-02-25 | 1 | -1/+1 |
* | | | | Clang: Correct C standards flags for ancient versions | Raul Tambre | 2021-02-25 | 1 | -15/+22 |
* | | | | Clang: C flags cleanup | Raul Tambre | 2021-02-25 | 1 | -6/+4 |
* | | | | CMakeCCompilerId: Fix C standard detection in Clang MSVC mode | Raul Tambre | 2021-02-25 | 1 | -3/+2 |
* | | | | Merge topic 'cuda_clang_implicit' | Brad King | 2021-02-25 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Clang/CUDA: Restore needed references to implicit link variables | Raul Tambre | 2021-02-24 | 1 | -2/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'nvhpc-minor-fixes' | Brad King | 2021-02-25 | 1 | -0/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | PGI: Explicitly specify CMAKE_CXX98_STANDARD_COMPILE_OPTION | Robert Maynard | 2021-02-24 | 1 | -0/+2 |
| * | | | Merge topic 'better_cuda_compiler_detection_error_messages' into release-3.20 | Brad King | 2021-02-24 | 1 | -5/+5 |
| |\ \ \ | |||||
| * \ \ \ | Merge topic 'nag-fortran-include-moddir' into release-3.20 | Brad King | 2021-02-23 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge topic 'fix-IS_NEWER_THAN-usage' into release-3.20 | Brad King | 2021-02-22 | 3 | -6/+26 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'better_cuda_compiler_detection_error_messages' | Brad King | 2021-02-24 | 1 | -5/+5 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | CUDA: Improve error messages when CUDA compiler detection fails | Robert Maynard | 2021-02-23 | 1 | -5/+5 |
* | | | | | | Merge topic 'nag-fortran-include-moddir' | Brad King | 2021-02-23 | 1 | -0/+1 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | NAG: Fix using Fortran modules from their output directory | Brad King | 2021-02-22 | 1 | -0/+1 |
| | |/ / / | |/| | | | |||||
| * | | | | Merge topic 'intel-fortran-preprocess' into release-3.20 | Brad King | 2021-02-19 | 2 | -4/+20 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge topic 'fix-intel-compiler-check' into release-3.20 | Brad King | 2021-02-18 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'backport-FetchContent-timestamps' into fix-IS_NEWER_THAN-usage | Brad King | 2021-02-22 | 3 | -6/+26 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | FetchContent: Don't update timestamps if files don't change | Craig Scott | 2021-02-22 | 1 | -4/+22 |
| * | | | | | | ExternalProject: Fix misuse of IS_NEWER_THAN in timestamp checks | Craig Scott | 2021-02-22 | 2 | -2/+4 |
| |/ / / / / | |||||
* | | | | | | GoogleTest: Fix misuse of IS_NEWER_THAN in timestamp check | Craig Scott | 2021-02-22 | 1 | -1/+2 |
* | | | | | | FortranCInterface: Fix misuse of IS_NEWER_THAN in timestamp check | Craig Scott | 2021-02-22 | 1 | -8/+11 |
* | | | | | | Merge topic 'intel-fortran-preprocess' | Brad King | 2021-02-19 | 2 | -4/+20 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | / | |_|_|_|/ |/| | | | | |||||
| * | | | | IntelLLVM: Make explicit Fortran preprocessing under Ninja more robust | Brad King | 2021-02-18 | 1 | -2/+10 |
| * | | | | Merge branch 'backport-intel-fortran-preprocess' | Brad King | 2021-02-18 | 1 | -2/+10 |
| |\ \ \ \ | |||||
| | * | | | | Intel: Make explicit Fortran preprocessing under Ninja more robust | Brad King | 2021-02-18 | 1 | -2/+10 |
* | | | | | | Merge topic 'fix-intel-compiler-check' | Brad King | 2021-02-18 | 1 | -1/+1 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | DetermineCompiler: Fix copy-paste error in Intel Compiler detection | Gregor Jasny | 2021-02-17 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge topic 'fetchcontent-patch-step-typo' | Craig Scott | 2021-02-18 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|/ / | |/| | | |