summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ci: install gmock in the Fedora 31 imageBrad King2020-10-222-1/+3
* Merge topic 'constify'Brad King2020-10-2119-59/+61
|\
| * Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-1919-59/+61
* | Merge branch 'release-3.19'Kyle Edwards2020-10-210-0/+0
|\ \
| * \ Merge topic 'cmakepresets-schema' into release-3.19Kyle Edwards2020-10-2110-2/+315
| |\ \
* | \ \ Merge topic 'cmakepresets-schema'Kyle Edwards2020-10-2110-2/+315
|\ \ \ \
| * \ \ \ Merge branch 'master' into cmakepresets-schemaKyle Edwards2020-10-20157-5810/+1413
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | CI: Install jsonschema for schema testingKyle Edwards2020-10-203-1/+3
| * | | | Tests: Add JSON schema validation to CMakePresets.json testsKyle Edwards2020-10-204-1/+61
| * | | | Help: Add JSON schema for CMakePresets.jsonBen McMorran2020-10-203-0/+251
* | | | | CMake Nightly Date StampKitware Robot2020-10-211-1/+1
* | | | | Merge branch 'release-3.19'Brad King2020-10-200-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'ci-win-python' into release-3.19Brad King2020-10-202-0/+44
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge topic 'ci-win-python'Brad King2020-10-202-0/+44
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | ci: add Python to PATH on WindowsBrad King2020-10-202-0/+44
| |/ /
* | | Merge branch 'release-3.19'Kyle Edwards2020-10-200-0/+0
|\ \ \ | |/ /
| * | Merge topic 'cmake-presets-doc-move' into release-3.19Kyle Edwards2020-10-206-332/+388
| |\ \
* | \ \ Merge topic 'cmake-presets-doc-move'Kyle Edwards2020-10-206-332/+388
|\ \ \ \ | | |/ / | |/| |
| * | | Help: Clarify purpose of warnings and errorsKyle Edwards2020-10-191-4/+4
| * | | Help: Make architecture and toolset descriptions genericKyle Edwards2020-10-191-4/+4
| * | | Help: Add inheritance to CMakePresets.json exampleKyle Edwards2020-10-191-0/+7
| * | | Help: Add documentation for debug fieldKyle Edwards2020-10-191-0/+20
| * | | Help: Show environment fieldKyle Edwards2020-10-192-0/+5
| * | | Help: Show multiple ways of doing cacheVariablesKyle Edwards2020-10-192-3/+5
| * | | Help: Move vendor field into exampleKyle Edwards2020-10-192-14/+12
| * | | Help: s/unusedVars/unusedCli/Kyle Edwards2020-10-191-1/+1
| * | | Help: Move CMakePresets.json documentation into a separate fileKyle Edwards2020-10-194-329/+353
* | | | Merge topic 'nsis-utf-8-bom'Brad King2020-10-202-1/+7
|\ \ \ \
| * | | | CPack/NSIS: Template file in UTF-8 BOM to support UnicodeJohnny Jazeix2020-10-192-1/+7
* | | | | Merge branch 'release-3.19'Brad King2020-10-200-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'find_package-check-dir' into release-3.19Brad King2020-10-201-1/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'find_package-check-dir'Brad King2020-10-201-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | find_package: Fix regression in searching root prefixBrad King2020-10-191-1/+1
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2020-10-201-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'checklanguage-honor-toolchain'Brad King2020-10-195-0/+14
|\ \ \ \
| * | | | CheckLanguage: Pass CMAKE_TOOLCHAIN_FILE to test projectSamir Benmendil2020-10-165-0/+14
* | | | | Merge branch 'release-3.19'Brad King2020-10-190-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'FindPython-support-version-3.10' into release-3.19Brad King2020-10-191-1/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'FindPython-support-version-3.10'Brad King2020-10-191-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | FindPython: Add support of version 3.10Marc Chevrier2020-10-161-1/+1
* | | | | | Merge branch 'release-3.19'Brad King2020-10-190-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'separate_arguments-no-args' into release-3.19Brad King2020-10-194-0/+20
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'separate_arguments-no-args'Brad King2020-10-194-0/+20
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | separate_arguments: Fix crash on *_COMMAND with no argumentsRobert Bozzetto2020-10-164-0/+20
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.19'Brad King2020-10-190-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'doc-CMP0111' into release-3.19Brad King2020-10-195-15/+25
| |\ \ \ \
* | \ \ \ \ Merge topic 'doc-CMP0111'Brad King2020-10-195-15/+25
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | CMP0111: Clarify that the new error is on a missing property settingBrad King2020-10-165-15/+25
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.19'Brad King2020-10-190-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'sccache-macos-without-timeouts' into release-3.19Brad King2020-10-191-4/+12
| |\ \ \ \