summaryrefslogtreecommitdiffstats
path: root/lilv
AgeCommit message (Expand)AuthorFilesLines
2020-12-24Move headers to a conventional "include" directoryDavid Robillard2-2267/+0
2020-12-16C++: Make more methods constDavid Robillard1-13/+13
2020-12-16C++: Clean up special member functionsDavid Robillard1-1/+28
2020-12-16C++: Avoid unnecessary parameter copy overheadDavid Robillard1-4/+4
2020-12-16C++: Remove meaningless const specifiers in declarationsDavid Robillard1-4/+4
2020-12-16Clean up includesDavid Robillard2-1/+20
2020-12-01Fix wording of scratch_dir documentationDavid Robillard1-5/+6
2020-12-01Add a specific example for the use of copy_dir and link_dirAlexandros Theodotou1-4/+10
2020-07-21Use nullptr in C++ headerDavid Robillard1-2/+2
2020-07-21Suppress Wzero-as-null-pointer-constant in headerDavid Robillard1-0/+7
2020-07-16Modernize compiler version checksDavid Robillard1-2/+2
2020-03-12Use consistent tagline in documentationDavid Robillard1-3/+4
2019-10-21Clean up Python bindingsDavid Robillard1-2/+0
2019-10-17Fix deprecation warnings in C++ bindingsDavid Robillard1-0/+14
2019-04-14Use modern LV2 includesDavid Robillard1-2/+2
2019-04-14Fix test bundle URI on WindowsDavid Robillard1-1/+2
2019-04-14Remove redundant declaration of LILV_DEPRECATEDDavid Robillard1-6/+0
2019-04-14Add option to override LV2_PATH in applicationsDavid Robillard1-0/+8
2019-01-13Update copyright datesDavid Robillard2-2/+2
2019-01-13Clean up includesDavid Robillard1-5/+4
2019-01-11Use a clearer name for state directory and improve documentationDavid Robillard1-20/+23
2019-01-11Fix order of parameter documentationDavid Robillard1-8/+8
2018-09-04Fix GCC8 warningsDavid Robillard1-1/+1
2017-12-29Fix inconsistent parameter namesDavid Robillard1-21/+21
2017-12-29Use braces everywhereDavid Robillard1-4/+7
2017-12-16Compile check C++ APIDavid Robillard1-0/+1
2017-02-14Fix invalid HTML in documentationDavid Robillard1-5/+5
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-09-16Add lilv_world_get_symbol()David Robillard1-0/+10
2016-09-05Fix typo in commentDavid Robillard1-1/+1
2016-07-24Add lilv_state_set_metadata()David Robillard1-0/+22
2015-10-29Add LILV_URI_ATOM_PORT and LILV_URI_CV_PORT definesDavid Robillard1-0/+2
2015-10-29Support reloading bundlesDavid Robillard1-3/+3
2015-10-28Fix outdated comment references to lilv_uri_to_path()David Robillard1-4/+4
2015-08-14Add lilv_free() for systems picky about such things.David Robillard1-3/+13
2015-03-07Add support for state deletion.David Robillard1-0/+34
2015-02-19Add lilv_state_emit_port_values() for special port value handling.David Robillard1-0/+16
2015-02-08Preserve absolute paths in state if no link directory is given.David Robillard1-1/+3
2015-01-29Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes().David Robillard1-0/+20
2015-01-29Add lilv_file_uri_parse() for correct URI to path conversion.David Robillard1-1/+19
2014-08-10Fix function references in doc comments.David Robillard1-27/+28
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-101/+101
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-9/+9
2014-08-08Fix documentation issues.David Robillard1-16/+37
2014-08-08Update copyright dates.David Robillard2-2/+2
2014-07-31Minor code cleanups, slightly reduce LOC.David Robillard1-290/+145
2014-07-15Add lilv_world_unload_bundle() and lilv_world_unload_resource().David Robillard1-1/+25
2014-05-05Fix use of lv2info -m and -p options to write plugin data.David Robillard1-0/+13
2014-01-04Add lilv_port_get_node() for using world query functions with ports.David Robillard1-0/+12
2013-08-25Support getting index of designated latency ports.David Robillard1-1/+2