summaryrefslogtreecommitdiffstats
path: root/include/ingen/client/PluginModel.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-08-18Use default member initializationDavid Robillard1-1/+1
2021-01-02Update for latest raulDavid Robillard1-1/+1
2020-12-15Clean up includes in client libraryDavid Robillard1-3/+5
2020-08-03Clean up includesDavid Robillard1-1/+4
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check.
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-4/+5
2020-08-02Rename memory utility headerDavid Robillard1-1/+1
2020-08-02Fix shadow warningsDavid Robillard1-2/+2
2020-08-02Move public headers to a separate include directoryDavid Robillard1-0/+127
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.
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory ↵David Robillard1-111/+0
in top level). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4063 a436a847-0d15-0410-975c-d299462d15a1
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3566 a436a847-0d15-0410-975c-d299462d15a1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-6/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3564 a436a847-0d15-0410-975c-d299462d15a1
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3560 a436a847-0d15-0410-975c-d299462d15a1
2011-10-01Support inline display of HTML LV2 documentation via WebKit.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3515 a436a847-0d15-0410-975c-d299462d15a1
2011-05-24Move appropriate client headers to public include directory.David Robillard1-0/+112
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3319 a436a847-0d15-0410-975c-d299462d15a1