Age | Commit message (Expand) | Author | Files | Lines |
2012-03-06 | Add lilv_state_new_from_string(). | David Robillard | 1 | -15/+58 |
2012-03-06 | Use raw type/size/value instead of LilvNode for port values. | David Robillard | 1 | -61/+47 |
2012-03-05 | Add missing pkg-config dependencies. | David Robillard | 1 | -21/+18 |
2012-03-03 | Remove pointless wrapper around Sord API. | David Robillard | 6 | -140/+94 |
2012-03-03 | Add missing files. | David Robillard | 2 | -0/+808 |
2012-03-03 | Use a fully-fledged Atom serialisation API for state saving. | David Robillard | 1 | -250/+160 |
2012-02-28 | Update for latest lv2core. | David Robillard | 3 | -9/+12 |
2012-02-27 | Implement lv2:relation. | David Robillard | 3 | -2/+28 |
2012-02-26 | Add lilv_plugin_get_port_by_property() and lilv_port_get_index() as an improv... | David Robillard | 2 | -26/+35 |
2012-02-26 | Fix state restoration with paths. | David Robillard | 1 | -10/+10 |
2012-02-19 | Update for latest LV2 changes. | David Robillard | 1 | -9/+10 |
2012-02-03 | Gracefully tolerate NULL get_value passed to lilv_state_new_from_instance(). | David Robillard | 1 | -10/+12 |
2012-02-01 | Windows compatibility fixes. | David Robillard | 2 | -28/+31 |
2012-01-29 | Fix duplicate plugin errors with multiple dynmanifests per bundle (fix #811). | David Robillard | 1 | -4/+5 |
2012-01-28 | Update state interface to support multiple state snapshots with shared files. | David Robillard | 3 | -136/+260 |
2012-01-18 | Fix memory leaks. | David Robillard | 2 | -7/+19 |
2012-01-18 | Fix memory error (fix #810). | David Robillard | 1 | -2/+2 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 3 | -3/+3 |
2012-01-18 | Lint. | David Robillard | 1 | -1/+1 |
2012-01-17 | Tidy. | David Robillard | 1 | -1/+1 |
2012-01-17 | Add test cases for lilv_expand and fix bugs. | David Robillard | 1 | -2/+2 |
2012-01-17 | Remove use of wordexp. | David Robillard | 1 | -27/+68 |
2012-01-17 | Support compilation as C++ under MSVC++, | David Robillard | 15 | -103/+150 |
2012-01-16 | Use correct WIN32 define. | David Robillard | 3 | -4/+4 |
2012-01-15 | Shrink code. | David Robillard | 1 | -18/+13 |
2012-01-15 | Fix memory leak. | David Robillard | 1 | -0/+1 |
2012-01-15 | Lint. | David Robillard | 1 | -1/+1 |
2012-01-14 | Lint. | David Robillard | 7 | -46/+61 |
2012-01-13 | Fix compilation with --dyn-manifest (fix #803). | David Robillard | 1 | -2/+2 |
2012-01-12 | Factor out common SerdWriter creation code. | David Robillard | 1 | -44/+42 |
2012-01-10 | Fix loading state from world model. | David Robillard | 1 | -2/+2 |
2012-01-09 | Make lilv_state_save take a full filename with extension. | David Robillard | 3 | -8/+26 |
2012-01-08 | Fix compilation without state extension. | David Robillard | 1 | -13/+21 |
2012-01-08 | Fix compilation on Mac OS X. | David Robillard | 1 | -2/+6 |
2012-01-08 | Fix crash on corrupt plugins (fix #800). | David Robillard | 1 | -4/+6 |
2012-01-08 | Move all non-portable stuff to util.c. | David Robillard | 3 | -47/+49 |
2012-01-08 | Localise directory traversal stuff. | David Robillard | 3 | -72/+75 |
2012-01-08 | Use flock instead of lockf (seems to be more portable). | David Robillard | 1 | -3/+6 |
2012-01-08 | Add file support to state implementation. | David Robillard | 9 | -295/+720 |
2012-01-04 | Consistently use SordNode for internal URIs. | David Robillard | 4 | -26/+34 |
2012-01-04 | Implement proper support for LV2_STATE_BUNDLE. | David Robillard | 5 | -84/+128 |
2012-01-03 | Add lilv_state_get_num_properties(). | David Robillard | 1 | -32/+39 |
2012-01-03 | Improved coverage for plugin.c. | David Robillard | 2 | -43/+51 |
2012-01-03 | Fix memory error. | David Robillard | 1 | -1/+1 |
2012-01-03 | 100% coverage for query.c. | David Robillard | 1 | -10/+5 |
2011-12-30 | Support arbitrary binary data in plugin state via base64 encoding. | David Robillard | 5 | -46/+176 |
2011-12-23 | Add LilvState API for handling plugin state. This makes it simple to save and | David Robillard | 5 | -23/+824 |
2011-12-19 | Remove locale smashing kludges and use new serd functions for converting nodes | David Robillard | 1 | -33/+8 |
2011-12-18 | Fix broken lilv_resource_node_cmp (always equal) | David Robillard | 2 | -2/+1 |
2011-12-16 | Fix lilv_world_find_nodes to work with wildcard subjects. | David Robillard | 6 | -19/+129 |