summaryrefslogtreecommitdiffstats
path: root/src/collections.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-24WIP: Port to serd1David Robillard1-4/+4
2021-01-11Fix unused parameter warningsDavid Robillard1-0/+9
2021-01-11Update zixDavid Robillard1-2/+2
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-84/+82
2020-01-18Remove redundant LILV_API declarationsDavid Robillard1-15/+15
2019-01-13Update copyright datesDavid Robillard1-1/+1
2019-01-13Clean up includesDavid Robillard1-0/+9
2017-12-29Fix inconsistent parameter namesDavid Robillard1-14/+15
2017-12-29Use braces everywhereDavid Robillard1-3/+6
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-07-31Minor code cleanups, slightly reduce LOC.David Robillard1-24/+11
2013-12-25Fix some const-correctness violations.David Robillard1-1/+1
2012-11-23Add lilv_nodes_merge() to API (address part of #835).David Robillard1-0/+19
2012-08-10Always back LilvNode with a SordNode and shave 16 bytes off of LilvNode.David Robillard1-2/+2
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-6/+7
2012-01-17Support compilation as C++ under MSVC++,David Robillard1-6/+6
2011-12-18Fix broken lilv_resource_node_cmp (always equal)David Robillard1-1/+1
2011-12-16Fix lilv_world_find_nodes to work with wildcard subjects.David Robillard1-0/+8
2011-09-28Remove useless wrapper.David Robillard1-14/+2
2011-09-28Remove glib dependencyDavid Robillard1-18/+26
2011-05-24Fix references to old Node name "Value"David Robillard1-1/+1
2011-04-30Tidy.David Robillard1-2/+6
2011-04-29Tidy.David Robillard1-1/+1
2011-04-29Rename command line utilities to avoid clashing with slv2.David Robillard1-1/+1
2011-04-29LilvValue => LilvNode.David Robillard1-14/+14
2011-04-29Don't hide pointers behind typedefs.David Robillard1-48/+43
2011-04-28Rename slv2 to lilv.David Robillard1-100/+82
2011-04-28More future-proof collection APIs.David Robillard1-10/+13
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-1/+0
2011-03-10Hide as many collection details as possible while keeping generic iterator / ...David Robillard1-0/+68
2011-03-09Add a deprecated stub for slv2_plugins_free for backwards source compatibility.David Robillard1-7/+0
2011-03-09New collections and iterator API.David Robillard1-51/+119
2011-03-08Use the same data structure for all collections (fix ticket #650).David Robillard1-48/+20
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard1-17/+24
2011-02-24Move UI stuff back into slv2.h (avoid breakage).David Robillard1-2/+0
2011-02-12Make UI support a compile-time option, and separate UI functions into slv2/ui.h.David Robillard1-2/+5
2011-02-12Document entire API in a single header/page.David Robillard1-4/+0
2011-02-11Tidy up includes.David Robillard1-3/+2
2011-02-11Use GSequence for collections with get_by_uri search methods.David Robillard1-65/+52
2011-02-11Use `static' and `SLV2_API' explicitly/consistently.David Robillard1-10/+6
2011-02-04Replace use of raptor (for raptor_sequence) with glib.David Robillard1-10/+10
2011-02-04Tidy.David Robillard1-1/+1
2011-02-04Remove repeated blank lines.David Robillard1-6/+0
2011-02-04Update copyright dates.David Robillard1-1/+1
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-1/+0
2010-10-16Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 broke...David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2009-06-03Consistent error/warning message output.David Robillard1-1/+1