summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* macOS: Add OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION propertiesIsuru Fernando2020-01-2410-19/+84
* Merge topic 'FindGTK2-doc'Brad King2020-01-211-65/+52
|\
| * FindGTK2: Fix documentation formattingBrad King2020-01-211-65/+52
|/
* Merge branch 'release-3.16'Brad King2020-01-210-0/+0
|\
| * CMake 3.16.3v3.16.3Brad King2020-01-211-1/+1
* | Merge topic 'mingw-find-no-dll'Brad King2020-01-213-2/+8
|\ \
| * | MinGW: Update find_library to not find plain .dll filesBrad King2020-01-203-2/+8
* | | Merge topic 'install-std-string'Brad King2020-01-2117-119/+122
|\ \ \
| * | | cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-2117-119/+122
| |/ /
* | | Merge branch 'release-3.15'Brad King2020-01-210-0/+0
|\ \ \
| * \ \ Merge branch 'InstallRequiredSystemLibraries-redist' into release-3.15Brad King2020-01-201-6/+20
| |\ \ \
* | \ \ \ Merge branch 'release-3.16'Brad King2020-01-210-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge topic 'InstallRequiredSystemLibraries-redist' into release-3.16Brad King2020-01-211-6/+20
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge topic 'InstallRequiredSystemLibraries-redist'Brad King2020-01-211-6/+20
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | IRSL: Install msvcp140_{1,2,codecvt_ids}.dll if availableBrad King2020-01-201-6/+20
* | | | | CMake Nightly Date StampKitware Robot2020-01-211-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'multi-ninja-pch'Brad King2020-01-2013-133/+192
|\ \ \ \
| * | | | Multi-Ninja: Add precompile headers supportCristian Adam2020-01-1713-133/+192
* | | | | Merge topic 'realpath-cache'Brad King2020-01-203-2/+17
|\ \ \ \ \
| * | | | | cmGlobalGenerator: Add cache for realpath() resultsTim Blechmann2020-01-163-2/+17
* | | | | | Merge branch 'release-3.16'Brad King2020-01-200-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge topic 'autogen_rcc_skip_unity' into release-3.16Brad King2020-01-202-14/+19
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'autogen_rcc_skip_unity'Brad King2020-01-202-14/+19
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Autogen: Enable SKIP_UNITY_BUILD_INCLUSION on AUTORCC generated filesSebastian Holtermann2020-01-172-14/+19
* | | | | | | Merge topic 'fphsa-name-mismatch'Brad King2020-01-2015-4/+121
|\ \ \ \ \ \ \
| * | | | | | | FPHSA: acknowledge the name mismatches in CMake-owned modulesBen Boeckel2020-01-145-1/+8
| * | | | | | | FPHSA: detect package name mismatchesBen Boeckel2020-01-1410-3/+113
* | | | | | | | Merge topic 'acc-fix-in-source-depends-path'Brad King2020-01-204-6/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests/CustomCommand: add a test for depending on a `./path`Ben Boeckel2020-01-161-0/+8
| * | | | | | | | Tests/CustomCommand: fix custom command line to actually make its outputBen Boeckel2020-01-161-1/+1
| * | | | | | | | cmGeneratorTarget: search for relative paths to the binary directoryBen Boeckel2020-01-161-0/+11
| * | | | | | | | cmLocalGenerator: collapse the path after constructionBen Boeckel2020-01-162-0/+3
| * | | | | | | | add_custom_command: check if a relative path should be an in-source pathBen Boeckel2020-01-163-4/+15
| * | | | | | | | cmLocalGenerator: simplify the current source dir queryBen Boeckel2020-01-161-2/+1
* | | | | | | | | Merge topic 'stl-support'Brad King2020-01-203-1/+87
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | STL Support: enhance behavior of cm::dynamic_reference_castMarc Chevrier2020-01-171-1/+9
| * | | | | | | | | STL Support: extends type_traits for future developmentsMarc Chevrier2020-01-172-0/+78
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2020-01-201-1/+1
* | | | | | | | | Merge branch 'release-3.16'Craig Scott2020-01-190-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'pch-msvc-no-path-repetition' into release-3.16Craig Scott2020-01-191-1/+2
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'pch-msvc-no-path-repetition'Craig Scott2020-01-191-1/+2
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | PCH: No repeated path for internal generated PCH files (MSVC case)Cristian Adam2020-01-161-1/+2
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-01-191-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-01-181-1/+1
* | | | | | | | | | Merge topic 'step5'Brad King2020-01-171-4/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Tutorial: Clarify Step 5Betsy McPhail2020-01-161-4/+10
* | | | | | | | | | | Merge topic 'out-of-dir-link-list'Brad King2020-01-1718-140/+214
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | target_link_libraries: Fix out-of-dir linking of a list of targetsBrad King2020-01-1617-85/+141
| * | | | | | | | | | | cmTargetLinkLibrariesCommand: Move HandleLibrary to helper structBrad King2020-01-161-65/+82
| * | | | | | | | | | | Tests: Enable CMP0022 in ExportImport out-of-dir linking caseBrad King2020-01-141-0/+1