Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake_path: various enhancements to subcommands/keywords | Marc Chevrier | 2020-11-11 | 1 | -74/+58 |
| | | | | This change address partly the remarks done in issue #21385 | ||||
* | cmake_path: Enhance documentation | Marc Chevrier | 2020-10-26 | 1 | -122/+127 |
| | |||||
* | cmake_path: enhancements | Marc Chevrier | 2020-09-20 | 1 | -47/+234 |
| | | | | | * Fix error on parsing "c:a" (root-name without root-directory) * Enrich documentation | ||||
* | Help: Fix typo in cmake_path(CMAKE_PATH) command signature | Brad King | 2020-09-08 | 1 | -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 management | Marc Chevrier | 2020-09-06 | 1 | -0/+641 |
Fixes: #19568, #20922 |