| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'doc-pch-compile-language' | Brad King | 2019-10-17 | 1 | -0/+4 |
|\ |
|
| * | PCH: Document and test COMPILE_LANGUAGE genex for per-language header | Brad King | 2019-10-16 | 1 | -0/+4 |
|
|
* | | Merge topic 'vs_dotnet_documentation_file' | Brad King | 2019-10-17 | 3 | -0/+13 |
|\ \ |
|
| * | | VS: Add VS_DOTNET_DOCUMENTATION_FILE property | Charly Mourglia | 2019-10-15 | 3 | -0/+13 |
|
|
* | | | Merge topic 'doc-add_link_options-typos' | Brad King | 2019-10-16 | 2 | -11/+11 |
|\ \ \ |
|
| * | | | Help: Fix typos and style in add_link_options documentation | Tom Lankhorst | 2019-10-16 | 2 | -11/+11 |
| | |/
| |/| |
|
* | | | Merge topic 'FindCURL-cmake-package' | Brad King | 2019-10-16 | 1 | -0/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | FindCURL: Try to find CURLConfig.cmake | Charles Barto | 2019-10-15 | 1 | -0/+7 |
|
|
* | | | Merge topic 'doc-static-lib-flags' | Brad King | 2019-10-15 | 2 | -5/+17 |
|\ \ \ |
|
| * | | | Help: Clarify documentation of CMAKE_STATIC_LINKER_FLAGS | Brad King | 2019-10-15 | 2 | -5/+17 |
| | |/
| |/| |
|
* | | | Merge topic 'feature/CMAKE_MESSAGE_CONTEXT' | Craig Scott | 2019-10-13 | 7 | -2/+137 |
|\ \ \ |
|
| * | | | message: Support logging a context with each message | Alex Turbov | 2019-10-12 | 6 | -1/+106 |
|
|
| * | | | message: Add new CMAKE_MESSAGE_LOG_LEVEL variable | Alex Turbov | 2019-10-12 | 5 | -0/+30 |
|
|
| * | | | Help: Move CMAKE_MESSAGE_INDENT variable to correct section | Alex Turbov | 2019-10-12 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge topic 'doc-unity-build' | Brad King | 2019-10-12 | 4 | -17/+37 |
|\ \ \
| |/ /
|/| | |
|
| * | | Help: Document CMAKE_UNITY_BUILD/CMAKE_EXPORT_COMPILE_COMMANDS limitation | Brad King | 2019-10-11 | 3 | -0/+14 |
|
|
| * | | Help: Extend documentation of CMAKE_UNITY_BUILD variable | Brad King | 2019-10-11 | 1 | -3/+5 |
|
|
| * | | Help: Improve UNITY_BUILD documentation formatting | Brad King | 2019-10-11 | 1 | -15/+15 |
|
|
| * | | Help: Document CMAKE_UNITY_BUILD in 3.16 release notes | Brad King | 2019-10-11 | 1 | -0/+4 |
| |/ |
|
| * | Merge branch 'rename_loglevel_option' into release-3.16 | Brad King | 2019-10-10 | 3 | -2/+10 |
| |\ |
|
* | \ | Merge topic 'deprecate-policy-old' | Brad King | 2019-10-10 | 1 | -0/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add deprecation warnings for policies CMP0069 and below | Brad King | 2019-10-10 | 1 | -0/+8 |
|
|
| * | | Begin post-3.16 development | Brad King | 2019-10-07 | 2 | -0/+9 |
| |/ |
|
| * | Help: Drop development topic notes to prepare release | Brad King | 2019-10-07 | 2 | -9/+0 |
|
|
* | | CLI: Rename --loglevel to --log-level for naming consistency | Craig Scott | 2019-10-10 | 3 | -2/+10 |
|/ |
|
* | Merge topic 'doc-3.16-relnotes' | Brad King | 2019-10-07 | 44 | -295/+271 |
|\ |
|
| * | Help: Add missing 3.16 release notes for CPack/DEB descriptions | Brad King | 2019-10-07 | 1 | -0/+8 |
|
|
| * | Help: Organize and revise 3.16 release notes | Brad King | 2019-10-07 | 1 | -135/+178 |
|
|
| * | Help: Consolidate 3.16 release notes | Brad King | 2019-10-04 | 44 | -295/+220 |
|
|
* | | Merge topic 'doc_custom_commands_crosscompile' | Brad King | 2019-10-07 | 2 | -25/+45 |
|\ \ |
|
| * | | Help: Clarify how target names are handled in custom commands/targets | Craig Scott | 2019-10-05 | 2 | -25/+45 |
| |/ |
|
* | | Help: Document install/strip targets for Ninja/UNIX Makefiles generators | Cristian Adam | 2019-10-04 | 2 | -6/+36 |
|/ |
|
* | Help: Add documentation for CTest hardware allocation | Kyle Edwards | 2019-10-02 | 6 | -0/+304 |
|
|
* | Merge topic 'clang-format-normalize-headers-presentation' | Brad King | 2019-10-02 | 16 | -12/+27 |
|\ |
|
| * | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 16 | -12/+27 |
|
|
* | | Merge topic 'xcode-debug-document-versioning' | Brad King | 2019-10-02 | 6 | -1/+37 |
|\ \
| |/
|/| |
|
| * | xcode: Add XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING property | Gregor Jasny | 2019-10-01 | 6 | -1/+37 |
|
|
* | | Help: fixed typos in PCH / Unity Build doc | Corentin Plouet | 2019-09-30 | 3 | -3/+3 |
|
|
* | | Merge topic 'fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 4 | -19/+34 |
|\ \ |
|
| * \ | Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 4 | -19/+34 |
| |\ \
| | |/
| |/| |
|
| | * | Help: Mention 3.14.7 EXCLUDE_FROM_ALL fix in 3.15.4 release note | Brad King | 2019-09-30 | 1 | -0/+1 |
|
|
| | * | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -0/+8 |
| | |\ |
|
| | | * | Help: Add release note for EXCLUDE_FROM_ALL fix in 3.14.7 | Brad King | 2019-09-30 | 1 | -0/+8 |
|
|
| | * | | Help: Add release note for EXCLUDE_FROM_ALL fix in 3.15.4 | Brad King | 2019-09-30 | 1 | -0/+8 |
|
|
| | * | | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 2 | -19/+17 |
| | |\ \
| | | |/ |
|
| | | * | Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL | Brad King | 2019-09-30 | 2 | -19/+17 |
|
|
| | | * | Merge branch 'FindBISON-CMP0088-SourcePath' into release-3.14 | Brad King | 2019-07-12 | 1 | -0/+8 |
| | | |\ |
|
* | | | \ | Merge topic 'objective-c-cxx' | Brad King | 2019-09-30 | 11 | -4/+53 |
|\ \ \ \ \ |
|
| * | | | | | Help: Add release note for Objective-C/C++ language support | Cristian Adam | 2019-09-28 | 1 | -0/+9 |
|
|
| * | | | | | Languages: Add support for Objective-C++ | Steve Wilson | 2019-09-28 | 7 | -5/+30 |
|
|