summaryrefslogtreecommitdiffstats
path: root/include/ingen/AtomReader.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-12-14Use std::optionalDavid Robillard1-5/+4
2021-01-02Update for latest raulDavid Robillard1-3/+3
2020-08-02Move public headers to a separate include directoryDavid Robillard1-0/+76
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.