summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge topic 'xcode-embed-libraries'Craig Scott2021-09-1610-27/+44
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Xcode: add support for embedding dynamic librariesLucas SOLTIC2021-09-1310-27/+44
* | | | | Merge topic 'clarify_cmake_policy_warning_doc'Brad King2021-09-161-2/+3
|\ \ \ \ \
| * | | | | Help: Improve explanation on CMAKE_POLICY_WARNING warnings occurRobert Maynard2021-09-151-2/+3
| | |_|_|/ | |/| | |
* | | | | Merge topic 'enh-CPack-SetOption-accepts-new-types'Brad King2021-09-1615-116/+129
|\ \ \ \ \
| * | | | | Use new SetOption signaturesMarc Chevrier2021-09-1514-112/+88
| * | | | | cmCPackGenerator::SetOption accepts cmProp or std::stringMarc Chevrier2021-09-152-4/+41
* | | | | | Merge topic 'enh-CTest-SetOption-accepts-new-types'Brad King2021-09-165-17/+49
|\ \ \ \ \ \
| * | | | | | Use new SetOption signaturesMarc Chevrier2021-09-153-15/+15
| * | | | | | cmCTestGenericHandler::SetOption accepts cmProp or std::stringMarc Chevrier2021-09-152-2/+34
| |/ / / / /
* | | | | | Merge topic 'update-curl'Brad King2021-09-16128-3066/+3874
|\ \ \ \ \ \
| * | | | | | curl: Set build options the way we need for CMakeBrad King2021-09-151-0/+12
| * | | | | | Merge branch 'upstream-curl' into update-curlBrad King2021-09-15124-3029/+3817
| |\ \ \ \ \ \
| | * | | | | | curl 2021-09-14 (8e82f2a0)Curl Upstream2021-09-15124-3029/+3818
| * | | | | | | curl: Update script to get curl 7.79.0Brad King2021-09-151-1/+1
| * | | | | | | cmCurl: Fix file:// URLs with spaces for curl 7.78+Brad King2021-09-151-1/+6
| * | | | | | | cmCurl: Adopt helper to fix file:// URLsBrad King2021-09-153-35/+38
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'release-3.21'Brad King2021-09-160-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge topic 'vs2022' into release-3.21Brad King2021-09-164-3/+19
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'vs2022'Brad King2021-09-164-3/+19
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | VS: Update Visual Studio 17 2022 generator for Preview 4Brad King2021-09-152-3/+9
| * | | | | | | VS: Fix managed C++ project generation for VS 2022Brad King2021-09-152-0/+10
| |/ / / / / /
* | | | | | | Merge topic 'msvc-pch-obj-restriction'Brad King2021-09-163-1/+27
|\ \ \ \ \ \ \
| * | | | | | | PCH: MSVC: Restrict OBJECT library INTERFACE_LINK_LIBRARIES usageCristian Adam2021-09-153-1/+27
* | | | | | | | CMake Nightly Date StampKitware Robot2021-09-161-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge topic 'cpack-nsis-apps-n-features'Brad King2021-09-151-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | CPack/NSIS: Fix uninstall on Windows using "Apps & Features"Andras Lasso2021-09-141-1/+1
* | | | | | | Merge topic 'fltk_re-entrant'Brad King2021-09-151-4/+8
|\ \ \ \ \ \ \
| * | | | | | | FindFLTK: Safe to include multiple timesRobert Maynard2021-09-141-4/+8
* | | | | | | | Merge topic 'cmProp-explicit-string_view-cast-operator'Brad King2021-09-156-9/+39
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | cmProp: cm::string_view cast operator must be explicitMarc Chevrier2021-09-146-9/+39
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2021-09-151-1/+1
|/ / / / / /
* | | | | | Merge topic 'pch-xcode-multiple-languages'Brad King2021-09-147-2/+52
|\ \ \ \ \ \
| * | | | | | PCH: Fix all-language precompile header support in XcodeCristian Adam2021-09-137-2/+52
* | | | | | | Merge topic 'find-matlab-imported-targets'Brad King2021-09-144-0/+103
|\ \ \ \ \ \ \
| * | | | | | | FindMatlab: Add imported targetsSilvio Traversaro2021-09-134-0/+103
* | | | | | | | Merge topic 'GNUInstallDirs_become_conda_install_aware'Brad King2021-09-141-5/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | GNUInstallDirs now aware of conda lib directory requirementsRobert Maynard2021-09-131-5/+32
* | | | | | | | | Merge topic 'refactor-CPack-GetOption-returns-cmProp'Brad King2021-09-1426-494/+462
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-1326-494/+462
* | | | | | | | | | Merge topic 'refactor-CTest-GetOption-returns-cmProp'Brad King2021-09-147-35/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmCTestGenericHandler::GetOption returns cmPropMarc Chevrier2021-09-137-35/+30
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'update-jsoncpp'Brad King2021-09-1417-2339/+2291
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | IWYU: Map jsoncpp internal header to its public headerBrad King2021-09-101-0/+1
| * | | | | | | | | | Merge branch 'upstream-jsoncpp' into update-jsoncppBrad King2021-09-0915-2338/+2289
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | jsoncpp 2020-09-25 (9059f5ca)JsonCpp Upstream2021-09-0915-2304/+2291
| * | | | | | | | | | | jsoncpp: Update script to get jsoncpp 1.9.4Brad King2021-09-091-1/+1
* | | | | | | | | | | | Merge topic 'iwyu-cl'Brad King2021-09-1410-3/+47
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | IWYU: Add `--driver-mode=cl` when applicablePigeonF2021-09-1010-3/+47
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'CMakeDependentOption-condition-syntax'Brad King2021-09-1417-21/+143
|\ \ \ \ \ \ \ \ \ \ \ \