summaryrefslogtreecommitdiffstats
path: root/utils/lv2info.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-29Use braces everywhereDavid Robillard1-15/+30
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-05-05Fix use of lv2info -m and -p options to write plugin data.David Robillard1-7/+15
2013-11-01lv2info: Don't display invalid control maxes and defaults (fix #934).David Robillard1-2/+2
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-9/+9
2012-07-06Fix crash when lv2info is run with an invalid URI argument.David Robillard1-1/+7
2012-04-13Remove dead code.David Robillard1-11/+0
2012-04-13Tidy.David Robillard1-7/+6
2012-04-13Use standard command synopsis style.David Robillard1-1/+1
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-9/+9
2012-03-30Remove old parameters stuff.David Robillard1-10/+0
2012-03-27Update for latest port-groups extension.David Robillard1-23/+24
2012-03-27Delete trailing whitespace.David Robillard1-2/+2
2012-02-28Update for latest lv2core.David Robillard1-0/+10
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-17Support compilation as C++ under MSVC++,David Robillard1-3/+8
2012-01-08Update man pages.David Robillard1-2/+2
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-05-16Fix references to old utility namesDavid Robillard1-2/+2
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 Robillard1-2/+2
2011-04-29Tidy.David Robillard1-2/+2
2011-04-29Rename command line utilities to avoid clashing with slv2.David Robillard1-0/+383