Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake_path: enhancements | Marc Chevrier | 2020-09-20 | 1 | -2/+3 |
| | | | | | * Fix error on parsing "c:a" (root-name without root-directory) * Enrich documentation | ||||
* | cmCMakePath: Class for path handling | Marc Chevrier | 2020-09-06 | 1 | -1/+1 |
| | |||||
* | STL Support: Fix cm::filesystem warnings; check for '\' not multichar ' \'. | Fred Baksik | 2020-07-24 | 1 | -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 Cygwin | Marc Chevrier | 2020-07-20 | 1 | -10/+50 |
| | |||||
* | STL Support: Add cm::filesystem::path in <cm/filesystem> | Marc Chevrier | 2020-07-09 | 1 | -0/+989 |