Vitaly Stakhovsky
|
5e8fa0b7bc
|
Source: Minor code improvements
|
2021-05-11 11:20:04 -04:00 |
|
Marc Chevrier
|
76cea3dfe2
|
cmake_path: rename 'GET ... RELATIVE_PATH' to 'GET ... RELATIVE_PART'
For consistency, subcommand 'HAS_RELATIVE_PATH' is also renamed
to 'HAS_RELATIVE_PART'.
Fixes: #21385
|
2021-01-28 11:06:31 +11:00 |
|
Ben Boeckel
|
cdfc4e3195
|
clang-tidy: fix readability-qualified-auto warnings
|
2021-01-27 08:45:45 -05:00 |
|
Marc Chevrier
|
76f0bcdfb6
|
cmake_path: various updates
To follow discussions in #21385 and !5682:
* Fix bug in cmCMakePath::IsSuffix() method
* cmake_path(HASH) always normalized paths (NORMALIZE option removed)
|
2021-01-13 15:27:49 +01:00 |
|
Oleksandr Koval
|
209daa20b2
|
Code style: add missed explicit 'this->'
CMake uses explicit 'this->' style. Using custom clang-tidy check we can
detect and fix places where 'this->' was missed.
|
2021-01-05 14:32:36 +02:00 |
|
Marc Chevrier
|
ed21ad181e
|
cmake_path: various enhancements to subcommands/keywords
This change address partly the remarks done in issue #21385
|
2020-11-11 23:43:51 +01:00 |
|
Marc Chevrier
|
eb583b0a66
|
cmake_path command: path management
Fixes: #19568, #20922
|
2020-09-06 10:52:25 +02:00 |
|