Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new flow-control commands for variables and policies scopes management | Marc Chevrier | 2022-08-22 | 1 | -0/+6 |
| | | | | | | | Add block() and endblock() commands offering the capability to create new scopes for variables and/or policies. Fixes: #20171 | ||||
* | cmTry{Compile,Run}Command: Port away from legacy cmCommand | Brad King | 2022-07-26 | 1 | -4/+2 |
| | | | | Convert the command entry points to free functions. | ||||
* | bootstrap: Enable cmake_language command to support cmake-gui with Qt 6.2 | Brad King | 2021-10-05 | 1 | -2/+2 |
| | | | | Fixes: #22721 | ||||
* | CMake: Allow override of unexpected non-flow-control commands | Kyle Edwards | 2021-06-16 | 1 | -7/+7 |
| | | | | Fixes: #22310 | ||||
* | cmState: Prohibit override of flow control commands | Kyle Edwards | 2020-10-22 | 1 | -8/+9 |
| | |||||
* | cmake_path command: path management | Marc Chevrier | 2020-09-06 | 1 | -0/+2 |
| | | | | Fixes: #19568, #20922 | ||||
* | cmake_language: Rename command from cmake_command | Brad King | 2020-05-21 | 1 | -2/+2 |
| | | | | | | Also rename the `INVOKE` signature to `CALL`. Fixes: #20732 | ||||
* | cmake_command: Add command to INVOKE other commands by name | Cristian Adam | 2020-02-25 | 1 | -0/+2 |
| | | | | Fixes: #18392 | ||||
* | Merge branch 'backport-3.16-toc_on_ppc' into toc_on_ppc | Brad King | 2019-12-09 | 1 | -2/+2 |
|\ | |||||
| * | bootstrap: Add target_link_options command | Alexander Grund | 2019-12-09 | 1 | -2/+2 |
| | | |||||
* | | load_cache: Allow READ_WITH_PREFIX mode in cmake scripts | Charles Barto | 2019-11-19 | 1 | -2/+1 |
|/ | |||||
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -4/+4 |
| | | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0. | ||||
* | cmTarget*: Port away from cmCommand | Regina Pfeifer | 2019-09-26 | 1 | -16/+11 |
| | |||||
* | cmInstallCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-21 | 1 | -1/+1 |
| | |||||
* | cmTargetLinkLibrariesCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-21 | 1 | -1/+1 |
| | |||||
* | cmSourceGroupCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-21 | 1 | -2/+1 |
| | |||||
* | cmSetTargetPropertiesCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-21 | 1 | -1/+1 |
| | |||||
* | cmProjectCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-21 | 1 | -1/+1 |
| | |||||
* | cmLoadCacheCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-21 | 1 | -2/+1 |
| | |||||
* | cmLinkDirectoriesCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-21 | 1 | -2/+1 |
| | |||||
* | cmIncludeDirectoryCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-21 | 1 | -2/+1 |
| | |||||
* | cmExportCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-21 | 1 | -1/+1 |
| | |||||
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Provide a standardized way to handle the C++ "standard" headers customized to be used with current CMake C++ standard constraints. Offer under directory `cm` headers which can be used as direct replacements of the standard ones. For example: #include <cm/string_view> can be used safely for CMake development in place of the `<string_view>` standard header. Fixes: #19491 | ||||
* | cmSubdirCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -1/+1 |
| | | | | Ref: #19499 | ||||
* | cmSetTestsPropertiesCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -1/+1 |
| | | | | Ref: #19499 | ||||
* | cmSetSourceFilesPropertiesCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -3/+2 |
| | | | | Ref: #19499 | ||||
* | cmRemoveDefinitionsCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -2/+1 |
| | | | | Ref: #19499 | ||||
* | cmQTWrapUICommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -1/+1 |
| | | | | Ref: #19499 | ||||
* | cmQTWrapCPPCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -2/+1 |
| | | | | Ref: #19499 | ||||
* | cmLinkLibrariesCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -2/+1 |
| | | | | Ref: #19499 | ||||
* | cmInstallTargetsCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -2/+1 |
| | | | | Ref: #19499 | ||||
* | cmInstallProgramsCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -2/+1 |
| | | | | Ref: #19499 | ||||
* | cmInstallFilesCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -2/+1 |
| | | | | Ref: #19499 | ||||
* | cmIncludeRegularExpressionCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -3/+2 |
| | | | | Ref: #19499 | ||||
* | cmIncludeExternalMSProjectCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -3/+2 |
| | | | | Ref: #19499 | ||||
* | cmGetTestPropertyCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -2/+1 |
| | | | | Ref: #19499 | ||||
* | cmGetTargetPropertyCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -2/+1 |
| | | | | Ref: #19499 | ||||
* | cmGetSourceFilePropertyCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -1/+1 |
| | | | | Ref: #19499 | ||||
* | cmFLTKWrapUICommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -2/+1 |
| | | | | Ref: #19499 | ||||
* | cmEnableLanguageCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -2/+1 |
| | | | | Ref: #19499 | ||||
* | cmDefinePropertyCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -2/+1 |
| | | | | Ref: #19499 | ||||
* | cmCreateTestSourceList: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -2/+1 |
| | | | | Ref: #19499 | ||||
* | cmBuildCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -1/+1 |
| | | | | Ref: #19499 | ||||
* | cmFind*: Port away from cmCommand | Regina Pfeifer | 2019-09-10 | 1 | -8/+5 |
| | |||||
* | Merge topic 'precompile-headers' | Brad King | 2019-08-29 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8da78d4efe Precompile headers: Update documentation 5772930164 Precompile headers: Add unit tests 519606704e Precompile headers: Add support for Visual Studio generators 28be170fbc Precompile headers: Add support for Xcode generator b8626261e9 Precompile headers: Add methods to generate PCH sources 375d01c680 PCH: add example/test 9b6797e71d PCH: add target_precompile_headers command 0467a2f91b PCH: add PRECOMPILE_HEADERS to special properties Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Daniel Pfeifer <daniel@pfeifer-mail.de> Acked-by: Ivan171 <heavenandhell171@gmail.com> Acked-by: Stanislav Ershov <digital.stream.of.mind@gmail.com> Acked-by: Steve Mokris <smokris@softpixel.com> Acked-by: Evgeniy Dushistov <dushistov@mail.ru> Acked-by: Danila Malyutin <flashmozzg@gmail.com> Acked-by: Viktor Kirilov <vik.kirilov@gmail.com> Acked-by: Lucas Zhao <zhaopf6@163.com> Merge-request: !3553 | ||||
| * | PCH: add target_precompile_headers command | Daniel Pfeifer | 2019-08-27 | 1 | -0/+4 |
| | | |||||
* | | cmCommand refactor: cmVariableRequiresCommand | Gabor Bencze | 2019-08-26 | 1 | -2/+1 |
| | | |||||
* | | cmCommand refactor: cmUtilitySourceCommand | Gabor Bencze | 2019-08-26 | 1 | -2/+1 |
| | | |||||
* | | cmCommand refactor: cmSubdirDependsCommand | Gabor Bencze | 2019-08-26 | 1 | -2/+1 |
| | | |||||
* | | cmCommand refactor: cmOutputRequiredFilesCommand | Gabor Bencze | 2019-08-26 | 1 | -2/+1 |
| | |