summaryrefslogtreecommitdiffstats
path: root/src/world.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-18Remove redundant LILV_API declarationsDavid Robillard1-15/+15
2019-04-14Use modern LV2 includesDavid Robillard1-3/+3
2019-04-14Add option to override LV2_PATH in applicationsDavid Robillard1-1/+10
2019-04-14Zero-initialise worldDavid Robillard1-1/+1
2019-03-31Fix building with --dyn-manifest in MSVCHenna Haahti1-1/+1
2019-01-13Update copyright datesDavid Robillard1-1/+1
2019-01-13Clean up includesDavid Robillard1-5/+20
2017-12-29Fix inconsistent parameter namesDavid Robillard1-4/+4
2017-12-29Remove redundant typedefsDavid Robillard1-1/+0
2017-12-29Fix potential memory leaksDavid Robillard1-1/+4
2017-12-29Remove pointless castsDavid Robillard1-2/+2
2017-12-29Use braces everywhereDavid Robillard1-4/+8
2017-03-23Don't attempt to load remote or non-Turtle filesDavid Robillard1-2/+10
2016-09-18Fix short string allocationDavid Robillard1-1/+1
2016-09-16Add lilv_world_get_symbol()David Robillard1-0/+48
2016-09-04Fix NULL predicate crash in lilv_world_find_nodesDavid Robillard1-0/+3
2016-07-31Fix compilation with C++ compilersDavid Robillard1-7/+8
2016-07-14Clean up and remove dead codeDavid Robillard1-6/+2
2016-07-11Fully reset plugin struct when plugin is reloadedDavid Robillard1-17/+28
2016-07-11Improve test coverageDavid Robillard1-8/+5
2016-07-08Fix plugin version conflict resolutionDavid Robillard1-4/+18
2016-03-17Replace bundle when newer plugin version is loadedDavid Robillard1-3/+124
2015-11-07Remove unloaded plugins from world plugin listDavid Robillard1-12/+52
2015-10-29Fix loading dynamic manifest from bundles with spacesDavid Robillard1-2/+6
2015-10-29Fix commentDavid Robillard1-1/+1
2015-10-29Support reloading bundlesDavid Robillard1-39/+64
2015-03-28Fix lilv_world_ask() to work with wildcards.David Robillard1-2/+5
2015-03-16Load discovered owl ontologies as specifications.David Robillard1-13/+18
2015-03-07Add support for state deletion.David Robillard1-3/+6
2015-03-07Fix unload functions to only unload the necessary data.David Robillard1-3/+3
2015-01-29Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes().David Robillard1-2/+2
2015-01-29Fix memory leak.David Robillard1-0/+1
2015-01-18Remove LILV_NEW_LV2 define.David Robillard1-4/+0
2014-12-10Fix loading files with spaces in their path.David Robillard1-6/+6
2014-11-22Windows fixes (thanks John Emmas).David Robillard1-1/+1
2014-09-26Report specific error when dyn-manifest dlopen() fails (fix #983).David Robillard1-1/+3
2014-09-26Update dyn-manifest loading for new sord.David Robillard1-21/+26
2014-09-24Fixes for new sord.David Robillard1-22/+48
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-2/+2
2014-07-31Minor code cleanups, slightly reduce LOC.David Robillard1-96/+64
2014-07-15Add lilv_world_unload_bundle() and lilv_world_unload_resource().David Robillard1-21/+105
2014-05-20Fix slow redundant parsing where many presets share a data file.David Robillard1-15/+16
2014-01-18Call lv2_lib_descriptor separately for different bundle pathsDavid Robillard1-2/+18
2014-01-12Factor out common file reading code.David Robillard1-36/+26
2014-01-12Don't load files multiple times if they are listed as rdfs:seeAlso for severa...David Robillard1-34/+48
2013-12-27Implement lv2:prototype.David Robillard1-1/+2
2013-08-25Support denoting latency ports with lv2:designation lv2:latency.David Robillard1-0/+1
2013-02-18Make use of sord_get().David Robillard1-44/+18
2013-02-18Fix SordNode leaks.David Robillard1-7/+8
2013-02-10Add lilv_world_ask() for easily checking if a statement exists.David Robillard1-0/+16