Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -2/+2 |
| | |||||
* | Source: Minor code improvements | Vitaly Stakhovsky | 2021-05-11 | 1 | -2/+3 |
| | |||||
* | cmake_path: rename 'GET ... RELATIVE_PATH' to 'GET ... RELATIVE_PART' | Marc Chevrier | 2021-01-28 | 1 | -3/+3 |
| | | | | | | | For consistency, subcommand 'HAS_RELATIVE_PATH' is also renamed to 'HAS_RELATIVE_PART'. Fixes: #21385 | ||||
* | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+1 |
| | |||||
* | cmake_path: various updates | Marc Chevrier | 2021-01-13 | 1 | -14/+4 |
| | | | | | | To follow discussions in #21385 and !5682: * Fix bug in cmCMakePath::IsSuffix() method * cmake_path(HASH) always normalized paths (NORMALIZE option removed) | ||||
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -7/+7 |
| | | | | | CMake uses explicit 'this->' style. Using custom clang-tidy check we can detect and fix places where 'this->' was missed. | ||||
* | cmake_path: various enhancements to subcommands/keywords | Marc Chevrier | 2020-11-11 | 1 | -55/+44 |
| | | | | This change address partly the remarks done in issue #21385 | ||||
* | cmake_path command: path management | Marc Chevrier | 2020-09-06 | 1 | -0/+1019 |
Fixes: #19568, #20922 |