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-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
2010-11-07
Use librdf_model_find_statements instead of SPARQL for (most) simple 1-variab...
David Robillard
1
-0
/
+4
2010-10-16
Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 broke...
David Robillard
1
-1
/
+1
2010-09-30
Style.
David Robillard
1
-14
/
+11
2010-09-04
My name is David. :)
David Robillard
1
-1
/
+1
2010-03-12
Fix wonky error messages.
David Robillard
1
-2
/
+1
2010-03-12
Chop dead code.
David Robillard
1
-60
/
+0
2010-03-12
Make default LV2_PATH a configure-time option (supporting ~ and glob expansion).
David Robillard
1
-15
/
+28
2010-03-05
Parse all files with correct base URI.
David Robillard
1
-3
/
+3
2009-06-16
Remove lv2_dyn_manifest.h from slv2 source tree.
David Robillard
1
-0
/
+1
2009-06-14
Parse dynamic manifest with correct base URI.
David Robillard
1
-6
/
+2
2009-06-14
Add missing lv2_dyn_manifest.h.
David Robillard
1
-4
/
+3
2009-06-14
Updated LV2 dynamic manifest extension.
David Robillard
1
-46
/
+90
2009-06-14
Updated lv2 dynamic manifest discovery (still discovery only).
David Robillard
1
-7
/
+20
2009-06-04
Centralize storage creation and only create SPO and OPS indices (TODO: Add AP...
David Robillard
1
-11
/
+24
2009-06-03
Consistent error/warning message output.
David Robillard
1
-3
/
+3
2009-06-03
Fix memory leaks.
David Robillard
1
-4
/
+10
2009-06-03
Same treatment for discovery of plugin classes.
David Robillard
1
-14
/
+54
2009-06-03
Fix warnings.
David Robillard
1
-5
/
+4
2009-06-03
Avoid sorting/searching during plugin discovery if results happen to be in or...
David Robillard
1
-20
/
+51
2009-05-30
Write dynamic manifest to tmpfile, not my home directory. Oops :)
David Robillard
1
-1
/
+1
2009-05-30
Partial implementation of lv2 dynamic manifest extension (configure --dyn-man...
David Robillard
1
-6
/
+51
2009-05-30
Fix whitespace.
David Robillard
1
-3
/
+3
2009-05-14
Always include types.h first.
David Robillard
1
-0
/
+1
2009-05-13
Update copyright dates.
David Robillard
1
-1
/
+1
2009-05-13
Strip trailing whitespace.
David Robillard
1
-58
/
+58
2009-05-03
Update waf configuration header for new waf scheme (in 1.5.6).
David Robillard
1
-1
/
+1
2009-01-21
Add slv2_plugin_classes_free to public API (fix ticket #324).
David Robillard
1
-1
/
+1
2008-12-21
Change configuration header name to something less likely to conflict.
David Robillard
1
-1
/
+1
2008-12-13
Factor out common slv2_world_new code.
David Robillard
1
-64
/
+30
2008-12-13
Handle librdf failures (NULL values) and crazily typed values etc. more grace...
David Robillard
1
-2
/
+2
2008-10-18
Build against local library versions no matter what.... hopefully....
David Robillard
1
-3
/
+3
2008-10-03
Support building locally against header-only libraries in autowaf.
David Robillard
1
-1
/
+1
2008-05-16
Fix query warning.
David Robillard
1
-1
/
+1
2008-05-16
Actually fix plugins with binary not mentioned in the manifest (just always l...
David Robillard
1
-7
/
+2
2008-05-16
Fix support for plugins where binary is not mentioned in manifest.
David Robillard
1
-25
/
+20
[next]