Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmCommand refactor: cmParseArgumentsCommand | Gabor Bencze | 2019-08-20 | 3 | -47/+24 |
| | |||||
* | cmCommand refactor: cmOptionCommand | Gabor Bencze | 2019-08-20 | 3 | -38/+17 |
| | |||||
* | cmCommand refactor: CmMessageCommand | Gabor Bencze | 2019-08-20 | 3 | -40/+20 |
| | |||||
* | cmCommand refactor: cmMathCommand | Gabor Bencze | 2019-08-20 | 3 | -41/+25 |
| | |||||
* | cmCommand refactor: cmMarkAsAdvancedCommand | Gabor Bencze | 2019-08-20 | 3 | -32/+10 |
| | |||||
* | cmCommand refactor: cmMakeDirectoryCommand | Gabor Bencze | 2019-08-20 | 3 | -32/+10 |
| | |||||
* | cmCommand refactor: cmListCommand | Gabor Bencze | 2019-08-20 | 3 | -224/+244 |
| | |||||
* | cmCommand refactor: cmMacroCommand | Gabor Bencze | 2019-08-20 | 3 | -27/+10 |
| | |||||
* | cmCommand refactor: cmIncludeGuardCommand | Gabor Bencze | 2019-08-20 | 3 | -31/+10 |
| | |||||
* | cmCommand refactor: cmIncludeCommand | Gabor Bencze | 2019-08-20 | 3 | -48/+29 |
| | |||||
* | cmCommand_refactor: cmGetPropertyCommand | Gabor Bencze | 2019-08-20 | 3 | -162/+187 |
| | |||||
* | cmCommand refactor: cmGetFilenameComponentCommand | Gabor Bencze | 2019-08-20 | 3 | -37/+16 |
| | |||||
* | cmCommand refactor: cmGetDirectoryPropertyCommand | Gabor Bencze | 2019-08-20 | 3 | -42/+29 |
| | |||||
* | cmCommand refactor: cmGetCMakePropertyCommand | Gabor Bencze | 2019-08-20 | 3 | -31/+12 |
| | |||||
* | cmCommand refactor: cmFunctionCommand | Gabor Bencze | 2019-08-20 | 3 | -27/+10 |
| | |||||
* | cmCommand refactor: cmForEachCommand | Gabor Bencze | 2019-08-20 | 3 | -39/+21 |
| | |||||
* | cmCommand refactor: cmExecuteProcessCommand | Gabor Bencze | 2019-08-20 | 3 | -61/+46 |
| | |||||
* | cmCommand refactor: cmExecProgramCommand | Gabor Bencze | 2019-08-20 | 3 | -47/+25 |
| | |||||
* | cmCommand refactor: cmContinueCommand | Gabor Bencze | 2019-08-20 | 3 | -33/+15 |
| | |||||
* | cmCommand refactor: cmConfigureFileCommand | Gabor Bencze | 2019-08-20 | 3 | -73/+37 |
| | |||||
* | cmCommand refactor: cmCMakeMinimumRequired | Gabor Bencze | 2019-08-20 | 3 | -49/+34 |
| | |||||
* | cmCommand refactor: cmBreakCommand | Gabor Bencze | 2019-08-20 | 3 | -31/+11 |
| | |||||
* | Merge topic 'trace-redirect' | Brad King | 2019-08-20 | 4 | -1/+35 |
|\ | | | | | | | | | | | | | 3c94069660 Add --trace-redirect parameter to redirect trace output to a file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3645 | ||||
| * | Add --trace-redirect parameter to redirect trace output to a file | Igor Ivanov | 2019-08-10 | 4 | -1/+35 |
| | | |||||
* | | Merge topic 'ccmake-crash-on-empty-strings-property' | Brad King | 2019-08-20 | 1 | -0/+3 |
|\ \ | | | | | | | | | | | | | | | | | | | 154c5f7949 ccmake: handle cache entries with empty STRINGS property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3678 | ||||
| * | | ccmake: handle cache entries with empty STRINGS property | M Furkan USLU | 2019-08-20 | 1 | -0/+3 |
| | | | | | | | | | | | | Fixes: #19585 | ||||
| * | | CMake 3.15.2v3.15.2 | Brad King | 2019-08-07 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'find_package-prefer-config-not-found' into release-3.15 | Brad King | 2019-08-06 | 1 | -1/+3 |
| |\ \ | | | | | | | | | | | | | Merge-request: !3653 | ||||
| * \ \ | Merge branch 'fileapi-install-generators' into release-3.15 | Brad King | 2019-08-02 | 4 | -7/+22 |
| |\ \ \ | | | | | | | | | | | | | | | | Merge-request: !3639 | ||||
| * \ \ \ | Merge branch 'source_group-tree-files' into release-3.15 | Brad King | 2019-07-30 | 1 | -11/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Merge-request: !3630 | ||||
| * \ \ \ \ | Merge branch 'vs-spectre-off' into release-3.15 | Brad King | 2019-07-30 | 2 | -5/+8 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Merge-request: !3629 | ||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-08-20 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge topic 'string-literal-append' | Brad King | 2019-08-19 | 20 | -77/+43 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | da26b3be89 avoid adding multiple consecutive string literals to std::string Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3698 | ||||
| * | | | | | | | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 20 | -77/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at it change some single character additions to be of type char. | ||||
* | | | | | | | | Merge topic 'cmCryptoHash_string_view' | Brad King | 2019-08-19 | 4 | -27/+26 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f1c529c4fb cmCryptoHash: Accept cm::string_view input Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3697 | ||||
| * | | | | | | | | cmCryptoHash: Accept cm::string_view input | Sebastian Holtermann | 2019-08-18 | 4 | -27/+26 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge topic 'cmStringAlgorithms_IsOn' | Brad King | 2019-08-19 | 66 | -329/+309 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3b6c62be23 cmSystemTools: Remove IsInternallyOn, IsNOTFOUND, IsOn, IsOff 20e580be01 Source sweep: Use cmIsOn instead of cmSystemTools::IsOn 5b7650216b cmStringAlgorithms: Add cmIsInternallyOn, cmIsNOTFOUND, cmIsOn, cmIsOff Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3691 | ||||
| * | | | | | | | | | cmSystemTools: Remove IsInternallyOn, IsNOTFOUND, IsOn, IsOff | Sebastian Holtermann | 2019-08-17 | 2 | -123/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The removes the following methods from cmSystemTools: - `IsInternallyOn` - `IsNOTFOUND` - `IsOn` - `IsOff` | ||||
| * | | | | | | | | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 62 | -206/+185 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces invocations of - `cmSystemTools::IsInternallyOn` with `cmIsInternallyOn` - `cmSystemTools::IsNOTFOUND` with `cmIsNOTFOUND` - `cmSystemTools::IsOn` with `cmIsOn` - `cmSystemTools::IsOff` with `cmIsOff` | ||||
| * | | | | | | | | | cmStringAlgorithms: Add cmIsInternallyOn, cmIsNOTFOUND, cmIsOn, cmIsOff | Sebastian Holtermann | 2019-08-17 | 2 | -0/+124 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the following functions to cmStringAlgorithms: - `cmIsInternallyOn` - `cmIsNOTFOUND` - `cmIsOn` - `cmIsOff` The implementations were copied from the equivalent functions in cmSystemTools. | ||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-08-19 | 1 | -1/+1 |
| |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-08-18 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-08-17 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge topic 'cmExpandList' | Kyle Edwards | 2019-08-16 | 93 | -508/+492 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2f6495e24e cmSystemTools: Remove ExpandListArgument methods f4f3c68926 Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument ff42dec891 cmStringAlgorithms: Add cmExpandList functions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3682 | ||||
| * | | | | | | | cmSystemTools: Remove ExpandListArgument methods | Sebastian Holtermann | 2019-08-14 | 2 | -116/+0 |
| | | | | | | | | |||||
| * | | | | | | | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 90 | -394/+381 |
| | | | | | | | | |||||
| * | | | | | | | cmStringAlgorithms: Add cmExpandList functions | Sebastian Holtermann | 2019-08-14 | 2 | -0/+113 |
| | | | | | | | | |||||
* | | | | | | | | Merge topic 'cmStringAlgorithms_ulong' | Kyle Edwards | 2019-08-16 | 18 | -58/+70 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 935fbe0b04 cmStringAlgorithms: Add cmStrToLong and cmStrToULong Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3681 | ||||
| * | | | | | | | | cmStringAlgorithms: Add cmStrToLong and cmStrToULong | Sebastian Holtermann | 2019-08-10 | 18 | -58/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the following functions to cmStringAlgorithms: - `cmStrToLong`: moved from `cmSystemTools::StringToLong` - `cmStrToULong`: moved from `cmSystemTools::StringToULong` Overloads of the given functions for `std::string` are added as well. | ||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-08-16 | 1 | -1/+1 |
| | | | | | | | | |