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
/
slv2
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-18
Add #include <stddef.h> for NULL.
David Robillard
1
-0
/
+1
2011-03-17
Improve documentation.
David Robillard
1
-15
/
+25
2011-03-17
Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest.
David Robillard
1
-1
/
+9
2011-03-11
Add slv2_plugin_is_replaced to allow hosts to hide old plugins.
David Robillard
1
-0
/
+10
2011-03-10
Fix SLV2_FOREACH to work with any iterator name (oops).
David Robillard
1
-2
/
+4
2011-03-10
Hide as many collection details as possible while keeping generic iterator / ...
David Robillard
1
-134
/
+85
2011-03-09
Add a deprecated stub for slv2_plugins_free for backwards source compatibility.
David Robillard
1
-0
/
+8
2011-03-09
New collections and iterator API.
David Robillard
2
-88
/
+195
2011-03-08
Fix UI host API.
David Robillard
1
-2
/
+2
2011-03-08
Tidy.
David Robillard
1
-12
/
+13
2011-03-06
Add a UI host descriptor to allow for a graceful transition to a more powerfu...
David Robillard
1
-6
/
+56
2011-03-06
Sort includes.
David Robillard
1
-1
/
+1
2011-03-06
Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...
David Robillard
2
-38
/
+52
2011-03-02
Clean up slv2.h.
David Robillard
1
-629
/
+755
2011-02-25
Recursion (n): See recursion.
David Robillard
1
-1
/
+1
2011-02-24
Make Suil exclusively deal with instantiating (not choosing) UIs.
David Robillard
1
-20
/
+66
2011-02-24
Move UI stuff back into slv2.h (avoid breakage).
David Robillard
2
-175
/
+151
2011-02-22
Fix documentation parameter reference.
David Robillard
1
-1
/
+1
2011-02-17
Make ui.h C++ compatible.
David Robillard
2
-4
/
+12
2011-02-12
Use unsigned instead of uint32_t in slv2mm (so swig automatically marshals th...
David Robillard
1
-6
/
+10
2011-02-12
Wrap rest of API (with a few troublesome exceptions).
David Robillard
2
-96
/
+202
2011-02-12
Add C++ and Python bindings.
David Robillard
2
-1
/
+158
2011-02-12
Make UI support a compile-time option, and separate UI functions into slv2/ui.h.
David Robillard
2
-138
/
+170
2011-02-12
Use new-style LV2 includes.
David Robillard
2
-374
/
+2
2011-02-12
Document entire API in a single header/page.
David Robillard
13
-1645
/
+1166
2011-02-12
Tidy up documentation, remove cruft.
David Robillard
12
-415
/
+133
2011-02-11
Add support for boolean values.
David Robillard
2
-2
/
+35
2011-02-11
Use GSequence for collections with get_by_uri search methods.
David Robillard
1
-1
/
+1
2011-02-11
Better, tested, i18n system.
David Robillard
3
-22
/
+9
2011-02-04
Declare parameterless functions as foo(void), not foo() (which means any - no...
David Robillard
2
-3
/
+3
2011-02-04
Remove repeated blank lines.
David Robillard
12
-139
/
+0
2011-02-04
Update copyright dates.
David Robillard
13
-13
/
+13
2011-02-04
Drop librdf in favour of serd/sord.
David Robillard
1
-8
/
+0
2011-01-30
Remove all use of, and API support for, SPARQL.
David Robillard
2
-106
/
+0
2011-01-30
Add blank node type for value, to allow the user to 'join' statement
David Robillard
1
-0
/
+21
2010-11-25
Export slv2_plugin_class_get_children symbol.
David Robillard
1
-0
/
+1
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
Fix include guard to match filename (and endif comment).
David Robillard
1
-2
/
+2
2010-09-04
My name is David. :)
David Robillard
15
-15
/
+15
2010-03-12
Remove dead comment.
David Robillard
1
-1
/
+1
2010-03-12
Chop dead code.
David Robillard
2
-63
/
+0
2010-03-05
Hide symbols by default and explicitly export API (clean ABI).
David Robillard
13
-8
/
+133
2009-11-09
lv2:hardRtCapable -> lv2:hardRTCapable. Oops.
David Robillard
1
-1
/
+1
2009-08-12
Fix slv2_plugin_get_name documentation (thanks to Damon Chaplin).
David Robillard
1
-3
/
+4
2009-05-13
Update copyright dates.
David Robillard
14
-14
/
+14
2009-05-13
Strip trailing whitespace.
David Robillard
14
-44
/
+44
2009-04-17
Update doxygen stuff for new waf (and new doxygen).
David Robillard
1
-1
/
+6
2009-03-30
Fix memory leaks.
David Robillard
1
-0
/
+3
2009-03-16
Add missing #include for unknown extremely anal compilers.
David Robillard
1
-0
/
+1
2009-02-14
Remove dead code.
David Robillard
2
-31
/
+3
[next]