index
:
lilv.git
fix-fake-ms
fix-windows
fix-windows-mkdir
main
serd1
Lilv LV2 host library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
state.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-20
Depend on sratom as a proper library and eliminate rampant copy/paste code re...
David Robillard
1
-3
/
+7
2012-03-11
Don't pretend state, atom, and urid are optional.
David Robillard
1
-70
/
+30
2012-03-08
Update for latest serd.
David Robillard
1
-4
/
+4
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
1
-21
/
+12
2012-03-08
Update sratom to write paths as file URIs, and related state fixes.
David Robillard
1
-50
/
+49
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
1
-12
/
+12
2012-03-03
Use a fully-fledged Atom serialisation API for state saving.
David Robillard
1
-250
/
+160
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
1
-10
/
+11
2012-01-28
Update state interface to support multiple state snapshots with shared files.
David Robillard
1
-119
/
+158
2012-01-18
Fix memory leaks.
David Robillard
1
-2
/
+11
2012-01-18
Use consistent *_config.h rather than *-config.h.
David Robillard
1
-1
/
+1
2012-01-17
Support compilation as C++ under MSVC++,
David Robillard
1
-10
/
+11
2012-01-15
Shrink code.
David Robillard
1
-18
/
+13
2012-01-15
Lint.
David Robillard
1
-1
/
+1
2012-01-14
Lint.
David Robillard
1
-20
/
+24
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
1
-8
/
+10
2012-01-08
Fix compilation without state extension.
David Robillard
1
-13
/
+21
2012-01-08
Move all non-portable stuff to util.c.
David Robillard
1
-45
/
+9
2012-01-08
Add file support to state implementation.
David Robillard
1
-137
/
+345
2012-01-04
Implement proper support for LV2_STATE_BUNDLE.
David Robillard
1
-39
/
+76
2012-01-03
Add lilv_state_get_num_properties().
David Robillard
1
-32
/
+39
2012-01-03
Fix memory error.
David Robillard
1
-1
/
+1
2011-12-30
Support arbitrary binary data in plugin state via base64 encoding.
David Robillard
1
-35
/
+149
2011-12-23
Add LilvState API for handling plugin state. This makes it simple to save and
David Robillard
1
-0
/
+794