Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge topic 'fphsa-before-project' | Brad King | 2024-05-02 | 10 | -9/+38 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | FPHSA: Add hint for failure when called before project() | Brad King | 2024-05-01 | 10 | -9/+38 | |
* | | | | | | | | | Merge topic 'FindOpenMP-runtime-msvc' | Brad King | 2024-05-02 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | FindOpenMP: Add option to control OpenMP runtime with MSVC | Axel Huebl | 2024-05-01 | 1 | -0/+13 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'genex-link-properties' | Brad King | 2024-05-01 | 16 | -2/+174 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | GenEx: Fix TARGET_PROPERTY evaluation of transitive link properties | Brad King | 2024-04-29 | 8 | -11/+23 | |
| * | | | | | | | | Tests: Cover TARGET_PROPERTY genex evaluation of transitive link properties | Brad King | 2024-04-29 | 4 | -1/+65 | |
| * | | | | | | | | Tests: Cover TARGET_PROPERTY genex evaluation of transitive build properties | Brad King | 2024-04-29 | 9 | -0/+96 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'export-name-safe-name' | Brad King | 2024-05-01 | 7 | -0/+298 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | cxxmodules: use filesystem-safe export names in filenames | Ben Boeckel | 2024-04-30 | 7 | -0/+298 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'lang-standard-latest' | Brad King | 2024-05-01 | 22 | -0/+114 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add CMAKE_<LANG>_STANDARD_LATEST variables | Tyler | 2024-04-30 | 22 | -0/+114 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'ps1-not-exe' | Brad King | 2024-05-01 | 1 | -0/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove unnecessary executable permission from .ps1 scripts | Brad King | 2024-04-30 | 1 | -0/+0 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'tests-xcodebuild-version-scleanup' | Brad King | 2024-05-01 | 4 | -45/+27 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Tests: Cleanup CMake_TEST_XCODE_VERSION code | Juan Ramos | 2024-04-29 | 3 | -21/+10 | |
| * | | | | | | Tests/Architecture: Have test support Xcode 10+ | Juan Ramos | 2024-04-29 | 2 | -24/+17 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'exported-modules-with-headers' | Brad King | 2024-04-30 | 10 | -0/+184 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | ||||||
| * | | | | Tests/CXXModules: test exporting modules which include headers | Ben Boeckel | 2024-04-27 | 10 | -0/+184 | |
| |/ / / | ||||||
* | | | | Merge topic 'test-dir-preset' | Brad King | 2024-04-25 | 2 | -3/+30 | |
|\ \ \ \ | ||||||
| * | | | | ctest: Allow --test-dir override when using presets | castro-ma | 2024-04-24 | 2 | -3/+30 | |
* | | | | | Merge topic 'ci-fedora-40' | Brad King | 2024-04-25 | 1 | -8/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | ci: Enable FindOpenACC test for each language independently | Brad King | 2024-04-24 | 1 | -8/+2 | |
* | | | | | Merge topic 'ninja-swift-verbosity' | Brad King | 2024-04-24 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Swift/Ninja: Add description to Swift object build steps | Jeremy Day | 2024-04-23 | 1 | -2/+2 | |
* | | | | | | Merge topic 'xcode-default-file-type' | Brad King | 2024-04-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Xcode: Use builtin "default" file type | Ilya Kulakov | 2024-04-23 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'pkg_get_variable-list' | Brad King | 2024-04-23 | 3 | -1/+35 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | FindPkgConfig: Fix parsing of quoted lists with pkgconf <1.5.1 | Kerem Aksu | 2024-04-20 | 3 | -1/+35 | |
* | | | | | Merge topic 'save-restore-PACKAGE_PREFIX_DIR' | Brad King | 2024-04-22 | 5 | -3/+115 | |
|\ \ \ \ \ | ||||||
| * | | | | | find_package: Save/restore PACKAGE_PREFIX_DIR | Craig Scott | 2024-04-19 | 3 | -0/+51 | |
| | |_|/ / | |/| | | | ||||||
| * | | | | generate_apple_*_selection_file: Save/restore PACKAGE_PREFIX_DIR | Craig Scott | 2024-04-19 | 3 | -0/+60 | |
| * | | | | Tests/RunCMake/CMakePackage: Define variable closer to where it is used | Brad King | 2024-04-15 | 1 | -3/+4 | |
* | | | | | Merge topic 'cuda-std' | Brad King | 2024-04-22 | 11 | -3/+53 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tests/CompileFeatures: Cover cuda_std_## meta-features | Brad King | 2024-04-19 | 9 | -1/+33 | |
| * | | | | | Tests/CompileFeatures: Fix c_std_23 case with Clang < 14 | Brad King | 2024-04-19 | 1 | -2/+1 | |
| * | | | | | Tests/CompileFeatures: Cover CUDA default standard level | Brad King | 2024-04-18 | 3 | -0/+19 | |
* | | | | | | Merge topic 'cxxmodules-import-std-user-detect' | Brad King | 2024-04-19 | 1 | -4/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cxxmodules: provide a detection variable for `import std` | Ben Boeckel | 2024-04-18 | 1 | -4/+15 | |
* | | | | | | | Merge topic 'FindBacktrace-imported-library' | Brad King | 2024-04-18 | 1 | -3/+6 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Tests/FindBacktrace: Fix compilation as C90 | Brad King | 2024-04-17 | 1 | -3/+6 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge topic 'invalid-ctest-arg-revisions' | Brad King | 2024-04-18 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ctest: Cleanup for invalid argument handling | Martin Duffy | 2024-04-17 | 1 | -1/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'tests_gdk_init' | Brad King | 2024-04-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Tests: fix calling gdk_init() | Rolf Eike Beer | 2024-04-17 | 1 | -1/+1 | |
* | | | | | | C++26: Support detection as the default standard | Raul Tambre | 2024-04-16 | 3 | -3/+8 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'test-configure' | Brad King | 2024-04-16 | 1 | -44/+43 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tests/RunCMake/Configure: Improve variable scoping | Brad King | 2024-04-15 | 1 | -44/+43 | |
* | | | | | | Merge topic 'FindBacktrace-imported-library' | Brad King | 2024-04-16 | 4 | -0/+75 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindBacktrace: Add imported library | David Faure | 2024-04-15 | 4 | -0/+75 | |