summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | ExternalProject: omit --no-checkout from git clone when using git 2.20.x.Nate Avers2020-07-241-1/+5
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'xcode-12-legacy-deprecation' into release-3.18Brad King2020-07-271-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Xcode: Suppress legacy build system deprecation warningBrad King2020-07-231-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge topic 'FindXalanC-1.12' into release-3.18Brad King2020-07-271-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindXalanC: Fix version parsing for XalanC 1.12Brad King2020-07-241-3/+3
| |/ / / / / / / /
* | | | | | | | | Merge topic 'vs-lang-flags' into release-3.18Brad King2020-07-274-0/+29
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | VS: Restore toleration of target-wide -TP flag with MSVCBrad King2020-07-234-0/+29
| |/ / / / / / /
* | | | | | | | Merge topic 'file-GET_RUNTIME_DEPENDENCIES-terms' into release-3.18Brad King2020-07-231-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: Update file(GET_RUNTIME_DEPENDENCIES) prose to match option namesBrad King2020-07-231-2/+2
| |/ / / / / / /
* | | | | | | | Merge topic 'cmake-gui-qt-5.14' into release-3.18Brad King2020-07-231-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake-gui: Fix crash when built with Qt 5.14 or laterBrad King2020-07-221-2/+3
| |/ / / / / / /
* | | | | | | | Merge topic 'aux-install-dest' into release-3.18Brad King2020-07-222-8/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | Auxiliary: Add options to control Vim and Emacs file installationBrad King2020-07-212-8/+25
| |/ / / / / / /
* | | | | | | | Merge topic 'graphviz-restore-per-target' into release-3.18Brad King2020-07-225-7/+201
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'backport-3.17-graphviz-restore-per-target'Brad King2020-07-215-7/+201
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Tests: Cover Graphviz support for per-target dependency graph optionsStephan Rohmen2020-07-213-0/+56
| | * | | | | | Graphviz: Restore support for per-target dependency graph optionsStephan Rohmen2020-07-212-7/+145
| | |/ / / / /
* | | | | | | Merge topic 'ghs-crash' into release-3.18Brad King2020-07-211-2/+3
|\ \ \ \ \ \ \
| * | | | | | | GHS: Fix crash when GHS_NO_SOURCE_GROUP_FILE property is not definedBrad King2020-07-201-2/+3
| |/ / / / / /
* | | | | | | Merge topic 'bootstrap-system-http2' into release-3.18Brad King2020-07-211-2/+4
|\ \ \ \ \ \ \
| * | | | | | | bootstrap: Add options to control use of system nghttp2Brad King2020-07-201-2/+4
| |/ / / / / /
* | | | | | | Merge topic 'strdup' into release-3.18Brad King2020-07-211-0/+4
|\ \ \ \ \ \ \
| * | | | | | | centos5: Fix FTBFS with strdupJulien Schueller2020-07-201-0/+4
| |/ / / / / /
* | | | | | | Merge topic 'xcode-native-arch' into release-3.18Craig Scott2020-07-215-1/+41
|\ \ \ \ \ \ \
| * | | | | | | Xcode: Explicitly specify default native architecture on macOSBrad King2020-07-204-1/+32
| * | | | | | | cmGlobalXCodeGenerator: Save CMAKE_SYSTEM_NAME in memberBrad King2020-07-162-0/+9
| |/ / / / / /
* | | | | | | Merge topic 'swift-link-iface' into release-3.18Brad King2020-07-202-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Swift: Fix regression in linking to interface librariesBrad King2020-07-172-0/+4
| |/ / / / / /
* | | | | | | Merge topic 'ninja-multi-rsp' into release-3.18Brad King2020-07-171-4/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Ninja Multi-Config: Make link response files per-configKyle Edwards2020-07-161-4/+14
| |/ / / /
* | | | | CMake 3.18.0v3.18.0Brad King2020-07-151-1/+1
* | | | | Merge topic 'doc-find_package' into release-3.18Brad King2020-07-151-1/+1
|\ \ \ \ \
| * | | | | Help: Fix typo in find_package documentationKai Koehne2020-07-151-1/+1
* | | | | | Merge topic 'nvcc_host' into release-3.18Brad King2020-07-151-2/+2
|\ \ \ \ \ \
| * | | | | | NVCC: Handle host compiler with spaces in pathRaul Tambre2020-07-141-2/+2
* | | | | | | Merge topic 'source_file_props_dedup_scopes' into release-3.18Craig Scott2020-07-142-2/+33
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | set_property: Deduplicate source file directory scopesAlexandru Croitor2020-07-132-2/+33
* | | | | | | Merge topic 'macos-11-file-GET_RUNTIME_DEPENDENCIES' into release-3.18Brad King2020-07-142-13/+28
|\ \ \ \ \ \ \
| * | | | | | | Tests: Update file(G_R_D) test to make system library optionalKyle Edwards2020-07-131-12/+14
| * | | | | | | file: Update GET_RUNTIME_DEPENDENCIES for macOS 11 dylib cacheBrad King2020-07-131-1/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'profiling-case-insensitive-command-names' into release-3.18Brad King2020-07-143-2/+19
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | cmake: Store lowercase command names in profiling outputCraig Scott2020-07-133-2/+19
| |/ / / / /
* | | | | | Merge topic 'imported-local-target-alias' into release-3.18Brad King2020-07-135-6/+28
|\ \ \ \ \ \
| * | | | | | ALIAS targets: Non-global aliases must be propagated to sub-directoriesMarc Chevrier2020-07-115-6/+28
| |/ / / / /
* | | | | | Merge topic 'doc-source-prop-dir-options' into release-3.18Brad King2020-07-134-56/+84
|\ \ \ \ \ \
| * | | | | | Help: Clarify wording of dir-related source property optionsCraig Scott2020-07-134-56/+84
| |/ / / / /
* | | | | | Merge topic 'supported-profiling-formats' into release-3.18Brad King2020-07-131-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | cmake: Show supported formats in --help output for --profiling-formatCraig Scott2020-07-111-1/+3
|/ / / / /
* | | | | CMake 3.18.0-rc4v3.18.0-rc4Brad King2020-07-101-1/+1
* | | | | Merge topic 'source_file_both_props' into release-3.18Brad King2020-07-1010-33/+75
|\ \ \ \ \