Age | Commit message (Expand) | Author | Files | Lines |
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 |