summaryrefslogtreecommitdiff
path: root/src/utils/cpp/path.hpp
AgeCommit message (Collapse)Author
2024-11-14utils: Implement IWYU suggestionsMaksim Denisov
2024-09-18Add missing #endif comments in headersMaksim Denisov
2023-08-23utils path: Add missing inline specifierOliver Reiche
... to suppress 'unused function' warnings.
2023-08-07utils: Add function to check for confined pathsPaul Cristian Sarbu
2023-08-07utils: path normalization method should be noexceptPaul Cristian Sarbu
2023-06-26filesystem: Add logic for handling (non-upwards) symlinksPaul Cristian Sarbu
2022-10-12Add copyright and license notice to all source and header filesKlaus Aehlig
Signed-off-by: Goetz Brasche <goetz.brasche@huawei.com>
2022-05-12Ensure consistent path normalisationKlaus Aehlig
In particular, ensure that the empty path and "." have the same normal form.
2022-05-09Move path normalisation to a separate libraryKlaus Aehlig
... as it will be required outside the target map.