index
:
lilv.git
fix-fake-ms
fix-windows
fix-windows-mkdir
main
serd1
Lilv LV2 host library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
node.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-18
Remove redundant LILV_API declarations
David Robillard
1
-24
/
+24
2019-04-14
Fix Windows cross-library malloc/free errors
David Robillard
1
-2
/
+4
2019-01-13
Update copyright dates
David Robillard
1
-1
/
+1
2019-01-13
Clean up includes
David Robillard
1
-2
/
+8
2017-12-29
Remove pointless casts
David Robillard
1
-2
/
+2
2017-12-29
Use braces everywhere
David Robillard
1
-11
/
+14
2016-09-18
Update copyright dates
David Robillard
1
-1
/
+1
2016-08-01
Add missing include
David Robillard
1
-0
/
+1
2016-07-07
Remove unused variable
David Robillard
1
-3
/
+2
2016-03-15
Remove unused internal use of node length
David Robillard
1
-4
/
+3
2015-10-04
Improve test coverage
David Robillard
1
-6
/
+5
2015-03-07
Add support for state deletion.
David Robillard
1
-0
/
+9
2014-08-08
Use Markdown in doc comments for better source readability.
David Robillard
1
-2
/
+2
2014-07-31
Minor code cleanups, slightly reduce LOC.
David Robillard
1
-64
/
+32
2014-05-05
Fix use of lv2info -m and -p options to write plugin data.
David Robillard
1
-0
/
+14
2014-04-27
Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL.
David Robillard
1
-4
/
+4
2013-12-19
Add support for running plugins from Python by Kaspar Emanuel (fix #939 and #...
David Robillard
1
-0
/
+5
2013-02-10
Add lilv_world_ask() for easily checking if a statement exists.
David Robillard
1
-0
/
+4
2012-08-10
Always back LilvNode with a SordNode and shave 16 bytes off of LilvNode.
David Robillard
1
-72
/
+52
2012-07-06
Fix crash when lv2info is run with an invalid URI argument.
David Robillard
1
-2
/
+12
2012-01-17
Support compilation as C++ under MSVC++,
David Robillard
1
-6
/
+6
2012-01-14
Lint.
David Robillard
1
-2
/
+4
2012-01-08
Add file support to state implementation.
David Robillard
1
-5
/
+5
2012-01-03
Improved coverage for plugin.c.
David Robillard
1
-3
/
+4
2011-12-30
Support arbitrary binary data in plugin state via base64 encoding.
David Robillard
1
-10
/
+16
2011-12-19
Remove locale smashing kludges and use new serd functions for converting nodes
David Robillard
1
-33
/
+8
2011-11-06
Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD.
David Robillard
1
-2
/
+0
2011-09-28
Remove use of GSList.
David Robillard
1
-2
/
+0
2011-05-24
Re-use the SordNode of blank nodes when copying.
David Robillard
1
-4
/
+7
2011-05-15
Remove dead code found by clang static analyser
David Robillard
1
-3
/
+2
2011-05-03
Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes.
David Robillard
1
-7
/
+14
2011-04-30
Consistent error and warning message style.
David Robillard
1
-1
/
+2
2011-04-30
Tidy.
David Robillard
1
-2
/
+2
2011-04-29
value.c => node.c
David Robillard
1
-0
/
+416