Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | cxxmodules: compute link information for C++ module-consuming targets | Matheus Izvekov | 2024-01-14 | 5 | -1/+22 |
* | | | | | | | | Merge branch 'release-3.28' | Brad King | 2024-01-17 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge topic 'matlab-win' into release-3.28 | Brad King | 2024-01-17 | 1 | -61/+53 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge topic 'matlab-win' | Brad King | 2024-01-17 | 1 | -61/+53 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | FindMatlab: Accept long version in matlab_get_release_name_from_version | scivision | 2024-01-16 | 1 | -17/+7 |
| * | | | | | | | | FindMatlab: Fix major.minor version lookups in Windows Registry | scivision | 2024-01-16 | 1 | -45/+47 |
| |/ / / / / / / |