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
/
world.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-11
Add support for boolean values.
David Robillard
1
-11
/
+28
2011-02-11
Fix dynamic manifest support.
David Robillard
1
-97
/
+85
2011-02-11
Tidy up includes.
David Robillard
1
-4
/
+7
2011-02-11
Use GSequence for collections with get_by_uri search methods.
David Robillard
1
-32
/
+51
2011-02-11
Reduce internal use of _by_qname variants (unnecessary overhead).
David Robillard
1
-1
/
+9
2011-02-11
Better, tested, i18n system.
David Robillard
1
-1
/
+10
2011-02-11
Use `static' and `SLV2_API' explicitly/consistently.
David Robillard
1
-16
/
+17
2011-02-10
Make directory separator (e.g. '/') and path separator (e.g. ':') compile-tim...
David Robillard
1
-6
/
+5
2011-02-10
Update for new Serd API (factor out duplicated/common Serd URI code).
David Robillard
1
-80
/
+61
2011-02-04
Update for Sord API.
David Robillard
1
-6
/
+2
2011-02-04
SordTuple => SordQuad.
David Robillard
1
-3
/
+3
2011-02-04
Fix warnings when building with --strict (but without --debug).
David Robillard
1
-2
/
+2
2011-02-04
Fix "ISO C forbids initialization between function pointer and ‘void *’" ...
David Robillard
1
-2
/
+2
2011-02-04
Update for uint8_t sord API.
David Robillard
1
-2
/
+2
2011-02-04
Replace use of raptor (for raptor_sequence) with glib.
David Robillard
1
-16
/
+18
2011-02-04
Tidy.
David Robillard
1
-13
/
+5
2011-02-04
Tidy up code.
David Robillard
1
-5
/
+3
2011-02-04
Remove repeated blank lines.
David Robillard
1
-16
/
+0
2011-02-04
Update copyright dates.
David Robillard
1
-2
/
+2
2011-02-04
Drop librdf in favour of serd/sord.
David Robillard
1
-257
/
+189
2011-02-01
Wrap match accessor stuff with functions rather than macros.
David Robillard
1
-32
/
+32
2011-01-31
Move copies in every call to slv2_world_find_statements inside the function.
David Robillard
1
-32
/
+35
2011-01-31
slv2_value_new_librdf_node => slv2_value_new_from_node .
David Robillard
1
-4
/
+4
2011-01-31
Typedef away most use of librdf_node.
David Robillard
1
-21
/
+21
2011-01-31
librdf_free_node => slv2_node_free.
David Robillard
1
-25
/
+25
2011-01-31
librdf_new_node_from_node => slv2_node_copy.
David Robillard
1
-41
/
+40
2011-01-31
Fix memory leaks.
David Robillard
1
-0
/
+1
2011-01-31
Reduce heavy use of librdf_new_node_from* functions.
David Robillard
1
-26
/
+31
2011-01-31
Replace more librdf_uri.
David Robillard
1
-11
/
+9
2011-01-31
Replace a bunch of explicit use of librdf_uri (which does not have a Sord equ...
David Robillard
1
-24
/
+22
2011-01-30
Replace slv2_plugin_new librdf_node* argument with SLV2Value.
David Robillard
1
-1
/
+3
2011-01-30
Completely abstract away use of librdf_stream for statement matching.
David Robillard
1
-42
/
+34
2011-01-30
Wrap match (stream) variable getting in macro.
David Robillard
1
-27
/
+16
2011-01-30
Wrap stream iteration in macros.
David Robillard
1
-20
/
+20
2011-01-30
Non-SPARQL version of slv2_port_get_scale_points.
David Robillard
1
-0
/
+2
2011-01-30
Non-SPARQL version of slv2_port_get_range.
David Robillard
1
-0
/
+6
2011-01-30
Non-SPARQL versions of slv2_plugin_has_latency and slv2_plugin_get_latency_po...
David Robillard
1
-0
/
+2
2011-01-29
Use consistent (and terser) for loop idiom for iterating over librdf streams.
David Robillard
1
-29
/
+21
2011-01-29
Non-SPARQL version of slv2_plugin_get_value_by_qname.
David Robillard
1
-0
/
+11
2011-01-29
Non-SPARQL dynamic manifest discovery.
David Robillard
1
-37
/
+64
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
1
-78
/
+70
2011-01-29
Non-SPARQL version of slv2_world_load_all.
David Robillard
1
-83
/
+92
2011-01-29
Use uint8_t instead of the horribly verbose `unsigned char'.
David Robillard
1
-6
/
+6
2011-01-29
Tidy.
David Robillard
1
-31
/
+23
2011-01-29
Include new dyn-manifest header.
David Robillard
1
-25
/
+22
2011-01-29
Do all world statement searches via slv2_world_find_statements.
David Robillard
1
-25
/
+29
2011-01-29
Non-SPARQL version of slv2_world_load_specifications.
David Robillard
1
-34
/
+43
2011-01-29
Tidy.
David Robillard
1
-16
/
+11
2011-01-29
Non-SPARQL version of slv2_plugin_load_ports_if_necessary.
David Robillard
1
-17
/
+19
[next]