summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2011-12-19Remove locale smashing kludges and use new serd functions for converting nodesDavid Robillard1-2/+0
2011-12-16Fix lilv_world_find_nodes to work with wildcard subjects.David Robillard1-22/+33
2011-11-07Add lilv_plugin_get_extension_data.David Robillard1-0/+16
2011-11-02Fix compilation broken in r3593.David Robillard1-2/+2
2011-11-02Use correct URI for dcterms:replaces (for hiding old plugins):David Robillard1-1/+0
2011-11-01Use rdfs:label for preset labels (fix ticket #668).David Robillard1-4/+4
2011-09-27Add lilv_plugin_write_description and lilv_plugin_write_manifest_entry.David Robillard1-27/+54
2011-06-11Remove jv2jackDavid Robillard1-454/+0
2011-05-20Use correct program name in jack session command line.David Robillard1-1/+1
2011-05-16Fix references to old utility namesDavid Robillard2-10/+10
2011-05-03Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes.David Robillard1-4/+7
2011-04-30Cache port RDF node on load instead of searching for it repeatedly.David Robillard2-10/+10
2011-04-29Tidy.David Robillard3-6/+6
2011-04-29Rename command line utilities to avoid clashing with slv2.David Robillard4-0/+0
2011-04-29LilvValue => LilvNode.David Robillard3-118/+118
2011-04-29Remove half-assed qname API.David Robillard1-15/+18
2011-04-29Terser names for value constructors.David Robillard2-16/+16
2011-04-29Don't hide pointers behind typedefs.David Robillard4-71/+79
2011-04-28Fix up the last remnants of the old name.David Robillard2-2/+2
2011-04-28Rename slv2 to lilv.David Robillard5-225/+225
2011-04-28More future-proof collection APIs.David Robillard3-15/+13
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard4-91/+57
2011-04-16Update copyright headersDavid Robillard3-3/+3
2011-03-28Fix data file listing.David Robillard1-1/+2
2011-03-18Add missing files.David Robillard1-0/+64
2011-03-18Fix broken data file / features output.David Robillard1-3/+2
2011-03-09New collections and iterator API.David Robillard3-35/+51
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard3-51/+72
2011-03-05Warn when plugin lv2:binary is missing.David Robillard1-2/+8
2011-02-24Move UI stuff back into slv2.h (avoid breakage).David Robillard1-6/+1
2011-02-17Jack session support for lv2_jack_host.David Robillard1-8/+97
2011-02-12Move lv2_jack_host to utils directory.David Robillard1-0/+368
2011-02-12Remove bitrotten LADSPA stuff.David Robillard2-981/+0
2011-02-12Tidy up programs.David Robillard2-42/+37
2011-02-12Make UI support a compile-time option, and separate UI functions into slv2/ui.h.David Robillard1-0/+6
2011-01-30Add blank node type for value, to allow the user to 'join' statementDavid Robillard1-32/+14
2010-11-26Update for latest LV2 #include style.David Robillard2-2/+0
2010-11-25Align required features correctly in output.David Robillard1-1/+1
2010-10-16Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 broke...David Robillard1-1/+1
2010-09-22Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext.David Robillard1-4/+4
2010-09-04My name is David. :)David Robillard3-5/+5
2010-03-11Add --names option to lv2_list to list all plugin names (instead of URIs).David Robillard1-9/+24
2010-02-05Free predicate SLV2Values before exit.David Robillard1-0/+2
2009-10-13Bash completion support for SLV2 utilities from Lars Luthman.David Robillard1-0/+59
2009-08-16Fix duplicate display of port groups.David Robillard1-0/+1
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard2-0/+2
2009-07-04Print group types.David Robillard1-5/+8
2009-06-19Display port group information.David Robillard1-6/+44
2009-06-04Centralize storage creation and only create SPO and OPS indices (TODO: Add AP...David Robillard1-0/+1
2009-06-03Tolerate lv2_inspect of broken plugins with illegal ports.David Robillard1-0/+5