summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'automoc-moc-options-test'Brad King2023-06-019-11/+82
|\
| * cmQtAutoGenInitializer: Reduce string copiesOrkun Tokdemir2023-05-311-1/+1
| * cmQtAutoGenInitializer: Remove no-op callsOrkun Tokdemir2023-05-311-4/+0
| * cmQtAutoGenInitializer: Improve const correctnessOrkun Tokdemir2023-05-311-4/+4
| * cmTarget: Improve const correctness of AddUtilityOrkun Tokdemir2023-05-312-2/+3
| * Help: Add AUTOMOC_MOC_OPTIONS exampleOrkun Tokdemir2023-05-311-0/+36
| * Tests: Add test for AUTOMOC_MOC_OPTIONSOrkun Tokdemir2023-05-315-0/+38
* | Merge topic 'cmuvprocesschain-finished'Kyle Edwards2023-06-013-0/+18
|\ \
| * | cmUVProcessChain: Add Finished() methodKyle Edwards2023-05-313-0/+18
| |/
* | Merge topic 'hip-multiarch'Brad King2023-06-015-11/+47
|\ \
| * | HIP: Fix search for hip-lang CMake package on multiarch distrosBrad King2023-05-313-8/+45
| * | Linux: Provide multiarch library directory regex earlierBrad King2023-05-312-3/+2
| |/
* | Merge topic 'remove-header-unit-fileset-type'Brad King2023-06-0148-376/+43
|\ \
| * | cxxmodules: update the experimental UUIDBen Boeckel2023-05-3112-12/+12
| * | cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesetsBen Boeckel2023-05-3136-364/+31
| |/
* | Merge topic 'cuda-ipo-arch'Brad King2023-06-012-3/+10
|\ \
| * | CUDA/NVIDIA: fix LTO with explicit architecturesRafael Stahl2023-05-312-3/+10
* | | Merge topic 'cmake-compile-no-warning-as-error'Brad King2023-06-017-18/+38
|\ \ \
| * | | Preserve --compile-no-warning-as-error in automatic CMake re-runsBrad King2023-05-307-18/+38
| * | | Xcode: Internally uses -S instead of -H to specify source directoryBrad King2023-05-301-1/+1
* | | | Merge topic 'update-curl'Brad King2023-06-01132-6905/+11993
|\ \ \ \
| * | | | Utilities: Update hard-coded try_compile results for curl 8.1.2Brad King2023-05-301-0/+3
| * | | | Merge branch 'upstream-curl' into update-curlBrad King2023-05-30130-6904/+11989
| |\ \ \ \
| | * | | | curl 2023-05-30 (7ab9d437)Curl Upstream2023-05-30130-6900/+11986
| * | | | | curl: Update script to get curl 8.1.2Brad King2023-05-301-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2023-06-011-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'release-3.26'Brad King2023-05-310-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge topic 'find-boost-1.82' into release-3.26Brad King2023-05-311-2/+3
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'find-boost-1.82'Brad King2023-05-311-2/+3
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | FindBoost: Add support for Boost 1.82huangqinjin2023-05-311-2/+3
| |/ / / / /
* | | | | | Merge topic 'AddCacheEntry-suppress-raw-pointer-usage'Brad King2023-05-3118-85/+97
|\ \ \ \ \ \
| * | | | | | AddCacheEntry: Suppress raw pointer usageMarc Chevrier2023-05-3018-85/+97
* | | | | | | Merge topic 'orkun_24848_19_05_2023'Brad King2023-05-313-26/+103
|\ \ \ \ \ \ \
| * | | | | | | Autogen: Fix multi-config generated file issueOrkun Tokdemir2023-05-273-10/+73
| * | | | | | | Autogen: Optimize cmake_autogen execution for CROSS_CONFIG usageOrkun Tokdemir2023-05-261-3/+17
| * | | | | | | Improve Const CorrectnessOrkun Tokdemir2023-05-261-13/+13
* | | | | | | | Merge topic 'cmake-verbose-print-build-tool-command'Brad King2023-05-318-38/+80
|\ \ \ \ \ \ \ \
| * | | | | | | | cmGlobalGenerator: use a stream for output in `Build`Ben Boeckel2023-05-275-35/+38
| * | | | | | | | cmake: write the build command itself with `--verbose`Ben Boeckel2023-05-162-1/+15
| * | | | | | | | cmGlobalGenerator: fix off-by-one for `&&` command joiningBen Boeckel2023-05-161-1/+1
| * | | | | | | | cmGlobalGenerator: quote commands in `::Build` outputBen Boeckel2023-05-161-4/+7
| * | | | | | | | cmGlobalGenerator: add a `QuotedPrintable` method for commandsBen Boeckel2023-05-162-0/+19
| * | | | | | | | cmGlobalGenerator: add missing spaces in outputBen Boeckel2023-05-161-3/+3
| * | | | | | | | cmGlobalGenerator: use `cmStrCat` in `::Build`Ben Boeckel2023-05-161-13/+10
| * | | | | | | | cmOutputConverter: add a `static` version of `EscapeForShell`Ben Boeckel2023-05-162-5/+11
* | | | | | | | | Merge topic 'help-importing-exporting-lib'Brad King2023-05-311-4/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Help/guide: fix MathFunctionsTargets.cmake path in importing-exportingOlivier Blin2023-05-261-4/+5
* | | | | | | | | | Merge branch 'release-3.26'Brad King2023-05-310-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Merge topic 'werror_space_fix' into release-3.26Brad King2023-05-311-1/+1
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'werror_space_fix'Brad King2023-05-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |