summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | CMakeDetermineCompilerABI: Avoid removing the flag after -WerrorRaul Tambre2023-05-301-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'cmake-debugger'Brad King2023-05-3169-10/+5364
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmake: Add debuggerGlen Chung2023-05-3069-10/+5364
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2023-05-311-1/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge branch 'release-3.26' into masterBrad King2023-05-300-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / /
| * | | | | | | Merge topic 'backport-sphinx-file-encoding' into release-3.26Brad King2023-05-303-9/+10
| |\ \ \ \ \ \ \
| | * | | | | | | Tests: Always load presets schema as UTF-8Craig Scott2023-05-301-3/+3
| | * | | | | | | Sphinx: Modernize UTF-8 encoding handling when updating CMake.qhpCraig Scott2023-05-301-4/+4
| | * | | | | | | Sphinx: Specify encoding when opening files for title extractionCraig Scott2023-05-301-2/+3
| |/ / / / / / /
* | | | | | | | Merge topic 'import-cppdap'Brad King2023-05-3070-2/+12091
|\ \ \ \ \ \ \ \
| * | | | | | | | ci: Provide cppdap in extdeps jobsBrad King2023-05-261-0/+19
| * | | | | | | | cppdap: Build as part of CMake or use external installationBrad King2023-05-2614-4/+161
| * | | | | | | | Merge branch 'upstream-cppdap' into import-cppdapGlen Chung2023-05-2654-0/+11861
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cppdap 2023-05-26 (03cc1867)cppdap Upstream2023-05-2654-0/+11861
| | / / / / / / /
| * | | | | | | | cppdap: Add script to import version as of 2023-05-25Brad King2023-05-261-0/+30