summaryrefslogtreecommitdiffstats
path: root/include/ingen/LV2Features.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-08-18Make empty methods and trivial constructors noexceptDavid Robillard1-1/+1
2021-01-02Update for latest raulDavid Robillard1-1/+1
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-9/+10
2020-08-02Use nullptr for empty smart pointersDavid Robillard1-1/+1
2020-08-02Rename memory utility headerDavid Robillard1-1/+1
2020-08-02Move public headers to a separate include directoryDavid Robillard1-0/+93
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.