Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge topic 'hip-nvidia' | Brad King | 2023-09-26 | 5 | -1/+77 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | HIP: Add tests for special NVIDIA values of CMAKE_HIP_ARCHITECTURES | Brad King | 2023-09-25 | 3 | -0/+72 | |
| * | | | | | | | HIP: Add CMAKE_HIP_HOST_COMPILER when compiler is NVCC | Brad King | 2023-09-25 | 1 | -1/+1 | |
| * | | | | | | | HIP: Fix linking mixed-lang binary with CXX compiler and Makefile generators | Brad King | 2023-09-25 | 1 | -0/+4 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'genexp-no-eval' | Brad King | 2023-09-26 | 15 | -0/+65 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmGeneratorExpressionEvaluator: Short-circuit boolean operators | Martin Duffy | 2023-09-13 | 15 | -0/+65 | |
* | | | | | | | | Merge topic 'lint-genex-empty' | Brad King | 2023-09-26 | 2 | -0/+7 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Linting: Fix empty evaluated genex | Orkun Tokdemir | 2023-09-25 | 2 | -0/+7 | |
* | | | | | | | | Merge topic 'orangec-compiler' | Brad King | 2023-09-26 | 45 | -95/+101 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | OrangeC: Add support for OrangeC compiler | David Lindauer | 2023-09-25 | 45 | -61/+95 | |
| * | | | | | | | | Tests: Simplify nested if conditions in Complex tests | Brad King | 2023-09-25 | 4 | -38/+10 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'FetchContent-EXCLUDE_FROM_ALL' | Craig Scott | 2023-09-26 | 4 | -0/+25 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | FetchContent: Add support for EXCLUDE_FROM_ALL | Steven Stallion | 2023-09-25 | 4 | -0/+25 | |
* | | | | | | | | Merge topic 'CrayClang-compiler' | Brad King | 2023-09-25 | 3 | -7/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | CrayClang: Add support for this compiler | Ryan Krattiger | 2023-09-22 | 3 | -7/+7 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Tests: Update tests to run in multi-config generators | Kyle Edwards | 2023-09-22 | 4 | -3/+7 | |
* | | | | | | | | Tests: Update tests to run in symlinked tree | Kyle Edwards | 2023-09-22 | 6 | -19/+40 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge topic 'hip-nvidia' | Brad King | 2023-09-22 | 7 | -11/+40 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | HIP: Add support for NVIDIA GPUs | Brad King | 2023-09-21 | 6 | -2/+19 | |
| * | | | | | | | HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platform | Brad King | 2023-09-21 | 3 | -3/+13 | |
| * | | | | | | | Tests/HIP/WithDefs: Clean up test case | Brad King | 2023-09-21 | 1 | -5/+3 | |
| * | | | | | | | Tests/HIP/ArchitectureOff: Cover HIP_ARCHITECTURES initialization | Brad King | 2023-09-21 | 1 | -1/+5 | |
* | | | | | | | | Merge topic 'cuda-factor-out-lang' | Brad King | 2023-09-22 | 2 | -2/+6 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | CUDA: Factor out helper to validate CMAKE_CUDA_ARCHITECTURES | Brad King | 2023-09-21 | 2 | -2/+6 | |
* | | | | | | | | Merge topic 'macOS-system-framework-link' | Brad King | 2023-09-22 | 4 | -13/+20 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | macOS: GNU toolchain: ensure framework, marked as SYSTEM, can be linked | Marc Chevrier | 2023-09-21 | 4 | -13/+20 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'fileset-private-dep' | Brad King | 2023-09-21 | 20 | -0/+125 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Ninja: Allow compilation before generation of dependencies' private sources | Martin Duffy | 2023-09-20 | 20 | -0/+125 | |
* | | | | | | | Merge topic 'fortran-in-custom-targets' | Brad King | 2023-09-20 | 21 | -6/+173 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Tests/FortranModules: add a test for iface Fortran sources | Ben Boeckel | 2023-09-20 | 5 | -0/+38 | |
| * | | | | | | Tests/FortranModules: also test INTERFACE targets with Fortran sources | Ben Boeckel | 2023-09-20 | 4 | -0/+22 | |
| * | | | | | | add_custom_target: Fix regression with Fortran sources | Ben Boeckel | 2023-09-20 | 4 | -0/+26 | |
| * | | | | | | Tests/FortranModules: add a test case for #25223 | Ben Boeckel | 2023-09-18 | 7 | -0/+81 | |
| * | | | | | | Tests/FortranModules: move issue 25112 fix from FortranOnly | Ben Boeckel | 2023-09-18 | 5 | -6/+6 | |
| * | | | | | | Merge topic 'cxxmodules-non-compiled-source' into release-3.27 | Brad King | 2023-09-14 | 6 | -1/+37 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge topic 'FindPkgConfig-override' | Brad King | 2023-09-20 | 2 | -0/+20 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | FindPkgConfig: Allow to override variables when calling pkg_get_variable | Corentin Noël | 2023-09-19 | 2 | -0/+20 | |
* | | | | | | | | Merge topic 'test-ExportImport' | Brad King | 2023-09-19 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tests: Fix ExportImport test with read-only source tree | Brad King | 2023-09-18 | 1 | -4/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | cmake: Clarify error if -P script does not exist | scivision | 2023-09-18 | 5 | -5/+6 | |
|/ / / / / / / | ||||||
* | | | | | | | find_(library|file|path): Drop PATH-derived search prefixes | Brad King | 2023-09-14 | 27 | -180/+0 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'cxxmodules-non-compiled-source' | Brad King | 2023-09-14 | 6 | -1/+37 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'cxxmodules-non-compiled-source-release' into cxxmodules-non-com... | Ben Boeckel | 2023-09-12 | 6 | -1/+37 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | cxxmodules: detect and message about non-compiled sources | Ben Boeckel | 2023-09-12 | 6 | -1/+37 | |
* | | | | | | | Merge topic 'autogen-exe-per-config' | Brad King | 2023-09-14 | 19 | -22/+424 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | NinjaMultiConfig: Update tests for the new dependency change | Orkun Tokdemir | 2023-09-13 | 3 | -22/+40 | |
| * | | | | | | | Autogen: AUTO*_EXECUTABLE: add support for per-config values | Orkun Tokdemir | 2023-09-13 | 15 | -0/+382 | |
| * | | | | | | | RunCMake: Add RunCMake_TEST_EXPECT_RESULT | Orkun Tokdemir | 2023-09-13 | 1 | -0/+2 | |
* | | | | | | | | Merge topic 'mingw-search-prefixes' | Brad King | 2023-09-14 | 17 | -4/+44 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | MinGW: Search for packages in standard MSYSTEM environment prefixes | Brad King | 2023-09-13 | 17 | -4/+44 | |