Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-01-17 | 1 | -1/+1 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Merge topic 'doc-CMP0156' | Brad King | 2024-01-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Help: Fix typo in CMP0156 documentation | Brad King | 2024-01-16 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge topic 'ewilde/swift-escapism' | Brad King | 2024-01-16 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Swift/Ninja: Fix compile commands output file path | Evan Wilde | 2024-01-12 | 1 | -2/+5 | |
* | | | | | | | | Merge branch 'release-3.28' | Brad King | 2024-01-16 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'FindMatlab-fix-version-without-versioninfoxml' into release-3.28 | Brad King | 2024-01-16 | 1 | -12/+13 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'FindMatlab-fix-version-without-versioninfoxml' | Brad King | 2024-01-16 | 1 | -12/+13 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | FindMatlab: Restore support for versions without VersionInfo.xml | Hermann von Kleist | 2024-01-12 | 1 | -12/+13 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'doc-policies' | Brad King | 2024-01-16 | 152 | -557/+510 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | Help: Clarify standard policy advice paragraph wording on how policies are set | Brad King | 2024-01-11 | 1 | -1/+1 | |