summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'interface-sources-multi-config'Brad King2020-05-135-59/+123
|\
| * INTERFACE_SOURCES: Fix per-config link libs on multi-config generatorsBrad King2020-05-123-2/+53
| * cmGeneratorTarget: Factor evaluated target prop entries into structBrad King2020-05-121-57/+54
| * cmGeneratorTarget: Track when the set of link libs is config-dependentBrad King2020-05-123-0/+16
* | Merge branch 'release-3.17'Brad King2020-05-130-0/+0
|\ \
| * \ Merge topic 'fix-cache-args-file-to-dep-list' into release-3.17Brad King2020-05-138-0/+52
| |\ \
* | \ \ Merge topic 'fix-cache-args-file-to-dep-list'Brad King2020-05-138-0/+52
|\ \ \ \ | | |/ / | |/| |
| * | | ExternalProject: expose _ep_cache_args_script to the callerBen Boeckel2020-05-128-0/+52
* | | | Merge topic 'conditional-CMAKE_EXPORT_COMPILE_COMMANDS'Brad King2020-05-138-7/+18
|\ \ \ \
| * | | | Initialize CMAKE_EXPORT_COMPILE_COMMANDS only if not set alreadyBrad King2020-05-128-7/+18
| | |_|/ | |/| |
* | | | Merge topic 'FindPython-IronPython-support'Brad King2020-05-135-85/+387
|\ \ \ \
| * | | | FindPython: Add IronPython support on all platformsMarc Chevrier2020-05-115-85/+387
* | | | | CMake Nightly Date StampKitware Robot2020-05-131-1/+1
| |/ / / |/| | |
* | | | Merge topic 'add_unity_mode_examples'Brad King2020-05-121-2/+38
|\ \ \ \
| * | | | Help: Add an example for each UNITY_BUILD_MODE settingRobert Maynard2020-05-111-2/+38
* | | | | Merge topic 'refactor_cmSetPropertiesCommands'Brad King2020-05-124-215/+91
|\ \ \ \ \
| * | | | | set_*_properties: simplify and shorten implementationsTushar Maheshwari2020-05-124-215/+91
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.16'Brad King2020-05-120-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pch-msvc-pragma' into release-3.16Brad King2020-05-111-7/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'vs-pch-compile-opts' into release-3.16Brad King2020-05-112-1/+4
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'release-3.17'Brad King2020-05-120-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge topic 'vs-pch-compile-opts' into release-3.17Brad King2020-05-122-1/+4
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge topic 'vs-pch-compile-opts'Brad King2020-05-122-1/+4
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | VS: Fix using PCH from source with COMPILE_OPTIONSBrad King2020-05-112-1/+4
* | | | | | | | Merge branch 'release-3.17'Brad King2020-05-120-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge topic 'pch-msvc-pragma' into release-3.17Brad King2020-05-121-7/+5
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge topic 'pch-msvc-pragma'Brad King2020-05-121-7/+5
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | MSVC: Use 'pragma system_header' in PCH only on cl 19.13 and aboveBrad King2020-05-111-7/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'release-3.17'Brad King2020-05-120-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'xl-cpp-install' into release-3.17Brad King2020-05-121-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'xl-cpp-install'Brad King2020-05-121-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | XL: Install our Fortran 'cpp' helper script with execute permissionBrad King2020-05-111-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'system-zlib-qt-warnings'Brad King2020-05-121-0/+1
|\ \ \ \ \ \ \
| * | | | | | | CTestCustom: Suppress warning about zlib symbol conflict with QtCoreBrad King2020-05-111-0/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2020-05-121-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge topic 'doxygen-generated-sources'Brad King2020-05-112-8/+29
|\ \ \ \ \ \ \
| * | | | | | | FindDoxygen: Allow generated files with USE_STAMP_FILECraig Scott2020-05-092-4/+25
| * | | | | | | FindDoxygen: Formatting-only indentation cleanup for test caseCraig Scott2020-05-091-4/+4
* | | | | | | | Merge topic 'source_group_forward_slashes'Brad King2020-05-116-7/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | source_group: Support forward slashes in group hierarchyCraig Scott2020-05-106-7/+26
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'release-3.16'Brad King2020-05-110-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'FindGTK2-harfbuzz-target' into release-3.16Brad King2020-05-091-3/+6
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'release-3.17'Brad King2020-05-110-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge topic 'FindGTK2-harfbuzz-target' into release-3.17Brad King2020-05-111-3/+6
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge topic 'FindGTK2-harfbuzz-target'Brad King2020-05-111-3/+6
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | FindGTK2: Add harfbuzz target for dependency from pangoBrad King2020-05-091-3/+6
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'unity_explicit_groups'Brad King2020-05-1127-46/+581
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Unity Builds: Support explicit specification of sources to groupsRobert Maynard2020-05-0727-5/+511
| * | | | | | | Unity: Refactor implementation to make it easier to extendRobert Maynard2020-05-061-45/+74
* | | | | | | | CMake Nightly Date StampKitware Robot2020-05-111-1/+1
| |_|_|_|/ / / |/| | | | | |