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
/
test
/
lilv_test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-10
Fix Windows/MSVC build
David Robillard
1
-0
/
+2
2017-12-29
Use safe string functions
David Robillard
1
-16
/
+12
2017-12-29
Use braces everywhere
David Robillard
1
-19
/
+38
2016-09-18
Fix memory, file, and library leaks
David Robillard
1
-0
/
+4
2016-09-16
Add lilv_world_get_symbol()
David Robillard
1
-0
/
+48
2016-08-26
Fix compilation with C++
David Robillard
1
-2
/
+2
2016-08-01
Use consistent feature test macros
David Robillard
1
-1
/
+1
2016-08-01
Use consistent feature test macros
David Robillard
1
-1
/
+1
2016-07-24
Add lilv_state_set_metadata()
David Robillard
1
-0
/
+12
2016-07-14
Improve test coverage
David Robillard
1
-0
/
+40
2016-07-12
Improve test coverage
David Robillard
1
-0
/
+1
2016-07-11
Fully reset plugin struct when plugin is reloaded
David Robillard
1
-4
/
+37
2016-07-11
Improve test coverage
David Robillard
1
-1
/
+21
2016-07-10
Test versioned plugin replacement
David Robillard
1
-0
/
+49
2016-07-10
Test lilv_node_as_float on non-numeric nodes
David Robillard
1
-0
/
+1
2015-11-07
Remove unloaded plugins from world plugin list
David Robillard
1
-3
/
+5
2015-10-29
Support reloading bundles
David Robillard
1
-2
/
+69
2015-10-08
Improve test coverage
David Robillard
1
-0
/
+11
2015-10-08
Fix memory leaks in test suite
David Robillard
1
-0
/
+5
2015-10-04
Improve test coverage
David Robillard
1
-1
/
+58
2015-08-14
Add lilv_free() for systems picky about such things.
David Robillard
1
-5
/
+5
2015-03-07
Add support for state deletion.
David Robillard
1
-0
/
+15
2015-01-29
Add lilv_file_uri_parse() for correct URI to path conversion.
David Robillard
1
-12
/
+0
2014-09-24
Fixes for new sord.
David Robillard
1
-0
/
+1
2014-07-15
Add lilv_world_unload_bundle() and lilv_world_unload_resource().
David Robillard
1
-2
/
+14
2014-07-12
Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe Coelho...
David Robillard
1
-3
/
+259
2014-05-20
Fix test suite memory leaks.
David Robillard
1
-0
/
+5
2014-05-05
Fix use of lv2info -m and -p options to write plugin data.
David Robillard
1
-0
/
+10
2014-01-17
Fix minor memory leak in test suite.
David Robillard
1
-0
/
+1
2013-12-30
Clean up after test suite so multiple runs are successful.
David Robillard
1
-15
/
+15
2013-12-25
Fix some const-correctness violations.
David Robillard
1
-2
/
+2
2013-12-19
Add support for running plugins from Python by Kaspar Emanuel (fix #939 and #...
David Robillard
1
-1
/
+30
2013-02-10
Add lilv_world_ask() for easily checking if a statement exists.
David Robillard
1
-0
/
+6
2013-02-02
Require a URI for lilv_state_to_string() and fail gracefully otherwise.
David Robillard
1
-0
/
+9
2013-01-10
Make lilv_plugin_get_port_by_designation() return a const pointer.
David Robillard
1
-1
/
+1
2012-11-23
Add lilv_world_ask() for simply checking if a statement exists.
David Robillard
1
-0
/
+8
2012-11-23
Support atom:supports in lilv_port_supports_event() (fix #857).
David Robillard
1
-2
/
+7
2012-08-13
Fix const violations.
David Robillard
1
-7
/
+7
2012-08-09
Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...
David Robillard
1
-35
/
+36
2012-04-06
Fix compilation on Windows.
David Robillard
1
-1
/
+1
2012-04-06
Update test suite for latest state extension.
David Robillard
1
-1
/
+1
2012-03-30
Fix bad data discovered by sord_validate.
David Robillard
1
-1
/
+1
2012-03-10
Fix compilation with latest serd.
David Robillard
1
-2
/
+2
2012-03-08
Add base_uri parameter to lilv_state_to_string().
David Robillard
1
-1
/
+1
2012-03-08
serd_node_new_uri_from_path => serd_node_new_file_uri.
David Robillard
1
-2
/
+2
2012-03-08
Update sratom to write paths as file URIs, and related state fixes.
David Robillard
1
-14
/
+30
2012-03-06
Add lilv_state_new_from_string().
David Robillard
1
-0
/
+11
2012-03-06
Use raw type/size/value instead of LilvNode for port values.
David Robillard
1
-11
/
+24
2012-03-03
Use a fully-fledged Atom serialisation API for state saving.
David Robillard
1
-14
/
+23
2012-03-02
Fix too-small float arrays.
David Robillard
1
-3
/
+3
[next]