summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cmListFileCache: Enforce proper nesting of flow control statementsKyle Edwards2020-10-2220-101/+198
| | | | Fixes: #19153
* cm::optional: Add constructor delegation to nullopt_t constructorKyle Edwards2020-10-221-0/+1
| | | | | | Some static analysis tools incorrectly identify this constructor as leaving _has_value in an undefined state. Explicitly call the default constructor to force _has_value to false.
* cm::optional: Fix move assignmentKyle Edwards2020-10-212-13/+62
|
* Merge topic 'constify'Brad King2020-10-2119-59/+61
|\ | | | | | | | | | | | | bd705788f6 Constify some code as suggested by clang-tidy Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5391
| * 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
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 21bc2fd945 CI: Install jsonschema for schema testing e3bce8edf4 Tests: Add JSON schema validation to CMakePresets.json tests 0307f7c980 Help: Add JSON schema for CMakePresets.json Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5366
* | \ \ Merge topic 'cmakepresets-schema'Kyle Edwards2020-10-2110-2/+315
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cf6ac2d365 Merge branch 'master' into cmakepresets-schema 21bc2fd945 CI: Install jsonschema for schema testing e3bce8edf4 Tests: Add JSON schema validation to CMakePresets.json tests 0307f7c980 Help: Add JSON schema for CMakePresets.json Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5366
| * \ \ \ 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
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 8f7fef629b ci: add Python to PATH on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !5403
* | | | | Merge topic 'ci-win-python'Brad King2020-10-202-0/+44
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | | | | | | | | | | | | | | 8f7fef629b ci: add Python to PATH on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !5403
| * | | ci: add Python to PATH on WindowsBrad King2020-10-202-0/+44
| |/ / | | | | | | | | | | | | | | | | | | Our test suite searches for a Python interpreter to perform some extra checks. Our CI base images for Linux have Python available. Update our Windows jobs to provide a Python interpreter for our test suite to find consistently between the build and test steps.
* | | 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
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4a123fc28c Help: Clarify purpose of warnings and errors 6c74bcfc20 Help: Make architecture and toolset descriptions generic 45766789a0 Help: Add inheritance to CMakePresets.json example 88c9d6f6eb Help: Add documentation for debug field efab856008 Help: Show environment field 2208db114c Help: Show multiple ways of doing cacheVariables d30f85193f Help: Move vendor field into example b9c8c57860 Help: s/unusedVars/unusedCli/ ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5373
* | \ \ Merge topic 'cmake-presets-doc-move'Kyle Edwards2020-10-206-332/+388
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4a123fc28c Help: Clarify purpose of warnings and errors 6c74bcfc20 Help: Make architecture and toolset descriptions generic 45766789a0 Help: Add inheritance to CMakePresets.json example 88c9d6f6eb Help: Add documentation for debug field efab856008 Help: Show environment field 2208db114c Help: Show multiple ways of doing cacheVariables d30f85193f Help: Move vendor field into example b9c8c57860 Help: s/unusedVars/unusedCli/ ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5373
| * | | 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
| | | | | | | | | | | | | | | | Oops!
| * | | Help: Show environment fieldKyle Edwards2020-10-192-0/+5
| | | |
| * | | Help: Show multiple ways of doing cacheVariablesKyle Edwards2020-10-192-3/+5
| | | | | | | | | | | | | | | | | | | | This demonstrates both the simple string and the complex object, and ensures that they get automated testing.
| * | | Help: Move vendor field into exampleKyle Edwards2020-10-192-14/+12
| | | | | | | | | | | | | | | | | | | | This ensures that the vendor field gets automated testing from the example.
| * | | Help: s/unusedVars/unusedCli/Kyle Edwards2020-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This was a mistake in the documentation. Fixes: #21303
| * | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c92b96234a CPack/NSIS: Template file in UTF-8 BOM to support Unicode Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5392
| * | | | CPack/NSIS: Template file in UTF-8 BOM to support UnicodeJohnny Jazeix2020-10-192-1/+7
| | | | | | | | | | | | | | | | | | | | Fixes: #21318
* | | | | 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0356b81525 find_package: Fix regression in searching root prefix Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5396
* | \ \ \ \ Merge topic 'find_package-check-dir'Brad King2020-10-201-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 0356b81525 find_package: Fix regression in searching root prefix Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5396
| * | | | | find_package: Fix regression in searching root prefixBrad King2020-10-191-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the check added by commit 2ff1693066 (find_package: avoid showing files as directories when searching config files, 2020-09-30, v3.19.0-rc1~67^2) to avoid skipping the root prefix `/`. Fixes: #21324
* | | | | CMake Nightly Date StampKitware Robot2020-10-201-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'checklanguage-honor-toolchain'Brad King2020-10-195-0/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bddc54a37d CheckLanguage: Pass CMAKE_TOOLCHAIN_FILE to test project Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5384
| * | | | CheckLanguage: Pass CMAKE_TOOLCHAIN_FILE to test projectSamir Benmendil2020-10-165-0/+14
| | | | | | | | | | | | | | | | | | | | Fixes: #20545
* | | | | 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 23cd98a66a FindPython: Add support of version 3.10 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5383
* | \ \ \ \ Merge topic 'FindPython-support-version-3.10'Brad King2020-10-191-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 23cd98a66a FindPython: Add support of version 3.10 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5383
| * | | | | 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
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 747f80fe82 separate_arguments: Fix crash on *_COMMAND with no arguments Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5382
* | | | | | Merge topic 'separate_arguments-no-args'Brad King2020-10-194-0/+20
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 747f80fe82 separate_arguments: Fix crash on *_COMMAND with no arguments Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5382
| * | | | | separate_arguments: Fix crash on *_COMMAND with no argumentsRobert Bozzetto2020-10-164-0/+20
| | |/ / / | |/| | | | | | | | | | | | | Fixes: #21320
* | | | | Merge branch 'release-3.19'Brad King2020-10-190-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'doc-CMP0111' into release-3.19Brad King2020-10-195-15/+25
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5c3a91c808 CMP0111: Clarify that the new error is on a missing property setting Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Reinking <alex_reinking@berkeley.edu> Merge-request: !5385
* | \ \ \ \ Merge topic 'doc-CMP0111'Brad King2020-10-195-15/+25
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5c3a91c808 CMP0111: Clarify that the new error is on a missing property setting Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Reinking <alex_reinking@berkeley.edu> Merge-request: !5385
| * | | | | CMP0111: Clarify that the new error is on a missing property settingBrad King2020-10-165-15/+25
| | |/ / / | |/| | | | | | | | | | | | | The previous wording could be confused with the file missing on disk.