summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2019-04-14Use modern LV2 includesDavid Robillard3-8/+8
2019-04-14Remove workaround for ancient MSVCDavid Robillard1-4/+0
2019-01-13Update copyright datesDavid Robillard6-10/+10
2019-01-13Clean up includesDavid Robillard7-26/+35
2018-07-21lv2apply: Activate plugin before runningDavid Robillard1-0/+2
2018-07-09lv2apply: Use default values when they are not nangiuliomoro1-1/+1
2017-12-29Never attempt to create VLA with 0 lengthDavid Robillard1-1/+2
2017-12-29Fix potential memory leaksDavid Robillard2-0/+4
2017-12-29Use braces everywhereDavid Robillard1-15/+30
2017-03-18Support running a single plugin in lv2benchDavid Robillard1-17/+38
2017-03-06Fix lv2bench for some plugins with sequence portsDavid Robillard1-2/+17
2016-08-27Add lv2apply utility/exampleDavid Robillard1-0/+349
2016-08-01Use consistent feature test macrosDavid Robillard2-2/+2
2016-07-31Fix compilation with C++ compilersDavid Robillard1-1/+1
2014-11-17Fix a few minor/unlikely memory errors.David Robillard1-0/+4
2014-08-08Update copyright dates.David Robillard3-4/+4
2014-08-08Fix non-strict prototype.David Robillard1-2/+2
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-12Preliminary support for sequence ports.David Robillard1-8/+22
2012-08-12Improvements to lv2bench for plotting.David Robillard1-16/+49
2012-08-11Add lv2bench utility.David Robillard3-0/+304
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard3-29/+12
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 Robillard2-2/+2
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 Robillard3-3/+3
2012-01-17Support compilation as C++ under MSVC++,David Robillard2-4/+8
2012-01-08Update man pages.David Robillard3-7/+7
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