Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge topic 'makefile-depfile' into release-3.28 | Brad King | 2024-01-10 | 4 | -4/+25 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge topic 'makefile-depfile' | Brad King | 2024-01-10 | 4 | -4/+25 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Makefile: Fix double escaping when DEPFILE is used | Orkun Tokdemir | 2024-01-09 | 4 | -3/+24 | |
| * | | | | | | | | Makefile: Reduce string copies | Orkun Tokdemir | 2024-01-08 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-01-10 | 1 | -1/+1 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'ctest-cli-http-headers' | Brad King | 2024-01-09 | 5 | -2/+43 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ctest: allow HTTP headers via command line | Matthew Woehlke | 2024-01-08 | 5 | -2/+43 | |
* | | | | | | | | Merge topic 'ewilde/swift-ninja-response-files' | Brad King | 2024-01-09 | 6 | -3/+32 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Swift/Ninja: Add support for response files | Evan Wilde | 2024-01-08 | 6 | -3/+32 | |
* | | | | | | | | | Merge topic 'ninja-always-make-object-dirs' | Brad King | 2024-01-09 | 4 | -20/+43 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmNinjaTargetGenerator: use `.` for the needed phony order-only dependency | Ben Boeckel | 2024-01-06 | 3 | -6/+21 | |
| * | | | | | | | | | cmNinjaTargetGenerator: ensure that the object output directory exists | Ben Boeckel | 2024-01-06 | 1 | -0/+9 | |
| * | | | | | | | | | cmNinjaTargetGenerator: add a method to compute the object directory | Ben Boeckel | 2024-01-05 | 2 | -15/+14 | |
* | | | | | | | | | | Merge topic 'doc-INSTALL_PREFIX' | Brad King | 2024-01-09 | 1 | -4/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Help: INSTALL_PREFIX in install(CODE|SCRIPT) was added in CMake 3.27 | Peter Kokot | 2024-01-08 | 1 | -4/+7 | |
* | | | | | | | | | | | Merge topic 'cpack-nuget-readme' | Brad King | 2024-01-09 | 2 | -0/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | CPack/NuGet: Add support for repository tag | Alex Turbov | 2024-01-08 | 2 | -0/+19 | |
| * | | | | | | | | | | | CPack/NuGet: Add support for readme tag | Alex Turbov | 2024-01-08 | 2 | -0/+4 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'cmake-gui-unused-slot' | Brad King | 2024-01-09 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cmake-gui: Remove unused viewType slot | Christoph GrĂ¼ninger | 2024-01-08 | 1 | -4/+4 | |
* | | | | | | | | | | | | Merge topic 'lcc-updates' | Brad King | 2024-01-09 | 7 | -32/+104 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Tests: Avoid procedure stack overflow in broken libc on Elbrus | makise-homura | 2024-01-08 | 1 | -8/+35 | |
| * | | | | | | | | | | | Tests: Improve RunCMake.export expected output matching robustness | makise-homura | 2024-01-08 | 1 | -2/+2 | |
| * | | | | | | | | | | | Tests: With lfortran < 1.24 skip cases broken by incorrect filename handling | makise-homura | 2024-01-08 | 3 | -1/+27 | |
| * | | | | | | | | | | | LCC: Add missing C/CXX compiler version checks for -std options | makise-homura | 2024-01-08 | 2 | -20/+39 | |
| * | | | | | | | | | | | GetPrerequisites: Tolerate multiple leading '/' in system library paths | makise-homura | 2024-01-08 | 1 | -1/+1 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-01-09 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge topic 'link-stubs-transitively' | Brad King | 2024-01-08 | 12 | -11/+112 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Link to transitive dependencies on stub libraries only on some linkers | Brad King | 2024-01-04 | 3 | -1/+19 | |
| * | | | | | | | | | | Link explicitly to private transitive dependencies on stub libraries | Brad King | 2024-01-04 | 10 | -3/+84 | |
| * | | | | | | | | | | Tests: Enable RunCMake.RuntimePath test on more platforms | Brad King | 2024-01-04 | 2 | -9/+11 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'fix-isspace-usage-for-signed-char' | Brad King | 2024-01-08 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cmExecuteProcessCommand: Cast c to unsigned char before cast to int | leha-bot | 2024-01-05 | 1 | -1/+5 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'fix-tutorial' | Brad King | 2024-01-08 | 3 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Tutorial: Clarify the expected change to target_include_directories | Kevin Albertson | 2024-01-05 | 1 | -4/+4 | |
| * | | | | | | | | | | Tutorial: Make `INSTALL_DESTINATION` consistent with installed destination | Kevin Albertson | 2024-01-05 | 1 | -1/+1 | |
| * | | | | | | | | | | Tutorial: Add missing `$` in generator expression | Kevin Albertson | 2024-01-05 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge topic 'add_test-CROSSCOMPILING_EMULATOR-exclusive' | Brad King | 2024-01-08 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | add_test: Fix version of CMake introducing CMP0158 (to 3.29) | Robert Maynard | 2024-01-05 | 2 | -1/+3 | |
* | | | | | | | | | | | | Merge topic 'cmake-gui_better_text_with_preset' | Brad King | 2024-01-08 | 3 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | cmake-gui: Hint that the preset compilers will be used | Robert Maynard | 2024-01-05 | 3 | -1/+6 | |
* | | | | | | | | | | | | | Merge topic 'cmake-gui_support_preset_toolchain' | Brad King | 2024-01-08 | 1 | -37/+59 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | cmake-gui: Add support for preset toolchain entry | Robert Maynard | 2024-01-05 | 1 | -37/+59 | |
* | | | | | | | | | | | | | | Merge branch 'release-3.28' | Brad King | 2024-01-08 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge topic 'fix-openbsd' into release-3.28 | Brad King | 2024-01-08 | 3 | -7/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge topic 'fix-openbsd' | Brad King | 2024-01-08 | 3 | -7/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Source: Restore compilation on OpenBSD | Rafael Sadowski | 2024-01-05 | 3 | -7/+7 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-01-08 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-01-07 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-01-06 | 1 | -1/+1 | |
| |_|_|_|_|/ / / / / / |/| | | | | | | | | | |