summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2022-07-18Switch to meson build systemDavid Robillard8-1428/+0
2022-05-26Suppress new warnings in clang-tidy 13David Robillard1-1/+1
2021-01-11Fix unused parameter warningsDavid Robillard1-1/+1
2021-01-02Update date in version outputDavid Robillard4-4/+4
2021-01-02Use email address instead of website for attributionDavid Robillard7-11/+11
2020-12-31Format all code with clang-formatDavid Robillard7-967/+961
2020-12-31Avoid "else" after "return"David Robillard3-6/+18
2020-12-16lv2apply: Fix potential zero-sized VLADavid Robillard1-2/+2
2020-12-16lv2apply: Fix potential memory leaksDavid Robillard1-0/+1
2020-12-16lv2bench: Fix potential memory leaksDavid Robillard1-0/+2
2020-12-16Isolate variable declarations and initialize all variablesDavid Robillard1-1/+1
2020-12-16Clean up includesDavid Robillard2-6/+9
2020-09-26Fix memory leaks in lv2benchDavid Robillard2-1/+8
2020-07-16Annotate printf-style functionDavid Robillard1-0/+7
2020-07-16Add missing static specifiersDavid Robillard1-8/+8
2020-07-16Fix conversion warningsDavid Robillard3-8/+8
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