summaryrefslogtreecommitdiffstats
path: root/include/ingen/fmt.hpp
AgeCommit message (Collapse)AuthorFilesLines
2024-06-04Add missing std::forwardDavid Robillard1-1/+1
2023-05-12Fix const correctnessDavid Robillard1-3/+5
2020-12-15Clean up includes in core and serverDavid Robillard1-1/+1
2020-08-02Move public headers to a separate include directoryDavid Robillard1-0/+38
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.