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
2012-01-04
Consistently use SordNode for internal URIs.
David Robillard
1
-12
/
+10
2012-01-04
Implement proper support for LV2_STATE_BUNDLE.
David Robillard
1
-38
/
+2
2011-12-30
Support arbitrary binary data in plugin state via base64 encoding.
David Robillard
1
-0
/
+2
2011-12-23
Add LilvState API for handling plugin state. This makes it simple to save and
David Robillard
1
-8
/
+12
2011-12-18
Fix broken lilv_resource_node_cmp (always equal)
David Robillard
1
-1
/
+0
2011-12-16
Fix lilv_world_find_nodes to work with wildcard subjects.
David Robillard
1
-9
/
+70
2011-12-10
Fix base URI used for parsing dynmanifest plugin data.
David Robillard
1
-1
/
+1
2011-12-10
Tidy.
David Robillard
1
-2
/
+2
2011-12-09
Only load dynmanifests once per bundle, not once per plugin (fix #669).
David Robillard
1
-9
/
+17
2011-12-01
Fix crash in wordexp when LV2_PATH is corrupt (patch from Paul Davis).
David Robillard
1
-1
/
+4
2011-11-07
Add lilv_plugin_get_extension_data.
David Robillard
1
-0
/
+2
2011-11-06
Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD.
David Robillard
1
-1
/
+1
2011-11-02
Use correct URI for dcterms:replaces (for hiding old plugins):
David Robillard
1
-3
/
+3
2011-11-01
Use rdfs:label for preset labels (fix ticket #668).
David Robillard
1
-1
/
+1
2011-09-29
Tidy.
David Robillard
1
-3
/
+3
2011-09-29
Tidy.
David Robillard
1
-2
/
+2
2011-09-28
Remove glib dependency
David Robillard
1
-33
/
+22
2011-09-28
Remove use of GSList.
David Robillard
1
-7
/
+7
2011-09-27
Fix memory leak with dyn-manifest
David Robillard
1
-0
/
+5
2011-09-15
Fix compilation with --dyn-manifest.
David Robillard
1
-1
/
+1
2011-06-09
Fix badly typed return
David Robillard
1
-1
/
+1
2011-06-09
Explicitly document free functions as safe to call on NULL.
David Robillard
1
-0
/
+4
2011-05-24
Re-use the SordNode of blank nodes when copying.
David Robillard
1
-1
/
+2
2011-05-18
Update for new Sord API.
David Robillard
1
-20
/
+28
2011-05-16
Update for new Sord API.
David Robillard
1
-1
/
+2
2011-05-12
Update for new Sord API
David Robillard
1
-1
/
+2
2011-05-11
Pass environment to sord write methods for CURIE abbreviation.
David Robillard
1
-2
/
+10
2011-05-05
Remove useless world->namespaces.
David Robillard
1
-20
/
+0
2011-05-03
Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes.
David Robillard
1
-15
/
+45
2011-04-30
Update for new Serd API
David Robillard
1
-1
/
+1
2011-04-30
Consistent error and warning message style.
David Robillard
1
-5
/
+6
2011-04-30
Use readdir_r instead of readdir for thread safety.
David Robillard
1
-16
/
+12
2011-04-30
Tidy.
David Robillard
1
-8
/
+8
2011-04-29
Faster implementations of lilv_plugin_get_one and lilv_plugin_get_unique.
David Robillard
1
-1
/
+1
2011-04-29
Tidy.
David Robillard
1
-1
/
+1
2011-04-29
Rename command line utilities to avoid clashing with slv2.
David Robillard
1
-1
/
+2
2011-04-29
LilvValue => LilvNode.
David Robillard
1
-63
/
+63
2011-04-29
Remove LilvNode and LilvMatches typedefs for Sord stuff.
David Robillard
1
-47
/
+47
2011-04-29
Move querying functions up to world level.
David Robillard
1
-0
/
+20
2011-04-29
Remove half-assed qname API.
David Robillard
1
-34
/
+36
2011-04-29
Terser names for value constructors.
David Robillard
1
-3
/
+3
2011-04-29
Don't hide pointers behind typedefs.
David Robillard
1
-66
/
+56
2011-04-28
Rename slv2 to lilv.
David Robillard
1
-252
/
+252
2011-04-28
More future-proof collection APIs.
David Robillard
1
-3
/
+3
2011-04-28
Compile with older versions of glib.
David Robillard
1
-2
/
+2
2011-04-28
Update for new Sord API.
David Robillard
1
-10
/
+10
2011-04-27
Fix memory leaks.
David Robillard
1
-44
/
+49
2011-04-22
Switch to ISC license (legally equivalent to MIT license but with less obnoxi...
David Robillard
1
-20
/
+11
2011-04-22
Don't print warning when directory in LV2_PATH is nonexistent.
David Robillard
1
-2
/
+0
2011-04-16
Squeeze blank lines and delete trailing whitespace.
David Robillard
1
-2
/
+2
[prev]
[next]