Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | CompilerId: Clarify CUDA, HIP, ObjC, ObjC++ standard level detection | Brad King | 2024-04-16 | 4 | -19/+52 | |
| * | | | | | | CompilerId: Drop MSVC conditions from ObjC and ObjC++ | Brad King | 2024-04-16 | 2 | -6/+1 | |
| * | | | | | | ObjCXX: Fix detection of C++20 default compiler mode | Raul Tambre | 2024-04-16 | 1 | -1/+1 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'FindBoost-1.85' | Brad King | 2024-04-17 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | ||||||
| * | | | | FindBoost: Add support for Boost 1.85 | Brad King | 2024-04-16 | 1 | -2/+2 | |
| |/ / / | ||||||
* | | | | Merge topic 'nag-fortran-ninja' | Brad King | 2024-04-16 | 2 | -3/+18 | |
|\ \ \ \ | ||||||
| * | | | | NAG-Fortran: Do not repeat preprocessing with Ninja on Apple platforms | Simon Maertens | 2024-04-15 | 1 | -3/+7 | |
| * | | | | NAG-Fortran: Fix MODULE library creation on Apple platforms | Simon Maertens | 2024-04-15 | 1 | -0/+1 | |
| * | | | | NAG-Fortran: Tell the Ninja generator how to preprocess Fortran sources | Simon Maertens | 2024-04-15 | 1 | -0/+3 | |
| * | | | | NAG-Fortran: Added initial default compilation flags | Simon Maertens | 2024-04-15 | 1 | -0/+7 | |
* | | | | | Merge topic 'FindBacktrace-imported-library' | Brad King | 2024-04-16 | 1 | -0/+22 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindBacktrace: Add imported library | David Faure | 2024-04-15 | 1 | -0/+22 | |
* | | | | | | Merge topic 'findgtk2-fix' | Brad King | 2024-04-16 | 1 | -0/+21 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindGTK2: Find arch-specific headers via pkg-config | Maxim Cournoyer | 2024-04-15 | 1 | -0/+21 | |
* | | | | | | | Merge topic 'swift-module-libraries' | Brad King | 2024-04-16 | 3 | -2/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Swift: Support module libraries with command-line build systems | Evan Wilde | 2024-04-15 | 3 | -2/+7 | |
* | | | | | | | | Merge topic 'cxxmodules-import-std' | Brad King | 2024-04-15 | 7 | -0/+351 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | Clang: support creating a target for imported modules | Ben Boeckel | 2024-04-12 | 1 | -0/+153 | |
| * | | | | | | | MSVC: support `import std` | Ben Boeckel | 2024-04-12 | 1 | -0/+102 | |
| * | | | | | | | CMakeDetermineCompilerId: extract C++ standard library impl | Ben Boeckel | 2024-04-12 | 2 | -0/+34 | |
| * | | | | | | | Experimental: add an experimental feature gate for `import std` | Ben Boeckel | 2024-04-12 | 1 | -0/+11 | |
| * | | | | | | | CMakeDetermineCompilerSupport: construct C++ modules targets | Ben Boeckel | 2024-04-12 | 3 | -0/+51 | |
* | | | | | | | | Merge topic 'aix-export-tdata' | Brad King | 2024-04-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | AIX: Consider tdata symbols in ExportImportList | David Tenty | 2024-04-11 | 1 | -1/+1 | |
* | | | | | | | | Merge topic 'restore-pkg-prefix-var' | Brad King | 2024-04-11 | 1 | -35/+7 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | CMakePackageConfigHelpers: Restore undocumented PACKAGE_PREFIX_DIR variable | Brad King | 2024-04-11 | 1 | -35/+7 | |
* | | | | | | | | Merge topic 'GenerateExportHeader-clang-tidy' | Brad King | 2024-04-11 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | GenerateExportHeader: Suppress clang-tidy warning | ClausKlein | 2024-04-10 | 1 | -0/+1 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'backport-FindJasper-imported-target' | Brad King | 2024-04-10 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / / | ||||||
| * | | | | | | FindJasper: Fix Jasper::Jasper IMPORTED_CONFIGURATIONS | Kai Pastor | 2024-04-10 | 1 | -2/+2 | |
* | | | | | | | C++26: Fix C++/CUDA/HIP compile feature support | Raul Tambre | 2024-04-09 | 4 | -0/+12 | |
* | | | | | | | Clang: Fix detection of C++26 when targeting MSVC ABI | Brad King | 2024-04-09 | 1 | -1/+5 | |
* | | | | | | | Merge topic 'lang-std-levels' | Brad King | 2024-04-08 | 5 | -35/+86 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | GNU: Fix detection of C++ 11 mode in GCC 4.{4,5,6} | Brad King | 2024-04-05 | 1 | -0/+2 | |
| * | | | | | | PGI: Fix detection of C++ 14/17 modes | Brad King | 2024-04-05 | 1 | -1/+1 | |
| * | | | | | | NVHPC: Fix detection of C++ 20 mode on NVHPC < 22.7 | Brad King | 2024-04-05 | 1 | -0/+6 | |
| * | | | | | | XL/XLClang: Fix detection of C++ 14 mode on Linux | Brad King | 2024-04-04 | 1 | -0/+6 | |
| * | | | | | | Intel: Fix detection of C++ 14/17 modes on Linux/macOS | Brad King | 2024-04-04 | 1 | -0/+8 | |
| * | | | | | | Intel: Fix detection of C++ 17/20 modes on Windows | Brad King | 2024-04-04 | 1 | -8/+13 | |
| * | | | | | | CompilerId: Clarify C and C++ standard level detection | Brad King | 2024-04-04 | 2 | -13/+30 | |
| * | | | | | | IntelLLVM: Add C standard flags on Windows | Brad King | 2024-04-03 | 1 | -11/+10 | |
| * | | | | | | IntelLLVM: Use C23 and C++23 flags only versions supporting them | Brad King | 2024-04-03 | 2 | -8/+16 | |
| * | | | | | | Intel: Fix classic compiler version check for C++20 flag | Brad King | 2024-04-03 | 1 | -1/+1 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'FindOpenSSL-SLP-layout' | Brad King | 2024-04-04 | 1 | -4/+8 | |
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | | | ||||||
| * | | | | FindOpenSSL: Update layout for Shining Light Productions debug libraries | Matthias Isele | 2024-04-03 | 1 | -0/+2 | |
| * | | | | FindOpenSSL: Update layout for Shining Light Productions 32-bit package | Matthias Isele | 2024-04-03 | 1 | -4/+6 | |
| * | | | | Merge topic 'artos-lib-prefix' into release-3.29 | Brad King | 2024-04-03 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge topic 'vs-intel-oneapi' into release-3.29 | Brad King | 2024-04-03 | 2 | -45/+34 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'FindCUDAToolkit-doc-linkcheck' | Brad King | 2024-04-03 | 1 | -16/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | FindCUDAToolkit: Replace documentation links with their permanent redirects | Brad King | 2024-04-02 | 1 | -16/+16 | |
| | |_|_|/ / / | |/| | | | | |