summaryrefslogtreecommitdiffstats
path: root/src/lib.c
AgeCommit message (Collapse)AuthorFilesLines
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-84/+83
2020-12-31Avoid "else" after "return"David Robillard1-1/+4
2020-07-16Clean up includesDavid Robillard1-0/+5
2019-04-14Use modern LV2 includesDavid Robillard1-1/+1
2019-04-14Fix Windows cross-library malloc/free errorsDavid Robillard1-5/+6
2019-04-14Fix Windows buildDavid Robillard1-1/+0
2019-01-13Update copyright datesDavid Robillard1-1/+1
2019-01-13Clean up includesDavid Robillard1-0/+8
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use.
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-09-18Fix memory, file, and library leaksDavid Robillard1-0/+1
2016-07-14Clean up and remove dead codeDavid Robillard1-2/+1
2015-10-29Fix long linesDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5800 a436a847-0d15-0410-975c-d299462d15a1
2015-09-10Use lilv_free() where appropriate.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5721 a436a847-0d15-0410-975c-d299462d15a1
2015-01-29Add lilv_file_uri_parse() for correct URI to path conversion.David Robillard1-1/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5528 a436a847-0d15-0410-975c-d299462d15a1
2015-01-18Remove LILV_NEW_LV2 define.David Robillard1-8/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5522 a436a847-0d15-0410-975c-d299462d15a1
2014-08-08Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5423 a436a847-0d15-0410-975c-d299462d15a1
2014-01-18Call lv2_lib_descriptor separately for different bundle pathsDavid Robillard1-2/+6
(fix loading several dynamic plugins like Ingen at once). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5314 a436a847-0d15-0410-975c-d299462d15a1
2012-04-10Fix memory leak.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4156 a436a847-0d15-0410-975c-d299462d15a1
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4112 a436a847-0d15-0410-975c-d299462d15a1
2012-03-18Fix odd crash...David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4076 a436a847-0d15-0410-975c-d299462d15a1
2012-03-15Implement new LV2 discovery API.David Robillard1-0/+110
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4062 a436a847-0d15-0410-975c-d299462d15a1