summaryrefslogtreecommitdiffstats
path: root/slv2
AgeCommit message (Collapse)AuthorFilesLines
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-29/+28
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3152 a436a847-0d15-0410-975c-d299462d15a1
2011-03-29Update library preprocessor boilerplateDavid Robillard1-20/+20
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3135 a436a847-0d15-0410-975c-d299462d15a1
2011-03-18Add #include <stddef.h> for NULL.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3116 a436a847-0d15-0410-975c-d299462d15a1
2011-03-17Improve documentation.David Robillard1-15/+25
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3110 a436a847-0d15-0410-975c-d299462d15a1
2011-03-17Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest.David Robillard1-1/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3106 a436a847-0d15-0410-975c-d299462d15a1
2011-03-11Add slv2_plugin_is_replaced to allow hosts to hide old plugins.David Robillard1-0/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3066 a436a847-0d15-0410-975c-d299462d15a1
2011-03-10Fix SLV2_FOREACH to work with any iterator name (oops).David Robillard1-2/+4
List known options (well.. option) in slv2_world_set_option documentation. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3065 a436a847-0d15-0410-975c-d299462d15a1
2011-03-10Hide as many collection details as possible while keeping generic iterator / ↵David Robillard1-134/+85
SLV2_FOREACH API. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3064 a436a847-0d15-0410-975c-d299462d15a1
2011-03-09Add a deprecated stub for slv2_plugins_free for backwards source compatibility.David Robillard1-0/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3060 a436a847-0d15-0410-975c-d299462d15a1
2011-03-09New collections and iterator API.David Robillard2-88/+195
Deprecate slv2_*_get_at. Remove slv2_world_get_plugins_by_filter. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3057 a436a847-0d15-0410-975c-d299462d15a1
2011-03-08Fix UI host API.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3055 a436a847-0d15-0410-975c-d299462d15a1
2011-03-08Tidy.David Robillard1-12/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3053 a436a847-0d15-0410-975c-d299462d15a1
2011-03-06Add a UI host descriptor to allow for a graceful transition to a more ↵David Robillard1-6/+56
powerful UI extension. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3044 a436a847-0d15-0410-975c-d299462d15a1
2011-03-06Sort includes.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3043 a436a847-0d15-0410-975c-d299462d15a1
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... ↵David Robillard2-38/+52
eventually... in some very abstract kind of way... :/ git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3041 a436a847-0d15-0410-975c-d299462d15a1
2011-03-02Clean up slv2.h.David Robillard1-629/+755
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3034 a436a847-0d15-0410-975c-d299462d15a1
2011-02-25Recursion (n): See recursion.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3027 a436a847-0d15-0410-975c-d299462d15a1
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard1-20/+66
Add slv2_ui_instance_new as a replacement for slv2_ui_instantiate (now deprecated), which supports cross-toolkit embedding by taking an additional widget type pointer. Remove direct Suil dependency from Ingen. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3022 a436a847-0d15-0410-975c-d299462d15a1
2011-02-24Move UI stuff back into slv2.h (avoid breakage).David Robillard2-175/+151
Deprecate slv2_ui_instance_get_descriptor and slv2_ui_instance_get_handle. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3020 a436a847-0d15-0410-975c-d299462d15a1
2011-02-22Fix documentation parameter reference.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3005 a436a847-0d15-0410-975c-d299462d15a1
2011-02-17Make ui.h C++ compatible.David Robillard2-4/+12
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2971 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Use unsigned instead of uint32_t in slv2mm (so swig automatically marshals ↵David Robillard1-6/+10
them). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2943 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Wrap rest of API (with a few troublesome exceptions).David Robillard2-96/+202
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2942 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Add C++ and Python bindings.David Robillard2-1/+158
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2940 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Make UI support a compile-time option, and separate UI functions into slv2/ui.h.David Robillard2-138/+170
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2930 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Use new-style LV2 includes.David Robillard2-374/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2926 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Document entire API in a single header/page.David Robillard13-1645/+1166
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2925 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Tidy up documentation, remove cruft.David Robillard12-415/+133
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2924 a436a847-0d15-0410-975c-d299462d15a1
2011-02-11Add support for boolean values.David Robillard2-2/+35
Replace slv2_world_filter_language with extensible option system (slv2_world_set_option). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2923 a436a847-0d15-0410-975c-d299462d15a1
2011-02-11Use GSequence for collections with get_by_uri search methods.David Robillard1-1/+1
Avoid constant sorting during plugin discovery. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2919 a436a847-0d15-0410-975c-d299462d15a1
2011-02-11Better, tested, i18n system.David Robillard3-22/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2916 a436a847-0d15-0410-975c-d299462d15a1
2011-02-04Declare parameterless functions as foo(void), not foo() (which means any - ↵David Robillard2-3/+3
not no - arguments). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2906 a436a847-0d15-0410-975c-d299462d15a1
2011-02-04Remove repeated blank lines.David Robillard12-139/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2897 a436a847-0d15-0410-975c-d299462d15a1
2011-02-04Update copyright dates.David Robillard13-13/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2896 a436a847-0d15-0410-975c-d299462d15a1
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-8/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2895 a436a847-0d15-0410-975c-d299462d15a1
2011-01-30Remove all use of, and API support for, SPARQL.David Robillard2-106/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2875 a436a847-0d15-0410-975c-d299462d15a1
2011-01-30Add blank node type for value, to allow the user to 'join' statementDavid Robillard1-0/+21
queries on blank node values with the simple get_value functions. Remove use of SPARQL from lv2_inspect. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2874 a436a847-0d15-0410-975c-d299462d15a1
2010-11-25Export slv2_plugin_class_get_children symbol.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2671 a436a847-0d15-0410-975c-d299462d15a1
2010-10-16Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 ↵David Robillard1-1/+1
broke this). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2628 a436a847-0d15-0410-975c-d299462d15a1
2010-09-30Fix include guard to match filename (and endif comment).David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2620 a436a847-0d15-0410-975c-d299462d15a1
2010-09-04My name is David. :)David Robillard15-15/+15
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2590 a436a847-0d15-0410-975c-d299462d15a1
2010-03-12Remove dead comment.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2547 a436a847-0d15-0410-975c-d299462d15a1
2010-03-12Chop dead code.David Robillard2-63/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2545 a436a847-0d15-0410-975c-d299462d15a1
2010-03-05Hide symbols by default and explicitly export API (clean ABI).David Robillard13-8/+133
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2530 a436a847-0d15-0410-975c-d299462d15a1
2009-11-09lv2:hardRtCapable -> lv2:hardRTCapable. Oops.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2245 a436a847-0d15-0410-975c-d299462d15a1
2009-08-12Fix slv2_plugin_get_name documentation (thanks to Damon Chaplin).David Robillard1-3/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2177 a436a847-0d15-0410-975c-d299462d15a1
2009-05-13Update copyright dates.David Robillard14-14/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2000 a436a847-0d15-0410-975c-d299462d15a1
2009-05-13Strip trailing whitespace.David Robillard14-44/+44
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1999 a436a847-0d15-0410-975c-d299462d15a1
2009-04-17Update doxygen stuff for new waf (and new doxygen).David Robillard1-1/+6
Bump version to 0.6.4. Update ChangeLog. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1954 a436a847-0d15-0410-975c-d299462d15a1
2009-03-30Fix memory leaks.David Robillard1-0/+3
Document ownership semantics of query value accessors. Fix test ccflags for new waf. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1951 a436a847-0d15-0410-975c-d299462d15a1