summaryrefslogtreecommitdiffstats
path: root/include/ingen/URIMap.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-09-27Use braced init lists to avoid repeating return typesDavid Robillard1-2/+1
2022-08-18Fix whitespaceDavid Robillard1-2/+7
2022-08-18Use consistent brace wrapping for class definitionsDavid Robillard1-2/+4
2021-01-02Update for latest raulDavid Robillard1-1/+1
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-6/+16
2020-08-02Rename memory utility headerDavid Robillard1-1/+1
2020-08-02Clean up URI map interfaceDavid Robillard1-3/+20
2020-08-02Move public headers to a separate include directoryDavid Robillard1-0/+96
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.