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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-31
librdf_free_node => slv2_node_free.
David Robillard
4
-31
/
+35
2011-01-31
librdf_new_node_from_node => slv2_node_copy.
David Robillard
6
-58
/
+60
2011-01-31
Fix memory leaks.
David Robillard
3
-13
/
+24
2011-01-31
Tidy.
David Robillard
1
-2
/
+2
2011-01-31
Reduce heavy use of librdf_new_node_from* functions.
David Robillard
6
-74
/
+91
2011-01-31
Replace more librdf_uri.
David Robillard
3
-23
/
+19
2011-01-31
Replace a bunch of explicit use of librdf_uri (which does not have a Sord equ...
David Robillard
5
-42
/
+46
2011-01-31
Remove repetitive librdf node copy into slv2_plugin_get_unique.
David Robillard
1
-16
/
+15
2011-01-30
Replace slv2_plugin_new librdf_node* argument with SLV2Value.
David Robillard
3
-4
/
+6
2011-01-30
Make slv2_ui_new take SLV2Value URI arguments rather than librdf_uri.
David Robillard
3
-22
/
+20
2011-01-30
Completely abstract away use of librdf_stream for statement matching.
David Robillard
5
-96
/
+95
2011-01-30
Remove all use of, and API support for, SPARQL.
David Robillard
4
-184
/
+0
2011-01-30
Add blank node type for value, to allow the user to 'join' statement
David Robillard
3
-4
/
+35
2011-01-30
Remove slv2_plugin_get_properties and slv2_plugin_get_hints.
David Robillard
1
-16
/
+0
2011-01-30
Wrap match (stream) variable getting in macro.
David Robillard
4
-59
/
+38
2011-01-30
Wrap stream iteration in macros.
David Robillard
4
-41
/
+48
2011-01-30
Non-SPARQL version of slv2_port_get_scale_points.
David Robillard
3
-24
/
+27
2011-01-30
Non-SPARQL version of slv2_port_get_range.
David Robillard
3
-46
/
+54
2011-01-30
Non-SPARQL versions of slv2_port_get_value_by_qname, slv2_port_get_value_by_q...
David Robillard
5
-111
/
+152
2011-01-30
Non-SPARQL versions of slv2_port_supports_event and slv2_port_has_property.
David Robillard
3
-28
/
+55
2011-01-30
Non-SPARQL version of slv2_plugin_get_uis.
David Robillard
1
-26
/
+34
2011-01-30
Remove (SPARQL-using) slv2_plugin_get_port_float_values (which was a query-sp...
David Robillard
2
-52
/
+13
2011-01-30
Non-SPARQL versions of slv2_plugin_has_latency and slv2_plugin_get_latency_po...
David Robillard
3
-24
/
+55
2011-01-29
Use consistent (and terser) for loop idiom for iterating over librdf streams.
David Robillard
2
-43
/
+26
2011-01-29
Non-SPARQL versions of slv2_plugin_*_author functions.
David Robillard
1
-54
/
+52
2011-01-29
Non-SPARQL version of slv2_plugin_get_value_by_qname_i18n.
David Robillard
3
-16
/
+46
2011-01-29
Non-SPARQL version of slv2_plugin_get_value_by_qname.
David Robillard
4
-11
/
+53
2011-01-29
Non-SPARQL dynamic manifest discovery.
David Robillard
2
-37
/
+66
2011-01-29
Simplify/shrink plugin discovery code by assuming search results are sorted.
David Robillard
1
-38
/
+10
2011-01-29
Non-SPARQL version of slv2_world_load_plugin_classes.
David Robillard
2
-78
/
+73
2011-01-29
Non-SPARQL version of slv2_world_load_all.
David Robillard
2
-83
/
+93
2011-01-29
Use uint8_t instead of the horribly verbose `unsigned char'.
David Robillard
6
-15
/
+16
2011-01-29
Tidy.
David Robillard
1
-31
/
+23
2011-01-29
Include new dyn-manifest header.
David Robillard
2
-26
/
+23
2011-01-29
Do all world statement searches via slv2_world_find_statements.
David Robillard
1
-25
/
+29
2011-01-29
Fix memory leaks.
David Robillard
1
-6
/
+12
2011-01-29
Non-SPARQL version of slv2_world_load_specifications.
David Robillard
2
-34
/
+44
2011-01-29
Tidy.
David Robillard
2
-16
/
+14
2011-01-29
Non-SPARQL version of slv2_plugin_load_ports_if_necessary.
David Robillard
3
-86
/
+139
2011-01-29
Non-SPARQL version of slv2_plugin_verify.
David Robillard
1
-42
/
+18
2010-11-07
Don't use SPARQL for slv2_plugin_get_value_for_subject.
David Robillard
1
-36
/
+26
2010-11-07
Remove no longer true "internal" comments.
David Robillard
1
-2
/
+0
2010-11-07
Use librdf_model_find_statements instead of SPARQL for (most) simple 1-variab...
David Robillard
4
-51
/
+72
2010-10-16
Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 broke...
David Robillard
6
-6
/
+6
2010-09-30
Style.
David Robillard
3
-22
/
+19
2010-09-22
Remove debug printing.
David Robillard
1
-4
/
+0
2010-09-04
My name is David. :)
David Robillard
14
-14
/
+14
2010-03-12
Improve performance of creating an SLV2Value from a librdf_node.
David Robillard
1
-22
/
+48
2010-03-12
Fix wonky error messages.
David Robillard
2
-3
/
+2
2010-03-12
Chop dead code.
David Robillard
5
-111
/
+0
[prev]
[next]