summaryrefslogtreecommitdiffstats
path: root/ingen/DataAccess.hpp
AgeCommit message (Collapse)AuthorFilesLines
2020-08-02Move public headers to a separate include directoryDavid Robillard1-68/+0
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.
2020-08-02Remove wrappers for standard memory functionsDavid Robillard1-1/+2
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard1-4/+3
2020-08-01Use modern castsDavid Robillard1-2/+3
2019-03-09Clean up includes and forward declarationsDavid Robillard1-4/+3
2019-03-09Use smart pointers over manual memory managementDavid Robillard1-2/+2
2019-03-08Pass World everywhere by referenceDavid Robillard1-2/+2
2018-09-23Use lowercase namespace namesDavid Robillard1-3/+3
2018-09-22Use new LV2 include pathsDavid Robillard1-2/+2
2017-12-25Use overrideDavid Robillard1-2/+2
2017-12-24Clean up includes in public headersDavid Robillard1-0/+7
2015-11-08Add support for instance-access and data-accessDavid Robillard1-0/+61
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5815 a436a847-0d15-0410-975c-d299462d15a1