Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | Bump version. | David Robillard | 1 | -1/+1 |
2013-01-08 | Revert prematurely incremented version. | David Robillard | 1 | -1/+1 |
2013-01-08 | Add logger convenience API. | David Robillard | 1 | -1/+1 |
2012-12-31 | Generate book from example plugin source. | David Robillard | 1 | -1/+11 |
2012-10-19 | Fix online documentation building. | David Robillard | 1 | -5/+5 |
2012-10-14 | Bump versions for LV2 1.2.0. | David Robillard | 1 | -18/+9 |
2012-09-16 | Replace LV2_Morph_Interface with more general LV2_Options_Interface. | David Robillard | 1 | -1/+1 |
2012-09-06 | Generate top-level NEWS file in distribution with changes from all specs. | David Robillard | 1 | -5/+22 |
2012-09-06 | Make documentation suitable for local installation. | David Robillard | 1 | -9/+31 |
2012-08-29 | Add bufsz:sequenceSize. | David Robillard | 1 | -1/+1 |
2012-08-21 | Remove unnecessary check for C++ compiler (fix ticket #4). | David Robillard | 1 | -3/+1 |
2012-08-14 | midi: Remove non-standard midi:Tick message type. | David Robillard | 1 | -1/+1 |
2012-08-10 | Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST. | David Robillard | 1 | -1/+1 |
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 1 | -1/+1 |
2012-08-08 | Move MSVC C99 gunk into autowaf. | David Robillard | 1 | -4/+1 |
2012-08-08 | Tidy up wscript files. | David Robillard | 1 | -32/+31 |
2012-08-08 | Make LV2_Buf_Size_Access::get_buf_size take a time parameter and thus actuall... | David Robillard | 1 | -1/+1 |
2012-08-06 | Copy headers when COPY_HEADERS is set and link otherwise (not the other way a... | David Robillard | 1 | -2/+2 |
2012-08-06 | Actually working version of previous commit... | David Robillard | 1 | -3/+5 |
2012-08-06 | Copy headers by default on Windows or old Python. | David Robillard | 1 | -7/+6 |
2012-08-06 | Fix building when some plugins fail to configure. | David Robillard | 1 | -3/+4 |
2012-08-06 | Fix recursive building. | David Robillard | 1 | -2/+4 |
2012-08-05 | Actually build plugins. | David Robillard | 1 | -4/+9 |
2012-08-05 | Fix plugin compilation. | David Robillard | 1 | -1/+1 |
2012-08-05 | Do everything in the top level wscript file and remove wscript symlinks from ... | David Robillard | 1 | -89/+149 |
2012-08-05 | Remove redundant MSVC flags configuration. | David Robillard | 1 | -4/+0 |
2012-08-03 | Fix compilation with MSVC. | David Robillard | 1 | -1/+4 |
2012-08-03 | Add compile test for all headers. | David Robillard | 1 | -0/+19 |
2012-08-02 | Clean up wscript files and use a simpler method of chopping 'lib' prefix. | David Robillard | 1 | -32/+31 |
2012-07-29 | Report which extension version numbers are incorrect for. | David Robillard | 1 | -2/+2 |
2012-06-05 | Add buf-size extension. | David Robillard | 1 | -1/+1 |
2012-05-31 | Add morph extension. | David Robillard | 1 | -1/+1 |
2012-04-22 | Fix typo in urid:unmap documentation. | David Robillard | 1 | -1/+1 |
2012-04-18 | Remove unused waf target. | David Robillard | 1 | -46/+0 |
2012-04-18 | Fix double tarball creation. | David Robillard | 1 | -7/+25 |
2012-04-17 | Bump versions, mark up releases, portability fixes. | David Robillard | 1 | -9/+21 |
2012-04-13 | Add port-props.h | David Robillard | 1 | -1/+1 |
2012-04-12 | Bump version. | David Robillard | 1 | -1/+1 |
2012-04-12 | Rename 'people' to 'meta' in anticipation of putting other stuff there. | David Robillard | 1 | -1/+1 |
2012-04-12 | Lint. | David Robillard | 1 | -1/+1 |
2012-04-12 | Add Chunk to Forge's set of URIDs for convenience. | David Robillard | 1 | -1/+1 |
2012-04-09 | Add missing URI defines. | David Robillard | 1 | -1/+1 |
2012-04-06 | Working --no-plugins configure option. | David Robillard | 1 | -6/+7 |
2012-04-06 | Configure successfully even if sub-projects (particularly eg-sampler) fail to. | David Robillard | 1 | -1/+5 |
2012-04-06 | Tidy and improve documentation. | David Robillard | 1 | -1/+2 |
2012-04-05 | Twiddle log extension class hierarchy a bit, and all log:Trace level. | David Robillard | 1 | -1/+1 |
2012-03-26 | Remove individual extension pkg-config files and build scripts. | David Robillard | 1 | -12/+45 |
2012-03-25 | Add pkgconfig file for all of LV2. | David Robillard | 1 | -0/+9 |
2012-03-25 | Move people information in to a common place. | David Robillard | 1 | -1/+2 |
2012-03-23 | Remove --experimental option and just always build everything. | David Robillard | 1 | -3/+0 |