summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-16Add lilv_world_get_symbol()David Robillard4-0/+107
2016-09-16Add missing includeDavid Robillard1-2/+3
2016-09-05Add project tag to release postsDavid Robillard1-1/+1
2016-09-05Tidy up man pagesDavid Robillard3-10/+10
2016-09-05Improve Python documentationDavid Robillard1-32/+49
2016-09-05Fix typo in commentDavid Robillard1-1/+1
2016-09-05Fix Python documentation generationDavid Robillard3-8/+39
2016-09-05Add Python binding documentation generatorDavid Robillard3-0/+453
2016-09-05Add missing fileDavid Robillard1-0/+1732
2016-09-05Add new hand-crafted Python bindingsDavid Robillard5-90/+294
2016-09-05Fix misleading error messageDavid Robillard2-71/+1
2016-09-04Fix NULL predicate crash in lilv_world_find_nodesDavid Robillard2-1/+5
2016-08-27Use consistent README formattingDavid Robillard1-1/+1
2016-08-27Add lv2apply utility/exampleDavid Robillard4-3/+392
2016-08-27Update documentation styleDavid Robillard2-213/+454
2016-08-26Fix man page formatting for consistencyDavid Robillard2-4/+4
2016-08-26Fix compilation with C++David Robillard2-3/+3
2016-08-17Add target for generating release announcementsDavid Robillard3-10/+18
2016-08-16Never call qsort on NULLDavid Robillard1-2/+6
2016-08-01Check for libdlDavid Robillard1-3/+7
2016-08-01Use consistent feature test macrosDavid Robillard1-1/+1
2016-08-01Add missing includeDavid Robillard1-0/+1
2016-08-01Use consistent feature test macrosDavid Robillard4-5/+5
2016-07-31Fix Windows compilationDavid Robillard2-1/+3
2016-07-31Fix compilation with C++ compilersDavid Robillard4-19/+17
2016-07-25Support test coverage with LLVMDavid Robillard2-24/+17
2016-07-24Add lilv_state_set_metadata()David Robillard4-71/+162
2016-07-14Improve test coverageDavid Robillard16-9/+574
2016-07-14Clean up and remove dead codeDavid Robillard4-49/+17
2016-07-12Fix state file versioningDavid Robillard2-29/+20
2016-07-12Improve test coverageDavid Robillard1-0/+1
2016-07-11Improve test frameworkDavid Robillard1-3/+3
2016-07-11Fully reset plugin struct when plugin is reloadedDavid Robillard5-31/+95
2016-07-11Improve test coverageDavid Robillard5-15/+42
2016-07-10Test versioned plugin replacementDavid Robillard8-8/+345
2016-07-10Test lilv_node_as_float on non-numeric nodesDavid Robillard1-0/+1
2016-07-09Check lv2:binary predicate for UIsHanspeter Portner2-2/+6
2016-07-09Clean up test outputDavid Robillard1-3/+5
2016-07-09Upgrade to waf 1.8.22 and autowaf 93d0926David Robillard1-7/+7
2016-07-08Fix plugin version conflict resolutionDavid Robillard1-4/+18
2016-07-07Remove unused variableDavid Robillard1-3/+2
2016-03-17Replace bundle when newer plugin version is loadedDavid Robillard3-4/+147
2016-03-16Always look up CreateSymbolicLink on WindowsRobin Gareus1-2/+0
2016-03-15Remove unused internal use of node lengthDavid Robillard1-4/+3
2015-12-04Do not instantiate plugin when data fails to parseDavid Robillard4-3/+24
2015-11-07Remove unloaded plugins from world plugin listDavid Robillard3-15/+58
2015-11-04Fix restoring state from stringsDavid Robillard1-1/+1
2015-10-29Add LILV_URI_ATOM_PORT and LILV_URI_CV_PORT definesDavid Robillard2-1/+4
2015-10-29Fix restoring plugins with no state interfaceDavid Robillard1-5/+7
2015-10-29Fix buildDavid Robillard2-2/+2