summaryrefslogtreecommitdiffstats
path: root/Help/command/cmake_path.rst
Commit message (Collapse)AuthorAgeFilesLines
* cmake_path: rename 'GET ... RELATIVE_PATH' to 'GET ... RELATIVE_PART'Marc Chevrier2021-01-281-70/+49
| | | | | | | For consistency, subcommand 'HAS_RELATIVE_PATH' is also renamed to 'HAS_RELATIVE_PART'. Fixes: #21385
* Help: Restructure and clarify cmake_path() docsCraig Scott2021-01-161-534/+523
| | | Relates: #21385
* cmake_path: various updatesMarc Chevrier2021-01-131-4/+3
| | | | | | To follow discussions in #21385 and !5682: * Fix bug in cmCMakePath::IsSuffix() method * cmake_path(HASH) always normalized paths (NORMALIZE option removed)
* cmake_path: various enhancements to subcommands/keywordsMarc Chevrier2020-11-111-74/+58
| | | | This change address partly the remarks done in issue #21385
* cmake_path: Enhance documentationMarc Chevrier2020-10-261-122/+127
|
* cmake_path: enhancementsMarc Chevrier2020-09-201-47/+234
| | | | | * Fix error on parsing "c:a" (root-name without root-directory) * Enrich documentation
* Help: Fix typo in cmake_path(CMAKE_PATH) command signatureBrad King2020-09-081-1/+1
| | | | | | 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.
* cmake_path command: path managementMarc Chevrier2020-09-061-0/+641
Fixes: #19568, #20922