| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes: #25938
|
|
|
|
|
| |
Most of CMake commands use syntax highlighting when describe
sub-commands syntax. Fix a few of them to be like others...
|
|
|
|
|
|
|
|
|
|
|
|
| |
The docs for if(PATH_EQUAL) did not mention the component-wise
nature of the checks. It also claimed no normalization was
performed, but multiple separators are effectively collapsed
(part of normalization). Improve the wording to clarify both of
these points.
Also update the corresponding description of cmake_path(COMPARE),
which had the same inaccuracy.
Fixes: #23758
|
|
|
|
| |
To complete issue #23498
|
|
|
|
| |
Fixes: #23498
|
|
|
|
| |
for cmake_path(`CONVERT` ... [NORMALIZE]) was missing in top summary
|
|
|
|
| |
Fixes: #22302
|
|
|
|
|
| |
This option enables the replacement of any leading tilde with the path
to the user's home directory.
|
|
|
|
|
|
|
| |
For consistency, subcommand 'HAS_RELATIVE_PATH' is also renamed
to 'HAS_RELATIVE_PART'.
Fixes: #21385
|
|
|
| |
Relates: #21385
|
|
|
|
|
|
| |
To follow discussions in #21385 and !5682:
* Fix bug in cmCMakePath::IsSuffix() method
* cmake_path(HASH) always normalized paths (NORMALIZE option removed)
|
|
|
|
| |
This change address partly the remarks done in issue #21385
|
| |
|
|
|
|
|
| |
* Fix error on parsing "c:a" (root-name without root-directory)
* Enrich documentation
|
|
|
|
|
|
| |
Fix a typo accidentally added by commit eb583b0a66 (cmake_path command:
path management, 2020-07-23). Remove a stray `]` character that breaks
the pygments lexer.
|
|
Fixes: #19568, #20922
|