summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-11-23Support atom:supports in lilv_port_supports_event() (fix #857).David Robillard1-5/+14
2012-11-23Factor out common "ask if a triple is present" pattern.David Robillard4-29/+21
2012-08-13Fix potential crash when state saving fails.David Robillard1-1/+2
2012-08-10Always back LilvNode with a SordNode and shave 16 bytes off of LilvNode.David Robillard7-125/+107
2012-08-09Use existing PAGE_SIZE if defined (fix compilation on Haiku).David Robillard1-3/+6
2012-08-09Fix Windows static build.David Robillard1-1/+1
2012-08-09Update zix. Fix --static-progs.David Robillard3-43/+89
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard9-30/+29
2012-08-07Add missing headers and define.David Robillard1-0/+3
2012-08-03Fix crash when invalid plugin URIs are used.David Robillard1-0/+4
2012-08-03Fix compilation with MSVC.David Robillard1-0/+1
2012-07-29Fix bogus warning about control reaching end of non-void function.David Robillard1-1/+1
2012-07-15Gracefully handle failure to save plugin state and print error message.David Robillard1-2/+21
2012-07-06Fix crash when lv2info is run with an invalid URI argument.David Robillard1-2/+12
2012-05-13Gracefully handle allocation failure.David Robillard1-1/+6
2012-04-19Fix dynmanifest supportDavid Robillard1-1/+1
2012-04-17Add lilv_plugin_get_project() and get author information from project if it i...David Robillard1-0/+40
2012-04-12Use URI defines from LV2 headers where possible.David Robillard4-45/+47
2012-04-12Fix saving state with files.David Robillard1-7/+10
2012-04-12Fix errors caused by blank node merging.David Robillard2-2/+8
2012-04-12Remove pointless lilv_world_find_statements() wrapper and use new sord_search().David Robillard2-56/+36
2012-04-11Write port values in presets as pretty numbers.David Robillard1-1/+7
2012-04-10Fix memory leak.David Robillard1-0/+1
2012-04-06Fix compilation on Windows.David Robillard1-4/+5
2012-04-06Fix compilation under MSVC.David Robillard1-3/+4
2012-03-31Update for latest LV2 state extension.David Robillard1-2/+2
2012-03-27Delete trailing whitespace.David Robillard3-3/+3
2012-03-26lilv_plugin_get_port_by_parameter() => lilv_plugin_get_port_by_designation().David Robillard3-14/+14
2012-03-21Fix redundant parsing of resources (e.g. preset files).David Robillard1-1/+1
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard3-847/+7
2012-03-19Update for latest atom extension.David Robillard1-2/+2
2012-03-18Fix odd crash...David Robillard1-1/+1
2012-03-16Update for latest atom extension.David Robillard1-15/+13
2012-03-15Implement new LV2 discovery API.David Robillard5-67/+352
2012-03-11Don't pretend state, atom, and urid are optional.David Robillard1-70/+30
2012-03-10Tolerate nonexistent paths in lilv_realpath.David Robillard1-1/+2
2012-03-08Update for latest serd.David Robillard2-6/+6
2012-03-08Add base_uri parameter to lilv_state_to_string().David Robillard1-3/+5
2012-03-08serd_node_new_uri_from_path => serd_node_new_file_uri.David Robillard2-23/+14
2012-03-08Update sratom to write paths as file URIs, and related state fixes.David Robillard3-68/+105
2012-03-08Fix memory leaks.David Robillard1-33/+37
2012-03-06Add lilv_state_new_from_string().David Robillard1-15/+58
2012-03-06Use raw type/size/value instead of LilvNode for port values.David Robillard1-61/+47
2012-03-05Add missing pkg-config dependencies.David Robillard1-21/+18
2012-03-03Remove pointless wrapper around Sord API.David Robillard6-140/+94
2012-03-03Add missing files.David Robillard2-0/+808
2012-03-03Use a fully-fledged Atom serialisation API for state saving.David Robillard1-250/+160
2012-02-28Update for latest lv2core.David Robillard3-9/+12
2012-02-27Implement lv2:relation.David Robillard3-2/+28
2012-02-26Add lilv_plugin_get_port_by_property() and lilv_port_get_index() as an improv...David Robillard2-26/+35