summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/fs_path_utility.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-6/+6
| | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* Address review comments and fix compilation problemsFearlessTobi2024-01-251-125/+124
|
* fs: Add path classFearlessTobi2024-01-251-0/+1240