aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Improve book style.David Robillard1-6/+7
2014-07-28Fixes for clang.David Robillard1-5/+8
2014-07-28Add description, date, and change log to documentation index.David Robillard1-23/+78
2014-05-08Improve documentation.David Robillard1-2/+1
2014-04-26Improve documentation.David Robillard1-1/+1
2014-01-24Fix -Wconversion warnings in headers.David Robillard1-0/+3
2014-01-24atom: Deprecate Blank and Resource in favour of just Object.David Robillard1-1/+1
2014-01-04LV2 1.8.0David Robillard1-1/+1
2013-12-31Install lv2specgen for use by other projects.David Robillard1-0/+11
2013-12-27Add lv2:prototype.David Robillard1-1/+1
2013-12-09Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation.David Robillard1-1/+1
2013-08-09LV2 1.6.0.David Robillard1-2/+2
2013-05-27Fix crash in forge.h when pushing atoms to a full buffer.David Robillard1-1/+1
2013-05-09Add ui:updateRate property.David Robillard1-1/+1
2013-03-19Add UI idle interface.David Robillard1-1/+1
2013-02-18Update versions. LV2 1.4.0.David Robillard1-1/+1
2013-02-18Fix links from installed spec documentation to code documentation.David Robillard1-1/+1
2013-02-18Remove lv2:Program and all related things.David Robillard1-1/+1
2013-02-10Add lv2:Bank, lv2:Program, and lv2:program for describing programs, including...David Robillard1-1/+1
2013-01-10Bump version.David Robillard1-1/+1
2013-01-08Revert prematurely incremented version.David Robillard1-1/+1
2013-01-08Add logger convenience API.David Robillard1-1/+1
2012-12-31Generate book from example plugin source.David Robillard1-1/+11
2012-10-19Fix online documentation building.David Robillard1-5/+5
2012-10-14Bump versions for LV2 1.2.0.David Robillard1-18/+9
2012-09-16Replace LV2_Morph_Interface with more general LV2_Options_Interface.David Robillard1-1/+1
2012-09-06Generate top-level NEWS file in distribution with changes from all specs.David Robillard1-5/+22
2012-09-06Make documentation suitable for local installation.David Robillard1-9/+31
2012-08-29Add bufsz:sequenceSize.David Robillard1-1/+1
2012-08-21Remove unnecessary check for C++ compiler (fix ticket #4).David Robillard1-3/+1
2012-08-14midi: Remove non-standard midi:Tick message type.David Robillard1-1/+1
2012-08-10Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST.David Robillard1-1/+1
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-1/+1
2012-08-08Move MSVC C99 gunk into autowaf.David Robillard1-4/+1
2012-08-08Tidy up wscript files.David Robillard1-32/+31
2012-08-08Make LV2_Buf_Size_Access::get_buf_size take a time parameter and thus actuall...David Robillard1-1/+1
2012-08-06Copy headers when COPY_HEADERS is set and link otherwise (not the other way a...David Robillard1-2/+2
2012-08-06Actually working version of previous commit...David Robillard1-3/+5
2012-08-06Copy headers by default on Windows or old Python.David Robillard1-7/+6
2012-08-06Fix building when some plugins fail to configure.David Robillard1-3/+4
2012-08-06Fix recursive building.David Robillard1-2/+4
2012-08-05Actually build plugins.David Robillard1-4/+9
2012-08-05Fix plugin compilation.David Robillard1-1/+1
2012-08-05Do everything in the top level wscript file and remove wscript symlinks from ...David Robillard1-89/+149
2012-08-05Remove redundant MSVC flags configuration.David Robillard1-4/+0
2012-08-03Fix compilation with MSVC.David Robillard1-1/+4
2012-08-03Add compile test for all headers.David Robillard1-0/+19
2012-08-02Clean up wscript files and use a simpler method of chopping 'lib' prefix.David Robillard1-32/+31
2012-07-29Report which extension version numbers are incorrect for.David Robillard1-2/+2
2012-06-05Add buf-size extension.David Robillard1-1/+1