summaryrefslogtreecommitdiffstats
path: root/src/state.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-17Fix more const issues.David Robillard1-9/+10
2013-03-25Allow lilv_state_restore() to be used without passing an instance, for restor...David Robillard1-2/+2
2013-02-18Make use of sord_get().David Robillard1-20/+16
2013-02-18Fix SordNode leaks.David Robillard1-5/+4
2013-02-02Require a URI for lilv_state_to_string() and fail gracefully otherwise.David Robillard1-0/+9
2013-01-27Don't print errors when loading plugin description as default state.David Robillard1-5/+7
2013-01-26Support state:loadDefaultState.David Robillard1-0/+3
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 Robillard1-3/+3
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-10/+10
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-04-12Use URI defines from LV2 headers where possible.David Robillard1-18/+16
2012-04-12Fix saving state with files.David Robillard1-7/+10
2012-04-12Remove pointless lilv_world_find_statements() wrapper and use new sord_search().David Robillard1-16/+9
2012-04-11Write port values in presets as pretty numbers.David Robillard1-1/+7
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 Robillard1-1/+1
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard1-3/+7
2012-03-11Don't pretend state, atom, and urid are optional.David Robillard1-70/+30
2012-03-08Update for latest serd.David Robillard1-4/+4
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 Robillard1-21/+12
2012-03-08Update sratom to write paths as file URIs, and related state fixes.David Robillard1-50/+49
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 Robillard1-12/+12
2012-03-03Use a fully-fledged Atom serialisation API for state saving.David Robillard1-250/+160
2012-02-26Fix state restoration with paths.David Robillard1-10/+10
2012-02-19Update for latest LV2 changes.David Robillard1-9/+10
2012-02-03Gracefully tolerate NULL get_value passed to lilv_state_new_from_instance().David Robillard1-10/+12
2012-02-01Windows compatibility fixes.David Robillard1-10/+11
2012-01-28Update state interface to support multiple state snapshots with shared files.David Robillard1-119/+158
2012-01-18Fix memory leaks.David Robillard1-2/+11
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-17Support compilation as C++ under MSVC++,David Robillard1-10/+11
2012-01-15Shrink code.David Robillard1-18/+13
2012-01-15Lint.David Robillard1-1/+1
2012-01-14Lint.David Robillard1-20/+24
2012-01-12Factor out common SerdWriter creation code.David Robillard1-44/+42
2012-01-10Fix loading state from world model.David Robillard1-2/+2
2012-01-09Make lilv_state_save take a full filename with extension.David Robillard1-8/+10
2012-01-08Fix compilation without state extension.David Robillard1-13/+21
2012-01-08Move all non-portable stuff to util.c.David Robillard1-45/+9
2012-01-08Add file support to state implementation.David Robillard1-137/+345
2012-01-04Implement proper support for LV2_STATE_BUNDLE.David Robillard1-39/+76
2012-01-03Add lilv_state_get_num_properties().David Robillard1-32/+39
2012-01-03Fix memory error.David Robillard1-1/+1