summaryrefslogtreecommitdiffstats
path: root/include/ingen/client/GraphModel.hpp
AgeCommit message (Collapse)AuthorFilesLines
2024-07-17Clean up includes and forward declarationsDavid Robillard1-7/+2
According to include-what-you-use 0.22 on LLVM 18, anyway. Most of the changes seem vaguely reasonable, so as usual, just go with what the tool says because it's most useful when reports are typically clean.
2022-08-18Use a consistent style for empty bracesDavid Robillard1-2/+1
2021-01-02Update for latest raulDavid Robillard1-3/+3
2020-12-15Clean up includes in client libraryDavid Robillard1-1/+9
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-11/+11
2020-08-02Rename memory utility headerDavid Robillard1-1/+1
2020-08-02Move public headers to a separate include directoryDavid Robillard1-0/+82
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.