summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tests/CTestTest*: Update cmake_minimum_required versionsBrad King2023-02-1024-24/+24
* Tests: Update cmake_minimum_required versions in a few testsBrad King2023-02-103-3/+3
* Tests: Teach RunCMake to optionally ignore policy version deprecation warningsBrad King2023-02-0914-75/+19
* Merge topic 'vs9-deprecate'Brad King2023-02-0910-6/+53
|\
| * Deprecate Visual Studio 9 2008 generatorBrad King2023-02-0810-6/+53
* | Merge topic 'target-with-cxxmodule-filesets'Brad King2023-02-091-3/+5
|\ \
| * | cmGeneratorTarget: `INTERFACE` targets with C++ modules are also "in"Ben Boeckel2023-02-081-3/+5
* | | Merge branch 'release-3.26'Brad King2023-02-090-0/+0
|\ \ \
| * \ \ Merge topic 'curl-windows-restore-tls1.3' into release-3.26Brad King2023-02-091-7/+0
| |\ \ \
* | \ \ \ Merge topic 'curl-windows-restore-tls1.3'Brad King2023-02-091-7/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | curl: Enable schannel TLS 1.3 support on Windows 11Brad King2023-02-081-7/+0
* | | | | Merge branch 'release-3.26'Brad King2023-02-090-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'doc-find_package-root-case' into release-3.26Brad King2023-02-093-9/+10
| |\ \ \ \
* | \ \ \ \ Merge topic 'doc-find_package-root-case'Brad King2023-02-093-9/+10
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help: Clarify that <PackageName>_ROOT variable names are case-preservedBrad King2023-02-083-9/+10
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.26'Brad King2023-02-090-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'stop_parsing_after_first_script_arg' into release-3.26Brad King2023-02-093-5/+18
| |\ \ \ \
* | \ \ \ \ Merge topic 'stop_parsing_after_first_script_arg'Brad King2023-02-093-5/+18
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | cmake: Stop parsing after `--` when detecting script modeRobert Maynard2023-02-083-5/+18
* | | | | | Merge branch 'release-3.26'Kyle Edwards2023-02-090-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'target-runtime-dlls-doc' into release-3.26Kyle Edwards2023-02-091-3/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge topic 'target-runtime-dlls-doc'Kyle Edwards2023-02-091-3/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help: Update $<TARGET_RUNTIME_DLLS> docs to use cmake -E copy -tKyle Edwards2023-02-081-3/+3
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2023-02-091-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'ctest-remove-cmake-intdir'Brad King2023-02-083-15/+1
|\ \ \ \
| * | | | Tests/OutDir: Remove stale cache entry on multi-config generatorsKyle Edwards2023-02-071-1/+1
| * | | | CTest: Remove usages of CMAKE_INTDIRKyle Edwards2023-02-072-14/+0
* | | | | Merge topic 'feature/sphinx-linkcheck'Brad King2023-02-082-2/+5
|\ \ \ \ \
| * | | | | Help: Fix broken links found by `linkcheck`Alex Turbov2023-02-071-2/+2
| * | | | | ci: Check for broken links when build HTML manualAlex Turbov2023-02-071-0/+3
| | |_|_|/ | |/| | |
* | | | | Merge topic 'ninja-no-cleandead'Brad King2023-02-082-8/+0
|\ \ \ \ \
| * | | | | cmGlobalNinjaGenerator: Remove unused memberBrad King2023-02-072-8/+0
| |/ / / /
* | | | | Merge topic 'update-kwsys'Brad King2023-02-089-967/+9
|\ \ \ \ \
| * | | | | Tests: Remove references to dropped KWSys SharedForward componentBrad King2023-02-073-18/+0
| * | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2023-02-076-949/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | KWSys 2023-02-07 (db9470d4)KWSys Upstream2023-02-076-949/+9
* | | | | | Merge branch 'release-3.26'Brad King2023-02-080-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge topic 'automoc-message-typo' into release-3.26Brad King2023-02-081-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'automoc-message-typo'Brad King2023-02-081-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | AutoMoc: Fix verbose mode messageJoerg Bornemann2023-02-071-1/+1
* | | | | | | Merge branch 'release-3.26'Brad King2023-02-080-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'findopenssl-static-findpkg-fix' into release-3.26Brad King2023-02-081-2/+8
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'findopenssl-static-findpkg-fix'Brad King2023-02-081-2/+8
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | FindOpenSSL: Use static pkgconfig if OPENSSL_USE_STATIC_LIBS=ONKyle Edwards2023-02-071-2/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'release-3.26'Brad King2023-02-080-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'doc-FetchContent-catch2' into release-3.26Brad King2023-02-082-4/+4
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'doc-FetchContent-catch2'Brad King2023-02-082-4/+4
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | FetchContent: Bump documented example Catch2 to v3.0.1Eisuke Kawashima2023-02-072-4/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'release-3.26'Brad King2023-02-080-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'doc-cpack-generator-fields' into release-3.26Brad King2023-02-086-423/+491
| |\ \ \ \ \ \