summaryrefslogtreecommitdiffstats
path: root/include/ingen/URI.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-12-14Use std::filesystem and std::make_uniqueDavid Robillard1-4/+2
2022-09-27Use braced init lists to avoid repeating return typesDavid Robillard1-2/+2
2022-08-18Use consistent spacing for line commentsDavid Robillard1-1/+1
2020-12-15Clean up includes in core and serverDavid Robillard1-2/+2
2020-08-03Clean up includesDavid Robillard1-0/+1
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check.
2020-08-02Move public headers to a separate include directoryDavid Robillard1-0/+175
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.