summaryrefslogtreecommitdiffstats
path: root/utils/lv2_inspect.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-29Rename command line utilities to avoid clashing with slv2.David Robillard1-383/+0
2011-04-29LilvValue => LilvNode.David Robillard1-92/+92
2011-04-29Remove half-assed qname API.David Robillard1-15/+18
2011-04-29Terser names for value constructors.David Robillard1-7/+7
2011-04-29Don't hide pointers behind typedefs.David Robillard1-39/+47
2011-04-28Fix up the last remnants of the old name.David Robillard1-1/+1
2011-04-28Rename slv2 to lilv.David Robillard1-125/+125
2011-04-28More future-proof collection APIs.David Robillard1-10/+10
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-25/+17
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-03-28Fix data file listing.David Robillard1-1/+2
2011-03-18Fix broken data file / features output.David Robillard1-3/+2
2011-03-09New collections and iterator API.David Robillard1-31/+47
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard1-17/+24
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-12Tidy up programs.David Robillard1-33/+31
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-25Align required features correctly in output.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 Robillard1-2/+2
2010-02-05Free predicate SLV2Values before exit.David Robillard1-0/+2
2009-08-16Fix duplicate display of port groups.David Robillard1-0/+1
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
2009-06-03Consistent error/warning message output.David Robillard1-3/+7
2009-05-13Update copyright dates.David Robillard1-2/+2
2009-05-13Strip trailing whitespace.David Robillard1-15/+15
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2009-03-30Fix memory leaks.David Robillard1-6/+17
2009-03-21Test cases for query API.David Robillard1-0/+1
2009-02-14New generic query API.David Robillard1-0/+14
2009-02-12Fix memory leaks.David Robillard1-0/+4
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
2008-10-20Actually use installation location variables for everything.David Robillard1-1/+1
2008-10-04Fix printing of properties with several values (remove spurious newlines and ...David Robillard1-6/+6
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
2008-10-02Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts....David Robillard1-1/+1
2008-07-06Rename slv2_plugin_get_port_range to slv2_plugin_get_port_ranges_float (avoid...David Robillard1-1/+1
2008-05-03Add slv2_plugin_get_port_ranges.David Robillard1-7/+13
2008-04-29Don't print "Properties:" header for ports with no properties.David Robillard1-2/+4
2008-01-28Add slv2_plugin_get_num_ports_of_class.David Robillard1-1/+1
2008-01-27Packaging stuff.David Robillard1-4/+19
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-29/+49
2008-01-24Make SLV2 UI class interface match ports.David Robillard1-2/+2
2008-01-23Vicarious locale testing.David Robillard1-0/+3
2008-01-23Fix range printing for control ports in lv2_inspect.David Robillard1-0/+3