summaryrefslogtreecommitdiffstats
path: root/src/node.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-11fixup! WIP: Port to serd1David Robillard1-9/+10
2021-10-27fixup! WIP: Port to serd1David Robillard1-10/+13
2021-08-13fixup! WIP: Port to serd1David Robillard1-8/+6
2021-03-24WIP: Port to serd1David Robillard1-251/+69
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-243/+241
2020-12-31Avoid "else" after "return"David Robillard1-4/+7
2020-08-06Separate filesystem utilitiesDavid Robillard1-0/+1
2020-07-17Fix potential NULL dereference warningDavid Robillard1-3/+9
2020-01-18Remove redundant LILV_API declarationsDavid Robillard1-24/+24
2019-04-14Fix Windows cross-library malloc/free errorsDavid Robillard1-2/+4
2019-01-13Update copyright datesDavid Robillard1-1/+1
2019-01-13Clean up includesDavid Robillard1-2/+8
2017-12-29Remove pointless castsDavid Robillard1-2/+2
2017-12-29Use braces everywhereDavid Robillard1-11/+14
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-08-01Add missing includeDavid Robillard1-0/+1
2016-07-07Remove unused variableDavid Robillard1-3/+2
2016-03-15Remove unused internal use of node lengthDavid Robillard1-4/+3
2015-10-04Improve test coverageDavid Robillard1-6/+5
2015-03-07Add support for state deletion.David Robillard1-0/+9
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-2/+2
2014-07-31Minor code cleanups, slightly reduce LOC.David Robillard1-64/+32
2014-05-05Fix use of lv2info -m and -p options to write plugin data.David Robillard1-0/+14
2014-04-27Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL.David Robillard1-4/+4
2013-12-19Add support for running plugins from Python by Kaspar Emanuel (fix #939 and #...David Robillard1-0/+5
2013-02-10Add lilv_world_ask() for easily checking if a statement exists.David Robillard1-0/+4
2012-08-10Always back LilvNode with a SordNode and shave 16 bytes off of LilvNode.David Robillard1-72/+52
2012-07-06Fix crash when lv2info is run with an invalid URI argument.David Robillard1-2/+12
2012-01-17Support compilation as C++ under MSVC++,David Robillard1-6/+6
2012-01-14Lint.David Robillard1-2/+4
2012-01-08Add file support to state implementation.David Robillard1-5/+5
2012-01-03Improved coverage for plugin.c.David Robillard1-3/+4
2011-12-30Support arbitrary binary data in plugin state via base64 encoding.David Robillard1-10/+16
2011-12-19Remove locale smashing kludges and use new serd functions for converting nodesDavid Robillard1-33/+8
2011-11-06Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD.David Robillard1-2/+0
2011-09-28Remove use of GSList.David Robillard1-2/+0
2011-05-24Re-use the SordNode of blank nodes when copying.David Robillard1-4/+7
2011-05-15Remove dead code found by clang static analyserDavid Robillard1-3/+2
2011-05-03Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes.David Robillard1-7/+14
2011-04-30Consistent error and warning message style.David Robillard1-1/+2
2011-04-30Tidy.David Robillard1-2/+2
2011-04-29value.c => node.cDavid Robillard1-0/+416