aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10Remove lv2configDavid Robillard12-3998/+141
2011-10-05Add preliminary time extensionDavid Robillard4-3/+195
2011-10-05Switch license to ISC licenseDavid Robillard2-34/+23
2011-09-29Python 3 fixesDavid Robillard2-28/+37
2011-09-25Add CV Port extension.David Robillard5-0/+122
2011-08-22Update Units extension date (release version 5.2)David Robillard2-24/+18
2011-08-22Fix whitespaceDavid Robillard1-2/+2
2011-07-25Fix reference.h compilationDavid Robillard1-12/+16
2011-07-23Move reference and blob stuff from atom extension to a separate "reference" ↵David Robillard6-200/+273
extension.
2011-07-22Add urid extension from Gabriel M. Beddingfield.David Robillard5-0/+167
2011-07-22Tidy.David Robillard1-1/+1
2011-07-22Fix off-by-one bug that caused the last defined namespace prefix to be ignoredDavid Robillard1-1/+1
2011-07-22Remove message extension (subsumed by atom extension)David Robillard3-154/+0
2011-07-22Tidy and update license.David Robillard2-86/+84
2011-07-22TidyDavid Robillard1-2/+2
2011-07-17Fix configuration of core.lv2David Robillard1-1/+4
2011-07-14Add (modified) documentation from Gabriel M. BeddingfieldDavid Robillard1-0/+84
2011-07-09Don't build plugins as part of top-level build for now (since they depend on ↵David Robillard1-4/+4
extension headers which won't be installed yet)
2011-07-07Add stub LV2 persist support to sampler plugin.David Robillard4-26/+86
2011-07-07Add sampler example pluginDavid Robillard10-10/+482
2011-07-07Remove cruft.David Robillard1-8/+0
2011-07-07Use enum for port indices (better type-safety and self-documentation).David Robillard1-5/+9
2011-07-07Remove unread variableDavid Robillard1-2/+0
2011-07-07Add amp example plugin.David Robillard9-1/+297
Upgrade to waf 1.6.6. Don't depend on a C++ compiler being present.
2011-07-06Add missing includesDavid Robillard1-0/+3
2011-07-06Install files and persist extensionsDavid Robillard1-2/+4
2011-05-30LV2 Data Access 1.2David Robillard3-68/+62
2011-05-30Remove pre1 from version (we no longer use this convention)David Robillard1-1/+1
2011-05-30LV2 Instance Access 1.2David Robillard3-43/+41
2011-05-30Remove pre1 from version (we no longer use this convention)David Robillard1-1/+1
2011-05-30LV2 MIDI 1.2David Robillard2-32/+23
2011-05-30LV2 Event 1.2David Robillard3-5/+6
2011-05-30LV2 URI Map 1.2David Robillard1-1/+1
2011-05-30LV2 UI 2.2David Robillard5-268/+269
2011-05-30Working genreleases.py (version that produced most recent batch of releases)David Robillard1-9/+16
2011-05-30Update to LV2 4.0 definition of unstable release (minor micro version number).David Robillard1-1/+8
2011-05-30Tidy (PEP8)David Robillard1-111/+144
2011-05-26Disable (incorrect) release tarball generation stuff in gendoc.pyDavid Robillard2-14/+14
2011-05-26Add automatic extension release generation scriptDavid Robillard3-5/+67
2011-05-26Actually update license (oops)David Robillard1-18/+12
2011-05-26Add build stuffDavid Robillard2-0/+34
2011-05-26Update licenses and documentationDavid Robillard4-57/+49
2011-05-26Add generic INSTALL fileDavid Robillard1-0/+35
2011-05-05Remove unnecessary Node copy and string.measuring.David Robillard1-7/+6
2011-04-27More flexible discovery API (particularly for anything dynamic).David Robillard1-6/+41
2011-04-27Fix alignment.David Robillard1-5/+5
2011-04-27Clean up whitespace and documentation.David Robillard1-108/+91
More sensible and shorter names for port subscription.
2011-04-22Upgrade to waf 1.6.4 and autowaf r43David Robillard2-0/+0
2011-04-22Upgrade to waf 1.6.4.David Robillard3-56/+56
Fix wscript whitespace (PEP8).
2011-04-05Split state file path support and new file creation support into separate ↵David Robillard3-28/+59
features.