Age | Commit message (Expand) | Author | Files | Lines |
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 9 | -30/+29 |
2012-08-07 | Add missing headers and define. | David Robillard | 1 | -0/+3 |
2012-08-03 | Fix crash when invalid plugin URIs are used. | David Robillard | 1 | -0/+4 |
2012-08-03 | Fix compilation with MSVC. | David Robillard | 1 | -0/+1 |
2012-07-29 | Fix bogus warning about control reaching end of non-void function. | David Robillard | 1 | -1/+1 |
2012-07-15 | Gracefully handle failure to save plugin state and print error message. | David Robillard | 1 | -2/+21 |
2012-07-06 | Fix crash when lv2info is run with an invalid URI argument. | David Robillard | 1 | -2/+12 |
2012-05-13 | Gracefully handle allocation failure. | David Robillard | 1 | -1/+6 |
2012-04-19 | Fix dynmanifest support | David Robillard | 1 | -1/+1 |
2012-04-17 | Add lilv_plugin_get_project() and get author information from project if it i... | David Robillard | 1 | -0/+40 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 4 | -45/+47 |
2012-04-12 | Fix saving state with files. | David Robillard | 1 | -7/+10 |
2012-04-12 | Fix errors caused by blank node merging. | David Robillard | 2 | -2/+8 |
2012-04-12 | Remove pointless lilv_world_find_statements() wrapper and use new sord_search(). | David Robillard | 2 | -56/+36 |
2012-04-11 | Write port values in presets as pretty numbers. | David Robillard | 1 | -1/+7 |
2012-04-10 | Fix memory leak. | David Robillard | 1 | -0/+1 |
2012-04-06 | Fix compilation on Windows. | David Robillard | 1 | -4/+5 |
2012-04-06 | Fix compilation under MSVC. | David Robillard | 1 | -3/+4 |
2012-03-31 | Update for latest LV2 state extension. | David Robillard | 1 | -2/+2 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 3 | -3/+3 |
2012-03-26 | lilv_plugin_get_port_by_parameter() => lilv_plugin_get_port_by_designation(). | David Robillard | 3 | -14/+14 |
2012-03-21 | Fix redundant parsing of resources (e.g. preset files). | David Robillard | 1 | -1/+1 |
2012-03-20 | Depend on sratom as a proper library and eliminate rampant copy/paste code re... | David Robillard | 3 | -847/+7 |
2012-03-19 | Update for latest atom extension. | David Robillard | 1 | -2/+2 |
2012-03-18 | Fix odd crash... | David Robillard | 1 | -1/+1 |
2012-03-16 | Update for latest atom extension. | David Robillard | 1 | -15/+13 |
2012-03-15 | Implement new LV2 discovery API. | David Robillard | 5 | -67/+352 |
2012-03-11 | Don't pretend state, atom, and urid are optional. | David Robillard | 1 | -70/+30 |
2012-03-10 | Tolerate nonexistent paths in lilv_realpath. | David Robillard | 1 | -1/+2 |
2012-03-08 | Update for latest serd. | David Robillard | 2 | -6/+6 |
2012-03-08 | Add base_uri parameter to lilv_state_to_string(). | David Robillard | 1 | -3/+5 |
2012-03-08 | serd_node_new_uri_from_path => serd_node_new_file_uri. | David Robillard | 2 | -23/+14 |
2012-03-08 | Update sratom to write paths as file URIs, and related state fixes. | David Robillard | 3 | -68/+105 |
2012-03-08 | Fix memory leaks. | David Robillard | 1 | -33/+37 |
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 |