index
:
lilv.git
fix-fake-ms
fix-windows
fix-windows-mkdir
main
serd1
Lilv LV2 host library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
world.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-29
Fix inconsistent parameter names
David Robillard
1
-4
/
+4
2017-12-29
Remove redundant typedefs
David Robillard
1
-1
/
+0
2017-12-29
Fix potential memory leaks
David Robillard
1
-1
/
+4
2017-12-29
Remove pointless casts
David Robillard
1
-2
/
+2
2017-12-29
Use braces everywhere
David Robillard
1
-4
/
+8
2017-03-23
Don't attempt to load remote or non-Turtle files
David Robillard
1
-2
/
+10
2016-09-18
Fix short string allocation
David Robillard
1
-1
/
+1
2016-09-16
Add lilv_world_get_symbol()
David Robillard
1
-0
/
+48
2016-09-04
Fix NULL predicate crash in lilv_world_find_nodes
David Robillard
1
-0
/
+3
2016-07-31
Fix compilation with C++ compilers
David Robillard
1
-7
/
+8
2016-07-14
Clean up and remove dead code
David Robillard
1
-6
/
+2
2016-07-11
Fully reset plugin struct when plugin is reloaded
David Robillard
1
-17
/
+28
2016-07-11
Improve test coverage
David Robillard
1
-8
/
+5
2016-07-08
Fix plugin version conflict resolution
David Robillard
1
-4
/
+18
2016-03-17
Replace bundle when newer plugin version is loaded
David Robillard
1
-3
/
+124
2015-11-07
Remove unloaded plugins from world plugin list
David Robillard
1
-12
/
+52
2015-10-29
Fix loading dynamic manifest from bundles with spaces
David Robillard
1
-2
/
+6
2015-10-29
Fix comment
David Robillard
1
-1
/
+1
2015-10-29
Support reloading bundles
David Robillard
1
-39
/
+64
2015-03-28
Fix lilv_world_ask() to work with wildcards.
David Robillard
1
-2
/
+5
2015-03-16
Load discovered owl ontologies as specifications.
David Robillard
1
-13
/
+18
2015-03-07
Add support for state deletion.
David Robillard
1
-3
/
+6
2015-03-07
Fix unload functions to only unload the necessary data.
David Robillard
1
-3
/
+3
2015-01-29
Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes().
David Robillard
1
-2
/
+2
2015-01-29
Fix memory leak.
David Robillard
1
-0
/
+1
2015-01-18
Remove LILV_NEW_LV2 define.
David Robillard
1
-4
/
+0
2014-12-10
Fix loading files with spaces in their path.
David Robillard
1
-6
/
+6
2014-11-22
Windows fixes (thanks John Emmas).
David Robillard
1
-1
/
+1
2014-09-26
Report specific error when dyn-manifest dlopen() fails (fix #983).
David Robillard
1
-1
/
+3
2014-09-26
Update dyn-manifest loading for new sord.
David Robillard
1
-21
/
+26
2014-09-24
Fixes for new sord.
David Robillard
1
-22
/
+48
2014-08-08
Use Markdown in doc comments for better source readability.
David Robillard
1
-2
/
+2
2014-07-31
Minor code cleanups, slightly reduce LOC.
David Robillard
1
-96
/
+64
2014-07-15
Add lilv_world_unload_bundle() and lilv_world_unload_resource().
David Robillard
1
-21
/
+105
2014-05-20
Fix slow redundant parsing where many presets share a data file.
David Robillard
1
-15
/
+16
2014-01-18
Call lv2_lib_descriptor separately for different bundle paths
David Robillard
1
-2
/
+18
2014-01-12
Factor out common file reading code.
David Robillard
1
-36
/
+26
2014-01-12
Don't load files multiple times if they are listed as rdfs:seeAlso for severa...
David Robillard
1
-34
/
+48
2013-12-27
Implement lv2:prototype.
David Robillard
1
-1
/
+2
2013-08-25
Support denoting latency ports with lv2:designation lv2:latency.
David Robillard
1
-0
/
+1
2013-02-18
Make use of sord_get().
David Robillard
1
-44
/
+18
2013-02-18
Fix SordNode leaks.
David Robillard
1
-7
/
+8
2013-02-10
Add lilv_world_ask() for easily checking if a statement exists.
David Robillard
1
-0
/
+16
2012-11-23
Add lilv_world_ask() for simply checking if a statement exists.
David Robillard
1
-0
/
+11
2012-11-23
lilv_world_query_values_internal() => lilv_world_find_nodes_internal().
David Robillard
1
-5
/
+5
2012-11-23
Add lilv_nodes_merge() to API (address part of #835).
David Robillard
1
-19
/
+8
2012-11-23
Factor out common "ask if a triple is present" pattern.
David Robillard
1
-0
/
+9
2012-08-10
Always back LilvNode with a SordNode and shave 16 bytes off of LilvNode.
David Robillard
1
-10
/
+14
2012-08-09
Fix Windows static build.
David Robillard
1
-1
/
+1
2012-08-09
Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...
David Robillard
1
-4
/
+2
[next]