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
2015-09-10
Use lilv_free() where appropriate.
David Robillard
1
-3
/
+3
2015-05-22
Clarify comment.
David Robillard
1
-1
/
+1
2015-05-21
Delete trailing whitespace.
David Robillard
1
-2
/
+2
2015-03-07
Add support for state deletion.
David Robillard
1
-47
/
+191
2015-02-19
Add lilv_state_emit_port_values() for special port value handling.
David Robillard
1
-6
/
+13
2015-02-08
Preserve absolute paths in state if no link directory is given.
David Robillard
1
-3
/
+6
2014-10-05
Tolerate passing NULL to lilv_state_restore().
David Robillard
1
-4
/
+6
2014-08-08
Use Markdown in doc comments for better source readability.
David Robillard
1
-1
/
+1
2014-07-31
Minor code cleanups, slightly reduce LOC.
David Robillard
1
-26
/
+13
2014-07-15
Add lilv_world_unload_bundle() and lilv_world_unload_resource().
David Robillard
1
-1
/
+7
2013-12-17
Fix more const issues.
David Robillard
1
-9
/
+10
2013-03-25
Allow lilv_state_restore() to be used without passing an instance, for restor...
David Robillard
1
-2
/
+2
2013-02-18
Make use of sord_get().
David Robillard
1
-20
/
+16
2013-02-18
Fix SordNode leaks.
David Robillard
1
-5
/
+4
2013-02-02
Require a URI for lilv_state_to_string() and fail gracefully otherwise.
David Robillard
1
-0
/
+9
2013-01-27
Don't print errors when loading plugin description as default state.
David Robillard
1
-5
/
+7
2013-01-26
Support state:loadDefaultState.
David Robillard
1
-0
/
+3
2012-08-13
Fix potential crash when state saving fails.
David Robillard
1
-1
/
+2
2012-08-10
Always back LilvNode with a SordNode and shave 16 bytes off of LilvNode.
David Robillard
1
-3
/
+3
2012-08-09
Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...
David Robillard
1
-10
/
+10
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-04-12
Use URI defines from LV2 headers where possible.
David Robillard
1
-18
/
+16
2012-04-12
Fix saving state with files.
David Robillard
1
-7
/
+10
2012-04-12
Remove pointless lilv_world_find_statements() wrapper and use new sord_search().
David Robillard
1
-16
/
+9
2012-04-11
Write port values in presets as pretty numbers.
David Robillard
1
-1
/
+7
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
1
-1
/
+1
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
[prev]
[next]