summaryrefslogtreecommitdiffstats
path: root/include/ingen/Atom.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-08-18Remove redundant "inline" specifiersDavid Robillard1-11/+13
2022-08-18Use consistent brace wrapping for class definitionsDavid Robillard1-1/+2
2022-08-18Avoid "else" after "return", "break", and "continue"David Robillard1-4/+4
2020-08-02Move public headers to a separate include directoryDavid Robillard1-0/+183
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.