summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2021-01-07Use globally unique Doxygen group namesDavid Robillard1-10/+10
This is necessary to avoid clashes when building unified documentation as a subproject.
2021-01-07Clean up documentation commentsDavid Robillard1-171/+289
2021-01-02Use email address instead of website for attributionDavid Robillard2-2/+2
2021-01-02Use LILV_STATIC instead of LILV_SHARED to control visibilityDavid Robillard1-13/+7
For consistency, this seems to be the most common convention.
2020-12-31Format all code with clang-formatDavid Robillard2-570/+748
2020-12-31Avoid "else" after "return"David Robillard1-2/+2
2020-12-24Move headers to a conventional "include" directoryDavid Robillard2-0/+2267
2006-10-08Moved slv2 directory for consistencyDavid Robillard3-931/+0
git-svn-id: http://svn.drobilla.net/lad/slv2@165 a436a847-0d15-0410-975c-d299462d15a1
2006-09-02Schema bug fixes (parsable now).David Robillard1-2/+2
Fixed some leaks. Internal query API cleanups. Added latency reporting support. git-svn-id: http://svn.drobilla.net/lad/libslv2@110 a436a847-0d15-0410-975c-d299462d15a1
2006-08-22Updates for new header/schemaDavid Robillard2-5/+19
git-svn-id: http://svn.drobilla.net/lad/libslv2@109 a436a847-0d15-0410-975c-d299462d15a1
2006-07-26- Removed all the unsigned char garbage from the APIDavid Robillard2-225/+508
- Updated types in lv2.h to be non-machine-dependant (removed unsigned long in favour of uint32_t) - Updated schema - Updated example plugin to work with the above (partially) git-svn-id: http://svn.drobilla.net/lad/libslv2@101 a436a847-0d15-0410-975c-d299462d15a1
2006-06-06Moved libslv2 into it's own subdirectoryDavid Robillard3-0/+634
git-svn-id: http://svn.drobilla.net/lad/libslv2@4 a436a847-0d15-0410-975c-d299462d15a1