Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmCommand refactor: cmSiteNameCommand | Gabor Bencze | 2019-08-20 | 3 | -32/+11 |
* | cmCommand refactor: cmSetCommand | Gabor Bencze | 2019-08-20 | 3 | -39/+18 |
* | cmCommand refactor: cmSeparateArgumentsCommand | Gabor Bencze | 2019-08-20 | 3 | -34/+12 |
* | 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 |
|\ | |||||
| * | 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 |
|\ \ | |||||
| * | | ccmake: handle cache entries with empty STRINGS property | M Furkan USLU | 2019-08-20 | 1 | -0/+3 |
| * | | 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 branch 'fileapi-install-generators' into release-3.15 | Brad King | 2019-08-02 | 4 | -7/+22 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'source_group-tree-files' into release-3.15 | Brad King | 2019-07-30 | 1 | -11/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'vs-spectre-off' into release-3.15 | Brad King | 2019-07-30 | 2 | -5/+8 |
| |\ \ \ \ \ | |||||
* | | | | | | | 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 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 20 | -77/+43 |
* | | | | | | | | Merge topic 'cmCryptoHash_string_view' | Brad King | 2019-08-19 | 4 | -27/+26 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | 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 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmSystemTools: Remove IsInternallyOn, IsNOTFOUND, IsOn, IsOff | Sebastian Holtermann | 2019-08-17 | 2 | -123/+0 |
| * | | | | | | | | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 62 | -206/+185 |
| * | | | | | | | | | cmStringAlgorithms: Add cmIsInternallyOn, cmIsNOTFOUND, cmIsOn, cmIsOff | Sebastian Holtermann | 2019-08-17 | 2 | -0/+124 |
| |/ / / / / / / / | |||||
* | | | | | | | | | 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 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | 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 |