summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-3.16'Brad King2019-11-120-0/+0
|\
| * Merge topic 'objc-xcode-flags' into release-3.16Brad King2019-11-126-8/+61
| |\
* | \ Merge topic 'objc-xcode-flags'Brad King2019-11-126-8/+61
|\ \ \ | | |/ | |/|
| * | ObjC: Add OBJC/OBJCXX flags to Xcode projectsCristian Adam2019-11-116-8/+61
* | | Merge branch 'release-3.16'Brad King2019-11-120-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'update-expat' into release-3.16Brad King2019-11-1224-4843/+4037
| |\ \
* | \ \ Merge topic 'update-expat'Brad King2019-11-1224-4843/+4037
|\ \ \ \ | | |/ / | |/| |
| * | | expat: Update CMake build for 2.2.9Brad King2019-11-111-1/+0
| * | | Merge branch 'upstream-expat' into update-expatBrad King2019-11-1122-4840/+4036
| |\ \ \
| | * | | expat 2019-09-25 (a7bc26b6)Expat Upstream2019-11-1122-4852/+4052
| * | | | expat: Update script to get Expat 2.2.9Brad King2019-11-111-2/+1
* | | | | Merge branch 'release-3.16'Brad King2019-11-120-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'reference-IMPORTED_IMPLIB-more' into release-3.16Brad King2019-11-121-0/+3
| |\ \ \ \
* | \ \ \ \ Merge topic 'reference-IMPORTED_IMPLIB-more'Brad King2019-11-121-0/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help: Reference IMPORTED_IMPLIB from the IMPORTED_LOCATION documentationMarc Aldorasi2019-11-111-0/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.16'Brad King2019-11-120-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'pch-cray-classic' into release-3.16Brad King2019-11-121-1/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'pch-cray-classic'Brad King2019-11-121-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Tests: Fix ExportImport PCH expectation on Cray Classic compilerBrad King2019-11-111-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.16'Brad King2019-11-120-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'resolve-full-path-at-generate-time' into release-3.16Brad King2019-11-122-2/+2
| |\ \ \ \
* | \ \ \ \ Merge topic 'resolve-full-path-at-generate-time'Brad King2019-11-122-2/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | UnityBuild: Resolve full paths of unity source includesDaniel Eiband2019-11-111-1/+1
| * | | | | cmFileAPI: Resolve full path in PCH source comparisonDaniel Eiband2019-11-111-1/+1
* | | | | | Merge branch 'release-3.16'Craig Scott2019-11-120-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'pch-no-duplicates' into release-3.16Craig Scott2019-11-126-34/+17
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'pch-no-duplicates'Craig Scott2019-11-126-34/+17
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | PCH: No repeated path for internal generated PCH filesCristian Adam2019-11-116-34/+17
* | | | | | | Merge branch 'release-3.16'Craig Scott2019-11-120-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS' into release-3.16Craig Scott2019-11-1214-36/+55
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS'Craig Scott2019-11-1214-36/+55
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Tests: Add RunCMake.CPackCommandLine case for multi-config packageBrad King2019-11-116-0/+51
| * | | | | | CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONSAlex Turbov2019-11-118-36/+4
| | |_|_|/ / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2019-11-121-1/+1
* | | | | | Merge branch 'release-3.16'Brad King2019-11-110-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'objc-trycompile' into release-3.16Brad King2019-11-1114-80/+198
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'objc-trycompile'Brad King2019-11-1114-80/+198
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ObjC: Add try_compile supportCristian Adam2019-11-0914-80/+198
* | | | | | | Merge branch 'release-3.16'Brad King2019-11-110-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'objc-link-main' into release-3.16Brad King2019-11-111-50/+26
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'objc-link-main'Brad King2019-11-111-50/+26
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ObjC: Set same settings for all languages supported on DarwinCristian Adam2019-11-071-50/+26
* | | | | | | Merge topic 'doc-backport'Craig Scott2019-11-112-3/+36
|\ \ \ \ \ \ \
| * | | | | | | Help/dev: Document "Backport:" footer for MR descriptionsBrad King2019-11-112-3/+32
| * | | | | | | Help/dev: Add 'external-discussion' to the main workflow status listBrad King2019-11-061-0/+4
* | | | | | | | CMake Nightly Date StampKitware Robot2019-11-111-1/+1
* | | | | | | | Merge branch 'release-3.16'Craig Scott2019-11-100-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge topic 'docs-UNITY_BUILD' into release-3.16Craig Scott2019-11-107-75/+120
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'docs-UNITY_BUILD'Craig Scott2019-11-107-75/+120
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Help: Improve readability and fix inaccuracies in unity build docsCraig Scott2019-11-097-75/+120
| |/ / / / / / /