Age | Commit message (Expand) | Author | Files | Lines |
2011-04-22 | Upgrade to waf 1.6.4 and autowaf r43 | David Robillard | 1 | -0/+0 |
2011-04-22 | Upgrade to waf 1.6.4 | David Robillard | 1 | -0/+0 |
2011-04-22 | Fix SWIG build warnings. | David Robillard | 1 | -9/+16 |
2011-04-22 | Fix incorrect function pointer typedef syntax (and broken SWIG build). | David Robillard | 1 | -2/+2 |
2011-04-22 | Add Python waf options. | David Robillard | 1 | -0/+2 |
2011-04-22 | Remove doxygen comment for private implementation. | David Robillard | 1 | -1/+1 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 19 | -391/+228 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 6 | -463/+60 |
2011-04-22 | Don't print warning when directory in LV2_PATH is nonexistent. | David Robillard | 1 | -2/+0 |
2011-04-19 | Remove use of new (2.6) python exception syntax. | David Robillard | 1 | -1/+1 |
2011-04-16 | Update copyright headers | David Robillard | 5 | -6/+6 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 10 | -57/+41 |
2011-03-29 | Update library preprocessor boilerplate | David Robillard | 1 | -20/+20 |
2011-03-29 | Tidy expand(). | David Robillard | 1 | -3/+1 |
2011-03-28 | Update waf (use standard LV2_PATH on Windows) | David Robillard | 1 | -0/+0 |
2011-03-28 | Implement variable expansion on Windows and use standard LV2_PATH | David Robillard | 2 | -1/+5 |
2011-03-28 | Fix LV2_PATH parsing. | David Robillard | 1 | -9/+8 |
2011-03-28 | Fix data file listing. | David Robillard | 1 | -1/+2 |
2011-03-28 | Fix Windows build | David Robillard | 7 | -34/+100 |
2011-03-27 | Update waf (working windows version) | David Robillard | 1 | -0/+0 |
2011-03-27 | Update waf | David Robillard | 1 | -0/+0 |
2011-03-27 | Update waf to use gnu_dirs tool and use dir vars more sanely. | David Robillard | 2 | -2/+3 |
2011-03-18 | Add missing files. | David Robillard | 2 | -0/+248 |
2011-03-18 | Fix whitespace. | David Robillard | 1 | -234/+236 |
2011-03-18 | Fix broken data file / features output. | David Robillard | 1 | -3/+2 |
2011-03-18 | Add #include <stddef.h> for NULL. | David Robillard | 1 | -0/+1 |
2011-03-17 | Add waf upload_docs. | David Robillard | 1 | -3/+6 |
2011-03-17 | Add waf fixdocs to strip decorators from doxygen documentation. | David Robillard | 1 | -6/+7 |
2011-03-17 | Improve documentation. | David Robillard | 4 | -50/+66 |
2011-03-17 | Improve pkg-config tag line. | David Robillard | 1 | -1/+1 |
2011-03-17 | Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest. | David Robillard | 4 | -39/+69 |
2011-03-16 | Fix (i.e. hide) documentation header. | David Robillard | 1 | -3/+3 |
2011-03-15 | Add INSTALL and waf files. | David Robillard | 2 | -0/+35 |
2011-03-15 | Remove autowaf external (broken intermediary revision). | David Robillard | 3 | -17/+14 |
2011-03-15 | Fix dynamic manifest error handling. | David Robillard | 1 | -5/+13 |
2011-03-11 | Leaner slv2_plugin_is_replaced implementation. | David Robillard | 1 | -17/+6 |
2011-03-11 | Add slv2_plugin_is_replaced to allow hosts to hide old plugins. | David Robillard | 5 | -1/+56 |
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 | 4 | -135/+187 |
2011-03-09 | Add a deprecated stub for slv2_plugins_free for backwards source compatibility. | David Robillard | 3 | -20/+9 |
2011-03-09 | Update ChangeLog. | David Robillard | 1 | -0/+2 |
2011-03-09 | New collections and iterator API. | David Robillard | 15 | -377/+413 |
2011-03-08 | Fix UI host API. | David Robillard | 3 | -10/+7 |
2011-03-08 | Use the same data structure for all collections (fix ticket #650). | David Robillard | 3 | -58/+28 |
2011-03-08 | Tidy. | David Robillard | 1 | -12/+13 |
2011-03-07 | Fix memory leaks. | David Robillard | 4 | -41/+36 |
2011-03-07 | Don't run plugin test twice. | David Robillard | 1 | -1/+0 |
2011-03-07 | Fix memory leak. | David Robillard | 1 | -0/+1 |
2011-03-07 | Tidy. | David Robillard | 1 | -10/+1 |
2011-03-07 | Suppose xsd:double numeric literals. | David Robillard | 3 | -1/+5 |