summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Help/dev: Add maintainer guide step for 'versionadded' documentation markupBrad King2020-07-061-0/+17
* Utilities/Sphinx: Add script for inserting ".. versionadded" directiveNikita Nemkin2020-07-031-0/+115
* Merge branch 'release-3.18'Brad King2020-06-300-0/+0
|\
| * Merge topic 'file-CONFIGURE-subdir' into release-3.18Brad King2020-06-306-3/+10
| |\
* | \ Merge topic 'file-CONFIGURE-subdir'Brad King2020-06-306-3/+10
|\ \ \ | | |/ | |/|
| * | file: Fix CONFIGURE output relative pathBrad King2020-06-296-3/+10
* | | Merge topic 'find_vulkan_glslc'Brad King2020-06-305-6/+67
|\ \ \
| * | | FindVulkan: Support for finding glslcRyan Kawicki2020-06-275-6/+67
* | | | Merge branch 'release-3.18'Brad King2020-06-300-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge topic 'find_library-file-readable' into release-3.18Brad King2020-06-305-3/+24
| |\ \ \
* | \ \ \ Merge topic 'find_library-file-readable'Brad King2020-06-305-3/+24
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | find_library: Check that library files are readableBrad King2020-06-295-3/+24
| | |_|/ | |/| |
* | | | CMake Nightly Date StampKitware Robot2020-06-301-1/+1
* | | | Merge topic 'fileApiAddLanguageStandardBacktrace'Brad King2020-06-2918-26/+479
|\ \ \ \
| * | | | fileapi: Extend codemodel targets with language standardJustin Goshi2020-06-2613-3/+360
| * | | | Add backtrace support for language standardJustin Goshi2020-06-225-15/+109
| * | | | cmGeneratorTarget: Clarify name of language property lookup helperJustin Goshi2020-06-222-8/+10
* | | | | Merge branch 'release-3.18'Brad King2020-06-290-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'file-ARCHIVE_CREATE-rename-TYPE-option' into release-3.18Brad King2020-06-2921-42/+57
| |\ \ \ \
* | \ \ \ \ Merge topic 'file-ARCHIVE_CREATE-rename-TYPE-option'Brad King2020-06-2921-42/+57
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | file(ARCHIVE_CREATE): Rename TYPE option to COMPRESSIONCraig Scott2020-06-2721-39/+54
| * | | | | Help: Fix contents indenting for file(ARCHIVE_...) subcommandsCraig Scott2020-06-271-3/+3
* | | | | | Merge branch 'release-3.18'Brad King2020-06-290-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'gtest-xml-output' into release-3.18Brad King2020-06-291-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'gtest-xml-output'Brad King2020-06-291-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | GoogleTest: Fix name generation for XML_OUTPUT_DIRStefan Floeren2020-06-261-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'release-3.18'Brad King2020-06-290-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'intel-c++20' into release-3.18Brad King2020-06-291-0/+10
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge topic 'intel-c++20'Brad King2020-06-291-0/+10
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-intel-c++20' into intel-c++20Brad King2020-06-261-0/+10
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Intel: Add flags for C++20Brad King2020-06-261-0/+10
| | | |/ / / | | |/| | |
* | | | | | CMake Nightly Date StampKitware Robot2020-06-291-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2020-06-281-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2020-06-271-1/+1
* | | | | | Merge topic 'install-default-directory-permissions'Kyle Edwards2020-06-2623-0/+194
|\ \ \ \ \ \
| * | | | | | cmake-install: implement default directory permissionsAsit Dhal2020-06-2523-0/+194
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'visual-studio-android'Brad King2020-06-2637-79/+505
|\ \ \ \ \ \
| * | | | | | Visual Studio: Add Android supportKyle Edwards2020-06-2434-63/+479
| * | | | | | Refactor: Add IsAndroidGuiExecutable() method to cmTargetKyle Edwards2020-06-183-5/+13
| * | | | | | cmGlobalVisualStudio10Generator: Move variable initialization to headerKyle Edwards2020-06-182-6/+3
| * | | | | | cmGlobalGenerator: FindMakeProgram() before CMakeDetermineSystemKyle Edwards2020-06-181-5/+10
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'config_genex_support_multiple_types'Brad King2020-06-2613-36/+73
|\ \ \ \ \ \
| * | | | | | Genex: $<CONFIG:> now supports multiple configurationsRobert Maynard2020-06-2412-34/+70
| * | | | | | cmVisualStudio10TargetGenerator: Do not segfault on empty configRobert Maynard2020-06-241-2/+3
| |/ / / / /
* | | | | | Merge branch 'release-3.18'Brad King2020-06-260-0/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge topic 'GoogleTest-DISCOVERY_MODE-cleanups' into release-3.18Brad King2020-06-266-10/+8
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'GoogleTest-DISCOVERY_MODE-cleanups'Brad King2020-06-266-10/+8
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: Add CMAKE_GTEST_DISCOVER_TESTS_DISCOVERY_MODE to release notesCraig Scott2020-06-241-1/+3
| * | | | | | GoogleTest: Replace SEND_ERROR with FATAL_ERRORCraig Scott2020-06-241-1/+1
| * | | | | | Tests: Don't ask for things not required for GoogleTestCraig Scott2020-06-244-8/+4