summaryrefslogtreecommitdiffstats
path: root/src/port.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-11fixup! WIP: Port to serd1David Robillard1-3/+3
2021-10-27fixup! WIP: Port to serd1David Robillard1-5/+5
2021-08-13fixup! WIP: Port to serd1David Robillard1-10/+10
2021-03-24WIP: Port to serd1David Robillard1-40/+38
2021-01-11Fix unused parameter warningsDavid Robillard1-0/+12
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-146/+133
2020-01-18Remove redundant LILV_API declarationsDavid Robillard1-13/+13
2019-04-14Use modern LV2 includesDavid Robillard1-3/+3
2019-01-13Update copyright datesDavid Robillard1-1/+1
2019-01-13Clean up includesDavid Robillard1-6/+11
2017-12-29Fix inconsistent parameter namesDavid Robillard1-34/+34
2017-12-29Use braces everywhereDavid Robillard1-5/+10
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-07-31Minor code cleanups, slightly reduce LOC.David Robillard1-48/+29
2014-01-04Add lilv_port_get_node() for using world query functions with ports.David Robillard1-6/+14
2013-02-10Add lilv_world_ask() for easily checking if a statement exists.David Robillard1-0/+15
2012-11-23lilv_world_query_values_internal() => lilv_world_find_nodes_internal().David Robillard1-1/+1
2012-11-23Support atom:supports in lilv_port_supports_event() (fix #857).David Robillard1-5/+14
2012-11-23Factor out common "ask if a triple is present" pattern.David Robillard1-17/+3
2012-08-10Always back LilvNode with a SordNode and shave 16 bytes off of LilvNode.David Robillard1-1/+2
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-4/+4
2012-03-03Remove pointless wrapper around Sord API.David Robillard1-8/+8
2012-02-26Add lilv_plugin_get_port_by_property() and lilv_port_get_index() as an improv...David Robillard1-0/+8
2012-01-17Support compilation as C++ under MSVC++,David Robillard1-2/+3
2012-01-08Fix crash on corrupt plugins (fix #800).David Robillard1-4/+6
2012-01-08Add file support to state implementation.David Robillard1-8/+8
2012-01-04Consistently use SordNode for internal URIs.David Robillard1-2/+2
2011-12-16Fix lilv_world_find_nodes to work with wildcard subjects.David Robillard1-1/+1
2011-11-06Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD.David Robillard1-2/+0
2011-09-28Remove glib dependencyDavid Robillard1-1/+1
2011-05-03Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes.David Robillard1-4/+4
2011-04-30Consistent error and warning message style.David Robillard1-2/+2
2011-04-30Tidy.David Robillard1-1/+1
2011-04-30Cache port RDF node on load instead of searching for it repeatedly.David Robillard1-48/+18
2011-04-29Tidy.David Robillard1-7/+7
2011-04-29Rename command line utilities to avoid clashing with slv2.David Robillard1-2/+2
2011-04-29LilvValue => LilvNode.David Robillard1-49/+49
2011-04-29Remove LilvNode and LilvMatches typedefs for Sord stuff.David Robillard1-14/+14
2011-04-29Move querying functions up to world level.David Robillard1-11/+11
2011-04-29Remove half-assed qname API.David Robillard1-24/+1
2011-04-29Don't hide pointers behind typedefs.David Robillard1-61/+61
2011-04-28Rename slv2 to lilv.David Robillard1-126/+126
2011-04-28Tidy (rearrange prototypes in sane order).David Robillard1-1/+0
2011-04-28More future-proof collection APIs.David Robillard1-1/+1
2011-04-27Fix memory leaks.David Robillard1-9/+9
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+11
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-3/+3
2011-03-09New collections and iterator API.David Robillard1-6/+6
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard1-17/+24