summaryrefslogtreecommitdiffstats
path: root/Utilities/std/cm/bits/fs_path.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmake_path: enhancementsMarc Chevrier2020-09-201-2/+3
| | | | | * Fix error on parsing "c:a" (root-name without root-directory) * Enrich documentation
* cmCMakePath: Class for path handlingMarc Chevrier2020-09-061-1/+1
|
* STL Support: Fix cm::filesystem warnings; check for '\' not multichar ' \'.Fred Baksik2020-07-241-1/+1
| | | | | | Utilities/std/cm/bits/fs_path.cxx:334:24: warning: multi-character character constant [-Wmultichar] || *ptr == ' \\' ^~~~~
* STL Support: cm::filesystem::path: add support of CygwinMarc Chevrier2020-07-201-10/+50
|
* STL Support: Add cm::filesystem::path in <cm/filesystem>Marc Chevrier2020-07-091-0/+989