Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Merge topic 'cuda-clang' into release-3.28 | Brad King | 2024-01-19 | 1 | -6/+8 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'cuda-clang' | Brad King | 2024-01-19 | 1 | -6/+8 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | CUDA/Clang: Record architectures supported by Clang 16 | Brad King | 2024-01-18 | 1 | -2/+6 | |
| * | | | | | | CUDA/Clang: Update architectures supported by CUDA 12 | Brad King | 2024-01-18 | 1 | -4/+2 | |
* | | | | | | | Merge branch 'release-3.28' | Brad King | 2024-01-19 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Merge topic 'cxxmodules-export-file-collisions' into release-3.28 | Brad King | 2024-01-19 | 15 | -45/+134 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'cxxmodules-export-file-collisions' | Brad King | 2024-01-19 | 15 | -45/+134 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | Merge branch 'backport-cxxmodules-export-file-collisions' | Brad King | 2024-01-18 | 15 | -45/+134 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | / / | | |_|_|/ / | |/| | | | | ||||||
| | * | | | | cxxmodules: make export trampoline script files unique | Ben Boeckel | 2024-01-18 | 13 | -38/+128 | |
| | * | | | | Source: Simplify hasher object construction | Brad King | 2024-01-18 | 2 | -7/+6 | |
| | |/ / / | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-01-19 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge topic 'autogen-exe-per-config' | Brad King | 2024-01-18 | 33 | -235/+1089 | |
|\ \ \ \ | ||||||
| * | | | | NinjaMultiConfig: Update tests for the new dependency change | Orkun Tokdemir | 2024-01-17 | 3 | -22/+85 | |
| * | | | | Autogen: AUTO*_EXECUTABLE: add support for per-config values | Orkun Tokdemir | 2024-01-17 | 30 | -213/+1004 | |
* | | | | | Merge topic 'fix_CTestUpdateGIT' | Brad King | 2024-01-18 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tests: Improve CTest.UpdateGIT robustness to user gitconfig | Ashish Sadanandan | 2024-01-17 | 1 | -2/+2 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge topic 'FindPackageMessage-strip-spaces' | Brad King | 2024-01-18 | 1 | -0/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindPackageMessage: Remove extra whitespace from messages | Máté Ferenc Nagy-Egri | 2024-01-16 | 1 | -0/+1 | |
* | | | | | | Merge topic 'isspace' | Brad King | 2024-01-18 | 10 | -33/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Source: Avoid out-of-range inputs to std::isspace() | Brad King | 2024-01-17 | 8 | -23/+18 | |
| * | | | | | | cmXMLParser: Remove unused IsSpace method | Brad King | 2024-01-17 | 2 | -10/+0 | |
* | | | | | | | Merge branch 'release-3.28' | Brad King | 2024-01-18 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Merge topic 'FindMatlab-fix-exact-version' into release-3.28 | Brad King | 2024-01-18 | 1 | -1/+12 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge topic 'FindMatlab-fix-exact-version' | Brad King | 2024-01-18 | 1 | -1/+12 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | FindMatlab: Restore support for finding EXACT major.minor version | Hermann von Kleist | 2024-01-17 | 1 | -1/+11 | |
| * | | | | | | | FindMatlab: use correct registry view when extracting versions | Hermann von Kleist | 2024-01-17 | 1 | -0/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-01-18 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'cmake-language-exit-code' | Brad King | 2024-01-17 | 34 | -5/+126 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmake_language: Add EXIT subcommand | leha-bot | 2024-01-16 | 29 | -0/+93 | |
| * | | | | | | cmakemain: Return the SCRIPT_MODE exit code if it was set | leha-bot | 2024-01-16 | 2 | -5/+8 | |
| * | | | | | | cmMakefile: check cmake script mode exit code after command | leha-bot | 2024-01-16 | 1 | -0/+6 | |
| * | | | | | | cmMakefile: Store the exit code from cmExecutionStatus to cmake instance | leha-bot | 2024-01-16 | 1 | -0/+5 | |
| * | | | | | | Source/cmake.h: Add ScriptModeExitCode for proper storing exit code | leha-bot | 2024-01-16 | 1 | -0/+6 | |
| * | | | | | | cmExecutionStatus: Add ability to set optional custom exit code | leha-bot | 2024-01-16 | 1 | -0/+8 | |
* | | | | | | | Merge topic 'lcc-updates-2024-01' | Brad King | 2024-01-17 | 11 | -17/+33 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Tests: Exclude some tests on broken libc on Elbrus | makise-homura | 2024-01-16 | 1 | -5/+9 | |
| * | | | | | | | LCC: Make CMake build without warnings on LCC 1.21 | makise-homura | 2024-01-16 | 1 | -1/+6 | |
| * | | | | | | | libarchive: avoid lchmod not implemented warning on old LCC | makise-homura | 2024-01-16 | 1 | -1/+3 | |
| * | | | | | | | LCC: Don't enable debugger on LCC that don't have <future> | makise-homura | 2024-01-16 | 1 | -0/+1 | |
| * | | | | | | | liblzma: Make cmliblzma buildable on LCC 1.21 | makise-homura | 2024-01-16 | 1 | -2/+2 | |
| * | | | | | | | jsoncpp: fix missing template deletion support on LCC < 1.23 | makise-homura | 2024-01-16 | 1 | -0/+4 | |
| * | | | | | | | cmcurl: fix X509_STORE_up_ref issue not just on LCC 1.23, but on LCC <= 1.23 | makise-homura | 2024-01-16 | 1 | -3/+3 | |
| * | | | | | | | LCC: get rid of ambiguous assignments of {} for LCC | makise-homura | 2024-01-16 | 2 | -3/+3 | |
| * | | | | | | | cppdap: Use std::is_same<>::value instead of std::is_same<>() for old LCC | makise-homura | 2024-01-16 | 1 | -1/+1 | |
| * | | | | | | | LCC: Correct C compiler default C standards | makise-homura | 2024-01-16 | 1 | -1/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'FindX11-Xdbe' | Brad King | 2024-01-17 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | FindX11: Add awareness of Xdbe | Kristian Spangsege | 2024-01-16 | 1 | -0/+12 | |
* | | | | | | | | Merge branch 'release-3.28' | Brad King | 2024-01-17 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'cxxmodules-obj-lib' into release-3.28 | Brad King | 2024-01-17 | 5 | -1/+22 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge topic 'cxxmodules-obj-lib' | Brad King | 2024-01-17 | 5 | -1/+22 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | |