summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cxxmodules-export-file-collisions'Brad King2024-01-1915-45/+134
|\
| * Merge branch 'backport-cxxmodules-export-file-collisions'Brad King2024-01-1815-45/+134
| |\
| | * cxxmodules: make export trampoline script files uniqueBen Boeckel2024-01-1813-38/+128
| | * Source: Simplify hasher object constructionBrad King2024-01-182-7/+6
* | | CMake Nightly Date StampKitware Robot2024-01-191-1/+1
|/ /
* | Merge topic 'autogen-exe-per-config'Brad King2024-01-1833-235/+1089
|\ \
| * | NinjaMultiConfig: Update tests for the new dependency changeOrkun Tokdemir2024-01-173-22/+85
| * | Autogen: AUTO*_EXECUTABLE: add support for per-config valuesOrkun Tokdemir2024-01-1730-213/+1004
* | | Merge topic 'fix_CTestUpdateGIT'Brad King2024-01-181-2/+2
|\ \ \
| * | | Tests: Improve CTest.UpdateGIT robustness to user gitconfigAshish Sadanandan2024-01-171-2/+2
* | | | Merge topic 'FindPackageMessage-strip-spaces'Brad King2024-01-181-0/+1
|\ \ \ \
| * | | | FindPackageMessage: Remove extra whitespace from messagesMáté Ferenc Nagy-Egri2024-01-161-0/+1
* | | | | Merge topic 'isspace'Brad King2024-01-1810-33/+18
|\ \ \ \ \
| * | | | | Source: Avoid out-of-range inputs to std::isspace()Brad King2024-01-178-23/+18
| * | | | | cmXMLParser: Remove unused IsSpace methodBrad King2024-01-172-10/+0
* | | | | | Merge branch 'release-3.28'Brad King2024-01-180-0/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge topic 'FindMatlab-fix-exact-version' into release-3.28Brad King2024-01-181-1/+12
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'FindMatlab-fix-exact-version'Brad King2024-01-181-1/+12
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | FindMatlab: Restore support for finding EXACT major.minor versionHermann von Kleist2024-01-171-1/+11
| * | | | | | FindMatlab: use correct registry view when extracting versionsHermann von Kleist2024-01-171-0/+1
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2024-01-181-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'cmake-language-exit-code'Brad King2024-01-1734-5/+126
|\ \ \ \ \
| * | | | | cmake_language: Add EXIT subcommandleha-bot2024-01-1629-0/+93
| * | | | | cmakemain: Return the SCRIPT_MODE exit code if it was setleha-bot2024-01-162-5/+8
| * | | | | cmMakefile: check cmake script mode exit code after commandleha-bot2024-01-161-0/+6
| * | | | | cmMakefile: Store the exit code from cmExecutionStatus to cmake instanceleha-bot2024-01-161-0/+5
| * | | | | Source/cmake.h: Add ScriptModeExitCode for proper storing exit codeleha-bot2024-01-161-0/+6
| * | | | | cmExecutionStatus: Add ability to set optional custom exit codeleha-bot2024-01-161-0/+8
* | | | | | Merge topic 'lcc-updates-2024-01'Brad King2024-01-1711-17/+33
|\ \ \ \ \ \
| * | | | | | Tests: Exclude some tests on broken libc on Elbrusmakise-homura2024-01-161-5/+9
| * | | | | | LCC: Make CMake build without warnings on LCC 1.21makise-homura2024-01-161-1/+6
| * | | | | | libarchive: avoid lchmod not implemented warning on old LCCmakise-homura2024-01-161-1/+3
| * | | | | | LCC: Don't enable debugger on LCC that don't have <future>makise-homura2024-01-161-0/+1
| * | | | | | liblzma: Make cmliblzma buildable on LCC 1.21makise-homura2024-01-161-2/+2
| * | | | | | jsoncpp: fix missing template deletion support on LCC < 1.23makise-homura2024-01-161-0/+4
| * | | | | | cmcurl: fix X509_STORE_up_ref issue not just on LCC 1.23, but on LCC <= 1.23makise-homura2024-01-161-3/+3
| * | | | | | LCC: get rid of ambiguous assignments of {} for LCCmakise-homura2024-01-162-3/+3
| * | | | | | cppdap: Use std::is_same<>::value instead of std::is_same<>() for old LCCmakise-homura2024-01-161-1/+1
| * | | | | | LCC: Correct C compiler default C standardsmakise-homura2024-01-161-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'FindX11-Xdbe'Brad King2024-01-171-0/+12
|\ \ \ \ \ \
| * | | | | | FindX11: Add awareness of XdbeKristian Spangsege2024-01-161-0/+12
* | | | | | | Merge branch 'release-3.28'Brad King2024-01-170-0/+0
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge topic 'cxxmodules-obj-lib' into release-3.28Brad King2024-01-175-1/+22
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'cxxmodules-obj-lib'Brad King2024-01-175-1/+22
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | cxxmodules: compute link information for C++ module-consuming targetsMatheus Izvekov2024-01-145-1/+22
* | | | | | | | Merge branch 'release-3.28'Brad King2024-01-170-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge topic 'matlab-win' into release-3.28Brad King2024-01-171-61/+53
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'matlab-win'Brad King2024-01-171-61/+53
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | FindMatlab: Accept long version in matlab_get_release_name_from_versionscivision2024-01-161-17/+7
| * | | | | | | | FindMatlab: Fix major.minor version lookups in Windows Registryscivision2024-01-161-45/+47
| |/ / / / / / /