summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-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 cmCommandRegina Pfeifer2019-09-261-16/+11
|
* cmInstallCommand: Port away from cmCommandRegina Pfeifer2019-09-211-1/+1
|
* cmTargetLinkLibrariesCommand: Port away from cmCommandRegina Pfeifer2019-09-211-1/+1
|
* cmSourceGroupCommand: Port away from cmCommandRegina Pfeifer2019-09-211-2/+1
|
* cmSetTargetPropertiesCommand: Port away from cmCommandRegina Pfeifer2019-09-211-1/+1
|
* cmProjectCommand: Port away from cmCommandRegina Pfeifer2019-09-211-1/+1
|
* cmLoadCacheCommand: Port away from cmCommandRegina Pfeifer2019-09-211-2/+1
|
* cmLinkDirectoriesCommand: Port away from cmCommandRegina Pfeifer2019-09-211-2/+1
|
* cmIncludeDirectoryCommand: Port away from cmCommandRegina Pfeifer2019-09-211-2/+1
|
* cmExportCommand: Port away from cmCommandRegina Pfeifer2019-09-211-1/+1
|
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-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 cmCommandRegina Pfeifer2019-09-121-1/+1
| | | | Ref: #19499
* cmSetTestsPropertiesCommand: Port away from cmCommandRegina Pfeifer2019-09-121-1/+1
| | | | Ref: #19499
* cmSetSourceFilesPropertiesCommand: Port away from cmCommandRegina Pfeifer2019-09-121-3/+2
| | | | Ref: #19499
* cmRemoveDefinitionsCommand: Port away from cmCommandRegina Pfeifer2019-09-121-2/+1
| | | | Ref: #19499
* cmQTWrapUICommand: Port away from cmCommandRegina Pfeifer2019-09-121-1/+1
| | | | Ref: #19499
* cmQTWrapCPPCommand: Port away from cmCommandRegina Pfeifer2019-09-121-2/+1
| | | | Ref: #19499
* cmLinkLibrariesCommand: Port away from cmCommandRegina Pfeifer2019-09-121-2/+1
| | | | Ref: #19499
* cmInstallTargetsCommand: Port away from cmCommandRegina Pfeifer2019-09-121-2/+1
| | | | Ref: #19499
* cmInstallProgramsCommand: Port away from cmCommandRegina Pfeifer2019-09-121-2/+1
| | | | Ref: #19499
* cmInstallFilesCommand: Port away from cmCommandRegina Pfeifer2019-09-121-2/+1
| | | | Ref: #19499
* cmIncludeRegularExpressionCommand: Port away from cmCommandRegina Pfeifer2019-09-121-3/+2
| | | | Ref: #19499
* cmIncludeExternalMSProjectCommand: Port away from cmCommandRegina Pfeifer2019-09-121-3/+2
| | | | Ref: #19499
* cmGetTestPropertyCommand: Port away from cmCommandRegina Pfeifer2019-09-121-2/+1
| | | | Ref: #19499
* cmGetTargetPropertyCommand: Port away from cmCommandRegina Pfeifer2019-09-121-2/+1
| | | | Ref: #19499
* cmGetSourceFilePropertyCommand: Port away from cmCommandRegina Pfeifer2019-09-121-1/+1
| | | | Ref: #19499
* cmFLTKWrapUICommand: Port away from cmCommandRegina Pfeifer2019-09-121-2/+1
| | | | Ref: #19499
* cmEnableLanguageCommand: Port away from cmCommandRegina Pfeifer2019-09-121-2/+1
| | | | Ref: #19499
* cmDefinePropertyCommand: Port away from cmCommandRegina Pfeifer2019-09-121-2/+1
| | | | Ref: #19499
* cmCreateTestSourceList: Port away from cmCommandRegina Pfeifer2019-09-121-2/+1
| | | | Ref: #19499
* cmBuildCommand: Port away from cmCommandRegina Pfeifer2019-09-121-1/+1
| | | | Ref: #19499
* cmFind*: Port away from cmCommandRegina Pfeifer2019-09-101-8/+5
|
* Merge topic 'precompile-headers'Brad King2019-08-291-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 commandDaniel Pfeifer2019-08-271-0/+4
| |
* | cmCommand refactor: cmVariableRequiresCommandGabor Bencze2019-08-261-2/+1
| |
* | cmCommand refactor: cmUtilitySourceCommandGabor Bencze2019-08-261-2/+1
| |
* | cmCommand refactor: cmSubdirDependsCommandGabor Bencze2019-08-261-2/+1
| |
* | cmCommand refactor: cmOutputRequiredFilesCommandGabor Bencze2019-08-261-2/+1
| |
* | cmCommand refactor: cmLoadCommandCommandGabor Bencze2019-08-251-2/+1
| |
* | cmCommand refactor: cmExportLibraryDependenciesCommandGabor Bencze2019-08-251-2/+2
| |
* | cmCommand refactor: cmUseMangledMesaCommandGabor Bencze2019-08-251-2/+1
|/
* Merge topic 'cmCommand_refactor'Brad King2019-08-221-51/+35
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6ab28b9413 cmCommand refactor: cmStringCommand 36f32d3604 cmCommand refactor: cmSetPropertyCommand 7c83c19205 cmCommand refactor: cmSetDirectoryPropertiesCommand 9413952c42 cmCommand refactor: cmCMakePolicyCommand 07ea93de54 cmCommand refactor: cmWriteFileCommand ca3b9186bb cmCommand refactor: cmVariableWatchCommand b1acc711f4 cmCommand refactor: cmRemoveCommand 413a960391 cmCommand refactor: cmCMakeHostSystemInformationCommand ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3673
| * cmCommand refactor: cmStringCommandGabor Bencze2019-08-201-1/+1
| |
| * cmCommand refactor: cmSetPropertyCommandGabor Bencze2019-08-201-2/+1
| |
| * cmCommand refactor: cmSetDirectoryPropertiesCommandGabor Bencze2019-08-201-1/+1
| |
| * cmCommand refactor: cmCMakePolicyCommandGabor Bencze2019-08-201-2/+1
| |
| * cmCommand refactor: cmWriteFileCommandGabor Bencze2019-08-201-2/+1
| |
| * cmCommand refactor: cmVariableWatchCommandGabor Bencze2019-08-201-2/+1
| |
| * cmCommand refactor: cmRemoveCommandGabor Bencze2019-08-201-1/+1
| |