summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-22Fix SWIG build warnings.David Robillard1-9/+16
2011-04-22Fix incorrect function pointer typedef syntax (and broken SWIG build).David Robillard1-2/+2
2011-04-22Add Python waf options.David Robillard1-0/+2
2011-04-22Remove doxygen comment for private implementation.David Robillard1-1/+1
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard19-391/+228
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard6-463/+60
2011-04-22Don't print warning when directory in LV2_PATH is nonexistent.David Robillard1-2/+0
2011-04-19Remove use of new (2.6) python exception syntax.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard5-6/+6
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard10-57/+41
2011-03-29Update library preprocessor boilerplateDavid Robillard1-20/+20
2011-03-29Tidy expand().David Robillard1-3/+1
2011-03-28Update waf (use standard LV2_PATH on Windows)David Robillard1-0/+0
2011-03-28Implement variable expansion on Windows and use standard LV2_PATHDavid Robillard2-1/+5
2011-03-28Fix LV2_PATH parsing.David Robillard1-9/+8
2011-03-28Fix data file listing.David Robillard1-1/+2
2011-03-28Fix Windows buildDavid Robillard7-34/+100
2011-03-27Update waf (working windows version)David Robillard1-0/+0
2011-03-27Update wafDavid Robillard1-0/+0
2011-03-27Update waf to use gnu_dirs tool and use dir vars more sanely.David Robillard2-2/+3
2011-03-18Add missing files.David Robillard2-0/+248
2011-03-18Fix whitespace.David Robillard1-234/+236
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