Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-22 | Remove unnecessary include | David Robillard | 1 | -1/+0 | |
2022-11-16 | Use zix_path_join() | David Robillard | 1 | -5/+18 | |
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -243/+241 | |
2020-12-31 | Avoid "else" after "return" | David Robillard | 1 | -4/+7 | |
2020-08-06 | Separate filesystem utilities | David Robillard | 1 | -0/+1 | |
2020-07-17 | Fix potential NULL dereference warning | David Robillard | 1 | -3/+9 | |
Not really something that matters in these cases since allocation failure is not handled gracefully anyway. | |||||
2020-01-18 | Remove redundant LILV_API declarations | David Robillard | 1 | -24/+24 | |
There are specified in the declarations in the public API header, there is no need to duplicate them in the definitions. | |||||
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 | |
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use. | |||||
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 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5742 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-07 | Add support for state deletion. | David Robillard | 1 | -0/+9 | |
Add lilv_node_get_path(). Add lilv_state_get_uri(). Add lilv_state_delete(). Fix creation of duplicate manifest entries when saving state. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5617 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5429 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-31 | Minor code cleanups, slightly reduce LOC. | David Robillard | 1 | -64/+32 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5416 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-05-05 | Fix use of lv2info -m and -p options to write plugin data. | David Robillard | 1 | -0/+14 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5401 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-27 | Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL. | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5375 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-19 | Add support for running plugins from Python by Kaspar Emanuel (fix #939 and ↵ | David Robillard | 1 | -0/+5 | |
#940). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5189 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-10 | Add lilv_world_ask() for easily checking if a statement exists. | David Robillard | 1 | -0/+4 | |
Add lilv_world_get() and lilv_port_get() for easily getting one value. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5053 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-10 | Always back LilvNode with a SordNode and shave 16 bytes off of LilvNode. | David Robillard | 1 | -72/+52 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4642 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-07-06 | Fix crash when lv2info is run with an invalid URI argument. | David Robillard | 1 | -2/+12 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4508 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-01-17 | Support compilation as C++ under MSVC++, | David Robillard | 1 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3955 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-01-14 | Lint. | David Robillard | 1 | -2/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3948 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-01-08 | Add file support to state implementation. | David Robillard | 1 | -5/+5 | |
Use cleaner and more consistent names for world URIs. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3918 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-01-03 | Improved coverage for plugin.c. | David Robillard | 1 | -3/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3911 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-12-30 | Support arbitrary binary data in plugin state via base64 encoding. | David Robillard | 1 | -10/+16 | |
Unit testing for plugin instantiation and state. Build without LV2 state available. Support URID values in plugin state nicely. Fix various holes in state implementation exposed by tests. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3908 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-12-19 | Remove locale smashing kludges and use new serd functions for converting nodes | David Robillard | 1 | -33/+8 | |
to/from numbers. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3891 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-11-06 | Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD. | David Robillard | 1 | -2/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3600 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-09-28 | Remove use of GSList. | David Robillard | 1 | -2/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3500 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-05-24 | Re-use the SordNode of blank nodes when copying. | David Robillard | 1 | -4/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3309 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-05-15 | Remove dead code found by clang static analyser | David Robillard | 1 | -3/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3264 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-05-03 | Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes. | David Robillard | 1 | -7/+14 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3247 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-04-30 | Consistent error and warning message style. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3243 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-04-30 | Tidy. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3241 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-04-29 | value.c => node.c | David Robillard | 1 | -0/+416 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3237 a436a847-0d15-0410-975c-d299462d15a1 |