Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
* | | | | | | Merge topic 'find-windows-no-PATH-prefixes' | Brad King | 2023-09-15 | 1 | -3/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | find_(library|file|path): Drop PATH-derived search prefixes | Brad King | 2023-09-14 | 1 | -3/+0 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-15 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'cxxmodules-non-compiled-source' | Brad King | 2023-09-14 | 2 | -3/+24 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'cxxmodules-non-compiled-source-release' into cxxmodules-non-com... | Ben Boeckel | 2023-09-12 | 2 | -3/+24 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | cxxmodules: detect and message about non-compiled sources | Ben Boeckel | 2023-09-12 | 2 | -3/+24 | |
* | | | | | | Merge topic 'autogen-exe-per-config' | Brad King | 2023-09-14 | 14 | -193/+453 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Autogen: AUTO*_EXECUTABLE: add support for per-config values | Orkun Tokdemir | 2023-09-13 | 12 | -174/+437 | |
| * | | | | | | cmQtAutoGenInitializer: Define CrossConfig variable | Orkun Tokdemir | 2023-09-13 | 2 | -5/+6 | |
| * | | | | | | cmQtAutoGenInitializer: Reduce string copies | Orkun Tokdemir | 2023-09-13 | 1 | -1/+1 | |
| * | | | | | | cmQtAutoGenInitializer: Remove no-op call | Orkun Tokdemir | 2023-09-13 | 1 | -3/+0 | |
| * | | | | | | cmQtAutoGenInitializer: Improve Const-Correctness | Orkun Tokdemir | 2023-09-13 | 1 | -3/+4 | |
| * | | | | | | Autogen: Fix typo | Orkun Tokdemir | 2023-09-13 | 1 | -4/+4 | |
| * | | | | | | cmCustomCommandGenerator: Fix GetInternalDepfile on moved instance | Orkun Tokdemir | 2023-09-13 | 2 | -9/+7 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-14 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge topic 'ninja-cc-local' | Brad King | 2023-09-13 | 2 | -9/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmNinjaTargetGenerator: Reduce lifetime of custom command list | Brad King | 2023-09-12 | 2 | -9/+8 | |
* | | | | | | | Merge topic 'orkun_21677_16_06_2023' | Brad King | 2023-09-13 | 1 | -6/+11 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Autogen: Add depfile support for Makefiles | Orkun Tokdemir | 2023-09-11 | 1 | -6/+11 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'automoc-macro-names' | Brad King | 2023-09-13 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Autogen: Evaluate INTERFACE_AUTOMOC_MACRO_NAMES efficiently | Brad King | 2023-09-12 | 1 | -0/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-09-13 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'presets-schema' | Brad King | 2023-09-12 | 4 | -2/+27 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | presets: Add $schema property to JSON schema | ChenMoFeiJin | 2023-09-12 | 4 | -2/+27 | |
* | | | | | | | Merge topic 'vs-cuda-object-libs' | Brad King | 2023-09-12 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | VS: Avoid unnecessary CUDA device linking for OBJECT libraries | Robert Maynard | 2023-09-11 | 1 | -1/+4 | |