summaryrefslogtreecommitdiffstats
path: root/include/ingen/filesystem.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-12-14Use std::filesystem and std::make_uniqueDavid Robillard1-84/+0
2022-09-27Use braced init lists to avoid repeating return typesDavid Robillard1-1/+1
2022-08-18Switch to meson build systemDavid Robillard1-3/+0
2020-12-15Clean up includes in core and serverDavid Robillard1-3/+5
2020-08-02Move public headers to a separate include directoryDavid Robillard1-0/+85
This is more conventional and probably best practice (since it avoids polluting the include path with non-headers), and is supported by the clang-tidy llvm-header-guard check.