Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | cmGeneratorTarget: use a character literal | Ben Boeckel | 2023-09-26 | 1 | -1/+1 | |
* | | | | Merge topic 'misc-cxxmodule-fixes' | Brad King | 2023-09-27 | 2 | -21/+21 | |
|\ \ \ \ | ||||||
| * | | | | cmGlobalGenerator: factor out messaging for CMP0037 | Ben Boeckel | 2023-09-25 | 1 | -9/+14 | |
| * | | | | cmGlobalGenerator: use static string views for reserved targets | Ben Boeckel | 2023-09-25 | 1 | -4/+5 | |
| * | | | | cmGeneratorTarget: use `GetSupportDirectory` in PCH codepaths | Ben Boeckel | 2023-09-25 | 1 | -8/+2 | |
* | | | | | Merge topic 'autogen-timestamp-per-config' | Brad King | 2023-09-27 | 2 | -3/+17 | |
|\ \ \ \ \ | ||||||
| * | | | | | AutoGen: Fix regression in timestamps on multi-config generators | Orkun Tokdemir | 2023-09-26 | 2 | -3/+17 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-27 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'cuda_handle_target_objects_in_device_link' | Brad King | 2023-09-26 | 2 | -22/+41 | |
|\ \ \ \ \ | ||||||
| * | | | | | CUDA: Device linking now uses TARGET_OBJECTS content | Robert Maynard | 2023-09-25 | 1 | -8/+8 | |
| * | | | | | CUDA: Visual Studio propagate objects to device linking | Robert Maynard | 2023-09-22 | 1 | -14/+33 | |
* | | | | | | Merge topic 'hip-nvidia' | Brad King | 2023-09-26 | 1 | -4/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | HIP: Fix linking mixed-lang binary with CXX compiler and Makefile generators | Brad King | 2023-09-25 | 1 | -4/+10 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge topic 'genexp-no-eval' | Brad King | 2023-09-26 | 3 | -4/+29 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmGeneratorExpressionEvaluator: Short-circuit boolean operators | Martin Duffy | 2023-09-13 | 3 | -4/+29 | |
* | | | | | | | Merge topic 'lint-genex-empty' | Brad King | 2023-09-26 | 1 | -4/+1 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Linting: Fix empty evaluated genex | Orkun Tokdemir | 2023-09-25 | 1 | -4/+1 | |
| * | | | | | | CMake 3.27.6v3.27.6 | Brad King | 2023-09-20 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-26 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-25 | 1 | -1/+1 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-24 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-23 | 1 | -1/+1 | |
* | | | | | Merge topic 'hip-nvidia' | Brad King | 2023-09-22 | 4 | -4/+17 | |
|\ \ \ \ \ | ||||||
| * | | | | | HIP: Add support for NVIDIA GPUs | Brad King | 2023-09-21 | 3 | -4/+15 | |
| * | | | | | HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platform | Brad King | 2023-09-21 | 1 | -0/+2 | |
* | | | | | | Merge topic 'cuda-factor-out-lang' | Brad King | 2023-09-22 | 2 | -40/+56 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | CUDA: Factor out helper to generate CUDA architecture flags | Brad King | 2023-09-21 | 2 | -21/+38 | |
| * | | | | | cmGeneratorTarget: Clarify local variable names for device architectures | Brad King | 2023-09-19 | 1 | -21/+20 | |
* | | | | | | Merge topic 'macOS-system-framework-link' | Brad King | 2023-09-22 | 3 | -19/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | macOS: GNU toolchain: ensure framework, marked as SYSTEM, can be linked | Marc Chevrier | 2023-09-21 | 3 | -19/+7 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-22 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge topic 'fileset-private-dep' | Brad King | 2023-09-21 | 7 | -15/+117 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Ninja: Allow compilation before generation of dependencies' private sources | Martin Duffy | 2023-09-20 | 7 | -15/+117 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-21 | 1 | -1/+1 | |
* | | | | | | Merge topic 'fortran-in-custom-targets' | Brad King | 2023-09-20 | 1 | -2/+3 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | add_custom_target: Fix regression with Fortran sources | Ben Boeckel | 2023-09-20 | 1 | -2/+3 | |
| * | | | | | CMake 3.27.5v3.27.5 | Brad King | 2023-09-14 | 1 | -1/+1 | |
| * | | | | | Merge topic 'cxxmodules-non-compiled-source' into release-3.27 | Brad King | 2023-09-14 | 2 | -3/+24 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'remove-redundant-stat' | Brad King | 2023-09-20 | 7 | -22/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Source: Remove redundant FileIsDirectory checks | scivision | 2023-09-19 | 4 | -12/+6 | |
| * | | | | | | | Source: Remove redundant FileIsSymlink checks | scivision | 2023-09-18 | 3 | -10/+7 | |
* | | | | | | | | Merge topic 'cache-ldconfigpaths' | Brad King | 2023-09-20 | 1 | -6/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmBinUtilsLinuxELFLinker: Cache ldconfig results | Atılhan Emre Dursunoğlu | 2023-09-19 | 1 | -6/+5 | |
| |/ / / / / / / | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-20 | 1 | -1/+1 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'script_file_exists' | Brad King | 2023-09-19 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmake: Clarify error if -P script does not exist | scivision | 2023-09-18 | 1 | -0/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-19 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-18 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-17 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-16 | 1 | -1/+1 | |