summaryrefslogtreecommitdiffstats
path: root/src/world.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18Lint.David Robillard1-1/+1
2012-01-17Support compilation as C++ under MSVC++,David Robillard1-23/+24
2012-01-15Fix memory leak.David Robillard1-0/+1
2012-01-14Lint.David Robillard1-7/+9
2012-01-13Fix compilation with --dyn-manifest (fix #803).David Robillard1-2/+2
2012-01-08Localise directory traversal stuff.David Robillard1-36/+17
2012-01-08Add file support to state implementation.David Robillard1-80/+53
2012-01-04Consistently use SordNode for internal URIs.David Robillard1-12/+10
2012-01-04Implement proper support for LV2_STATE_BUNDLE.David Robillard1-38/+2
2011-12-30Support arbitrary binary data in plugin state via base64 encoding.David Robillard1-0/+2
2011-12-23Add LilvState API for handling plugin state. This makes it simple to save andDavid Robillard1-8/+12
2011-12-18Fix broken lilv_resource_node_cmp (always equal)David Robillard1-1/+0
2011-12-16Fix lilv_world_find_nodes to work with wildcard subjects.David Robillard1-9/+70
2011-12-10Fix base URI used for parsing dynmanifest plugin data.David Robillard1-1/+1
2011-12-10Tidy.David Robillard1-2/+2
2011-12-09Only load dynmanifests once per bundle, not once per plugin (fix #669).David Robillard1-9/+17
2011-12-01Fix crash in wordexp when LV2_PATH is corrupt (patch from Paul Davis).David Robillard1-1/+4
2011-11-07Add lilv_plugin_get_extension_data.David Robillard1-0/+2
2011-11-06Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD.David Robillard1-1/+1
2011-11-02Use correct URI for dcterms:replaces (for hiding old plugins):David Robillard1-3/+3
2011-11-01Use rdfs:label for preset labels (fix ticket #668).David Robillard1-1/+1
2011-09-29Tidy.David Robillard1-3/+3
2011-09-29Tidy.David Robillard1-2/+2
2011-09-28Remove glib dependencyDavid Robillard1-33/+22
2011-09-28Remove use of GSList.David Robillard1-7/+7
2011-09-27Fix memory leak with dyn-manifestDavid Robillard1-0/+5
2011-09-15Fix compilation with --dyn-manifest.David Robillard1-1/+1
2011-06-09Fix badly typed returnDavid Robillard1-1/+1
2011-06-09Explicitly document free functions as safe to call on NULL.David Robillard1-0/+4
2011-05-24Re-use the SordNode of blank nodes when copying.David Robillard1-1/+2
2011-05-18Update for new Sord API.David Robillard1-20/+28
2011-05-16Update for new Sord API.David Robillard1-1/+2
2011-05-12Update for new Sord APIDavid Robillard1-1/+2
2011-05-11Pass environment to sord write methods for CURIE abbreviation.David Robillard1-2/+10
2011-05-05Remove useless world->namespaces.David Robillard1-20/+0
2011-05-03Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes.David Robillard1-15/+45
2011-04-30Update for new Serd APIDavid Robillard1-1/+1
2011-04-30Consistent error and warning message style.David Robillard1-5/+6
2011-04-30Use readdir_r instead of readdir for thread safety.David Robillard1-16/+12
2011-04-30Tidy.David Robillard1-8/+8
2011-04-29Faster implementations of lilv_plugin_get_one and lilv_plugin_get_unique.David Robillard1-1/+1
2011-04-29Tidy.David Robillard1-1/+1
2011-04-29Rename command line utilities to avoid clashing with slv2.David Robillard1-1/+2
2011-04-29LilvValue => LilvNode.David Robillard1-63/+63
2011-04-29Remove LilvNode and LilvMatches typedefs for Sord stuff.David Robillard1-47/+47
2011-04-29Move querying functions up to world level.David Robillard1-0/+20
2011-04-29Remove half-assed qname API.David Robillard1-34/+36
2011-04-29Terser names for value constructors.David Robillard1-3/+3
2011-04-29Don't hide pointers behind typedefs.David Robillard1-66/+56
2011-04-28Rename slv2 to lilv.David Robillard1-252/+252