summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2024-01-171-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge topic 'doc-CMP0156'Brad King2024-01-161-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Help: Fix typo in CMP0156 documentationBrad King2024-01-161-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'ewilde/swift-escapism'Brad King2024-01-161-2/+5
|\ \ \ \ \ \ \
| * | | | | | | Swift/Ninja: Fix compile commands output file pathEvan Wilde2024-01-121-2/+5
* | | | | | | | Merge branch 'release-3.28'Brad King2024-01-160-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge topic 'FindMatlab-fix-version-without-versioninfoxml' into release-3.28Brad King2024-01-161-12/+13
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'FindMatlab-fix-version-without-versioninfoxml'Brad King2024-01-161-12/+13
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | FindMatlab: Restore support for versions without VersionInfo.xmlHermann von Kleist2024-01-121-12/+13
| |/ / / / / /
* | | | | | | Merge topic 'doc-policies'Brad King2024-01-16152-557/+510
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Help: Clarify standard policy advice paragraph wording on how policies are setBrad King2024-01-111-1/+1