Age | Commit message (Expand) | Author | Files | Lines |
2012-08-03 | Use more portable defines instead of -D in CFLAGS. | David Robillard | 1 | -7/+5 |
2012-08-02 | Clean up wscript files. | David Robillard | 1 | -1/+0 |
2012-07-24 | Fix configuration output alignment. | David Robillard | 1 | -1/+0 |
2012-07-09 | Factor out documentation fixup stuff to autowaf. | David Robillard | 1 | -20/+2 |
2012-04-19 | Fix dynmanifest support | David Robillard | 1 | -1/+1 |
2012-04-19 | Update documentation stuff. | David Robillard | 1 | -2/+2 |
2012-04-18 | Bump dependency versions. | David Robillard | 1 | -3/+3 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 1 | -1/+1 |
2012-04-12 | Remove pointless lilv_world_find_statements() wrapper and use new sord_search(). | David Robillard | 1 | -1/+1 |
2012-04-06 | Fix compilation on Windows. | David Robillard | 1 | -1/+2 |
2012-03-26 | lilv_plugin_get_port_by_parameter() => lilv_plugin_get_port_by_designation(). | David Robillard | 1 | -1/+1 |
2012-03-26 | Update for latest LV2. | David Robillard | 1 | -22/+10 |
2012-03-25 | Fix broken pkg-config dependencies. | David Robillard | 1 | -10/+1 |
2012-03-20 | Add sratom pkg-config dependency. | David Robillard | 1 | -0/+1 |
2012-03-20 | Bump sratom version | David Robillard | 1 | -1/+1 |
2012-03-20 | Depend on sratom as a proper library and eliminate rampant copy/paste code re... | David Robillard | 1 | -5/+6 |
2012-03-15 | Implement new LV2 discovery API. | David Robillard | 1 | -0/+8 |
2012-03-11 | Don't pretend state, atom, and urid are optional. | David Robillard | 1 | -5/+12 |
2012-03-08 | Add base_uri parameter to lilv_state_to_string(). | David Robillard | 1 | -1/+1 |
2012-03-06 | Use raw type/size/value instead of LilvNode for port values. | David Robillard | 1 | -1/+1 |
2012-03-05 | Add missing pkg-config dependencies. | David Robillard | 1 | -1/+1 |
2012-03-03 | Remove pointless wrapper around Sord API. | David Robillard | 1 | -1/+1 |
2012-03-03 | Use a fully-fledged Atom serialisation API for state saving. | David Robillard | 1 | -2/+3 |
2012-02-26 | Add lilv_plugin_get_port_by_property() and lilv_port_get_index() as an improv... | David Robillard | 1 | -1/+1 |
2012-02-08 | Ensure correct dependencies are in pkg-config file (always urid, state only i... | David Robillard | 1 | -1/+5 |
2012-02-01 | Use COMMONPROGRAMFILES instead of PROGRAMFILES for LV2 directory. | David Robillard | 1 | -1/+1 |
2012-02-01 | Link test plugin with gcov. | David Robillard | 1 | -0/+1 |
2012-02-01 | Windows compatibility fixes. | David Robillard | 1 | -19/+35 |
2012-01-28 | Update state interface to support multiple state snapshots with shared files. | David Robillard | 1 | -16/+0 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2012-01-17 | Remove use of wordexp. | David Robillard | 1 | -6/+0 |
2012-01-17 | Support compilation as C++ under MSVC++, | David Robillard | 1 | -7/+18 |
2012-01-14 | Lint. | David Robillard | 1 | -1/+1 |
2012-01-08 | Fix compilation on Mac OS X. | David Robillard | 1 | -2/+7 |
2012-01-08 | Move all non-portable stuff to util.c. | David Robillard | 1 | -6/+0 |
2012-01-08 | Use flock instead of lockf (seems to be more portable). | David Robillard | 1 | -4/+3 |
2012-01-04 | Use platform specific shared library extension in test suite. | David Robillard | 1 | -4/+7 |
2012-01-04 | Implement proper support for LV2_STATE_BUNDLE. | David Robillard | 1 | -17/+32 |
2011-12-30 | Support arbitrary binary data in plugin state via base64 encoding. | David Robillard | 1 | -6/+31 |
2011-12-23 | Add LilvState API for handling plugin state. This makes it simple to save and | David Robillard | 1 | -7/+31 |
2011-12-19 | Remove locale smashing kludges and use new serd functions for converting nodes | David Robillard | 1 | -0/+2 |
2011-12-16 | Fix lilv_world_find_nodes to work with wildcard subjects. | David Robillard | 1 | -1/+1 |
2011-11-26 | Use lib instead of linkflags (#787). | David Robillard | 1 | -6/+6 |
2011-11-11 | Update version number. | David Robillard | 1 | -1/+1 |
2011-11-07 | Add lilv_plugin_get_extension_data. | David Robillard | 1 | -1/+1 |
2011-11-06 | Don't link against -ldl on BSD. | David Robillard | 1 | -0/+2 |
2011-10-19 | Check for LV2 extensions via pkg-config (new style in LV2 SVN). | David Robillard | 1 | -2/+0 |
2011-09-29 | Add ability to build static library. | David Robillard | 1 | -10/+27 |
2011-09-29 | Bump sord dependency to 0.5.0. | David Robillard | 1 | -1/+1 |
2011-09-28 | Align configuration output | David Robillard | 1 | -1/+1 |