summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-18Fix broken data file / features output.David Robillard1-3/+2
2011-03-18Add #include <stddef.h> for NULL.David Robillard1-0/+1
2011-03-17Add waf upload_docs.David Robillard1-3/+6
2011-03-17Add waf fixdocs to strip decorators from doxygen documentation.David Robillard1-6/+7
2011-03-17Improve documentation.David Robillard4-50/+66
2011-03-17Improve pkg-config tag line.David Robillard1-1/+1
2011-03-17Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest.David Robillard4-39/+69
2011-03-16Fix (i.e. hide) documentation header.David Robillard1-3/+3
2011-03-15Add INSTALL and waf files.David Robillard2-0/+35
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard3-17/+14
2011-03-15Fix dynamic manifest error handling.David Robillard1-5/+13
2011-03-11Leaner slv2_plugin_is_replaced implementation.David Robillard1-17/+6
2011-03-11Add slv2_plugin_is_replaced to allow hosts to hide old plugins.David Robillard5-1/+56
2011-03-10Fix SLV2_FOREACH to work with any iterator name (oops).David Robillard1-2/+4
2011-03-10Hide as many collection details as possible while keeping generic iterator / ...David Robillard4-135/+187
2011-03-09Add a deprecated stub for slv2_plugins_free for backwards source compatibility.David Robillard3-20/+9
2011-03-09Update ChangeLog.David Robillard1-0/+2
2011-03-09New collections and iterator API.David Robillard15-377/+413
2011-03-08Fix UI host API.David Robillard3-10/+7
2011-03-08Use the same data structure for all collections (fix ticket #650).David Robillard3-58/+28
2011-03-08Tidy.David Robillard1-12/+13
2011-03-07Fix memory leaks.David Robillard4-41/+36
2011-03-07Don't run plugin test twice.David Robillard1-1/+0
2011-03-07Fix memory leak.David Robillard1-0/+1
2011-03-07Tidy.David Robillard1-10/+1
2011-03-07Suppose xsd:double numeric literals.David Robillard3-1/+5
2011-03-06Add a UI host descriptor to allow for a graceful transition to a more powerfu...David Robillard3-12/+99
2011-03-06Sort includes.David Robillard1-1/+1
2011-03-06Python 2/3: Use print('') instead of print() to print empty lines.David Robillard1-2/+1
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard20-651/+459
2011-03-05Warn when plugin lv2:binary is missing.David Robillard2-2/+12
2011-03-03Fix Python3 compatibility.David Robillard1-1/+1
2011-03-03Use custom Doxygen stylesheet.David Robillard2-1/+562
2011-03-02Clean up slv2.h.David Robillard1-629/+755
2011-02-25Recursion (n): See recursion.David Robillard1-1/+1
2011-02-25Fix stand-alone compilation.David Robillard1-1/+1
2011-02-24Fix documentation generation.David Robillard1-2/+1
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard7-120/+272
2011-02-24Move UI stuff back into slv2.h (avoid breakage).David Robillard8-216/+155
2011-02-22Remove hilariously useless code.David Robillard1-2/+0
2011-02-22Fix documentation parameter reference.David Robillard1-1/+1
2011-02-22Tidy.David Robillard1-15/+16
2011-02-19Fix return of undefined values when port range value (min, max, or default) i...David Robillard1-10/+9
2011-02-19Remove bogus noisy test case.David Robillard1-2/+0
2011-02-17Enable dyn-manifest by default.David Robillard1-4/+4
2011-02-17Error reporting.David Robillard1-2/+6
2011-02-17Jack session support for lv2_jack_host.David Robillard2-10/+116
2011-02-17Fix UI support.David Robillard1-2/+2
2011-02-17Make ui.h C++ compatible.David Robillard4-7/+18
2011-02-16Update for new Sord API.David Robillard2-3/+2