summaryrefslogtreecommitdiffstats
path: root/include/ingen/Module.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-08-18Make empty methods and trivial constructors noexceptDavid Robillard1-1/+2
2022-08-18Separate export macro definitions between modulesDavid Robillard1-1/+7
2020-12-15Clean up includes in core and serverDavid Robillard1-1/+0
2020-08-02Move public headers to a separate include directoryDavid Robillard1-0/+64
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.