summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge topic 'doc-discourse' into release-3.16Craig Scott2019-11-065-22/+19
|\ \ \
| * | | CMakeSystemSpecificInformation: Replace mailing list with Discourse ForumBrad King2019-11-061-3/+3
| * | | README: Replace link to mailing list the CMake Discourse ForumBrad King2019-11-061-3/+3
| * | | README: Update links to cmake.org pagesBrad King2019-11-051-3/+3
| * | | Help: Replace links to mailing lists with links to our Discourse ForumBrad King2019-11-051-7/+3
| * | | CMakeCPack: Update Debian package contact emailBrad King2019-11-051-1/+1
| * | | Help/dev: Update maintainer guide for Discourse transitionBrad King2019-11-051-5/+6
| |/ /
* | | Merge branch 'findpostgres-10-and-older' into release-3.16Brad King2019-11-052-8/+28
|\ \ \
| * | | FindPostgreSQL: support version encoding used in pre-10 releasesBen Boeckel2019-11-042-8/+28
| |/ /
* | | Merge branch 'source_group-tree' into release-3.16Brad King2019-11-053-5/+43
|\ \ \
| * | | source_group: ensure that passed file is not a directoryMateusz Janek2019-11-043-5/+43
| |/ /
* | | Merge branch 'objc-pch' into release-3.16Brad King2019-11-054-10/+31
|\ \ \
| * | | PCH: Add support for OBJC/OBJCXX languagesCristian Adam2019-11-034-10/+31
* | | | Merge branch 'clarify_compile_features_documentation' into release-3.16Brad King2019-11-053-15/+15
|\ \ \ \
| * | | | Help: Clarify what 'aware' means as it relates to C++ standardsRobert Maynard2019-11-043-15/+15
| | |/ / | |/| |
* | | | Merge branch 'docs-INSTALL_REMOVE_ENVIRONMENT_PATH' into release-3.16Brad King2019-11-053-12/+18
|\ \ \ \
| * | | | Help: Fix inaccuracies in INSTALL_REMOVE_ENVIRONMENT_RPATH docsCraig Scott2019-11-042-11/+17
| * | | | RPATH: Remove stray indent in generated file(RPATH_CHANGE) commandCraig Scott2019-11-041-1/+1
| |/ / /
* | | | Merge branch 'add_CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY' into release...Craig Scott2019-11-0512-6/+65
|\ \ \ \
| * | | | find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRYRobert Maynard2019-11-0412-6/+65
| |/ / /
* | | | Merge branch 'tutorial-cleanup' into release-3.16Brad King2019-11-041-63/+66
|\ \ \ \
| * | | | Tutorial: clean up typos, grammar and formattingCraig Scott2019-11-041-63/+66
| |/ / /
* | | | Merge branch 'root-dir-assertion-fix' into release-3.16Brad King2019-11-044-2/+22
|\ \ \ \
| * | | | ForceToRelativePath: Fix spurious assertion when local path is root dirCraig Scott2019-11-024-2/+22
| |/ / /
* | | | Merge branch 'FindwxWidgets-wxwin-313' into release-3.16Brad King2019-11-041-0/+10
|\ \ \ \
| * | | | FindwxWidgets: Add support for 3.1.3 VS binariesTomasz Słodkowicz2019-11-011-0/+10
| |/ / /
* | | | Merge branch 'update-compile-feature-supported-compiler-list' into release-3.16Brad King2019-11-041-11/+11
|\ \ \ \
| * | | | Help: Remove out of date bounds on compile feature supported versionsRobert Maynard2019-11-011-11/+11
* | | | | Merge branch 'fix_load_cache_docs' into release-3.16Brad King2019-11-041-2/+2
|\ \ \ \ \
| * | | | | Help: Clarify load_cache documentation of first parameterCharles Barto2019-11-011-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'docs-file-GET_RUNTIME_DEPENDENCIES' into release-3.16Craig Scott2019-11-031-10/+10
|\ \ \ \ \
| * | | | | Help: Typo and grammar fixes for file(GET_RUNTIME_DEPENDENCIES)Craig Scott2019-11-031-10/+10
| |/ / / /
* | | | | Merge branch 'docs-list-remove_item' into release-3.16Craig Scott2019-11-031-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Help: list(REMOVE_ITEM) removes all instances, not just the first foundCraig Scott2019-11-021-1/+1
| |/ / /
* | | | Merge branch 'clarify-BOOL-genex-eval' into release-3.16Brad King2019-10-311-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Help: drop confusing reference to `if()` from `$<BOOL:>`Ben Boeckel2019-10-311-2/+2
|/ / /
* | | CMake 3.16.0-rc3v3.16.0-rc3Brad King2019-10-311-1/+1
* | | Merge branch 'swift-rpath' into release-3.16Brad King2019-10-311-0/+4
|\ \ \
| * | | Swift: support `BUILD_RPATH` propertiesSaleem Abdulrasool2019-10-301-0/+4
| |/ /
* | | Merge branch 'help-file-spelling-error' into release-3.16Brad King2019-10-311-1/+1
|\ \ \
| * | | Help: Fix spelling error in file(GET_RUNTIME_DEPENDENCIES) docsMarc Chevrier2019-10-301-1/+1
| |/ /
* | | Merge branch 'autogen_windows_search_fix' into release-3.16Brad King2019-10-311-5/+3
|\ \ \
| * | | Autogen: Fix ambiguity in header file detection on WindowsSebastian Holtermann2019-10-301-5/+3
| |/ /
* | | Merge branch 'docs-CMakePrintHelpers-typo' into release-3.16Craig Scott2019-10-311-2/+2
|\ \ \
| * | | Help: Fix minor typo in CMakePrintHelpers module docsCraig Scott2019-10-301-2/+2
| |/ /
* | | Merge branch 'fix-find_package-doc' into release-3.16Brad King2019-10-301-0/+1
|\ \ \
| * | | Help: Add OPTIONAL_COMPONENTS to config mode signature of find_package.Deniz Bahadir2019-10-301-0/+1
| |/ /
* | | Merge branch 'bootstrap-break' into release-3.16Brad King2019-10-291-2/+2
|\ \ \
| * | | bootstrap: Avoid redundant compiler selection checksBrad King2019-10-291-2/+2
| |/ /
* | | Merge branch 'sdk-on-mac' into release-3.16Brad King2019-10-281-0/+1
|\ \ \