aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-31Add morph extension.David Robillard1-1/+1
2012-04-22Fix typo in urid:unmap documentation.David Robillard1-1/+1
2012-04-18Remove unused waf target.David Robillard1-46/+0
2012-04-18Fix double tarball creation.David Robillard1-7/+25
2012-04-17Bump versions, mark up releases, portability fixes.David Robillard1-9/+21
2012-04-13Add port-props.hDavid Robillard1-1/+1
2012-04-12Bump version.David Robillard1-1/+1
2012-04-12Rename 'people' to 'meta' in anticipation of putting other stuff there.David Robillard1-1/+1
2012-04-12Lint.David Robillard1-1/+1
2012-04-12Add Chunk to Forge's set of URIDs for convenience.David Robillard1-1/+1
2012-04-09Add missing URI defines.David Robillard1-1/+1
2012-04-06Working --no-plugins configure option.David Robillard1-6/+7
2012-04-06Configure successfully even if sub-projects (particularly eg-sampler) fail to.David Robillard1-1/+5
2012-04-06Tidy and improve documentation.David Robillard1-1/+2
2012-04-05Twiddle log extension class hierarchy a bit, and all log:Trace level.David Robillard1-1/+1
2012-03-26Remove individual extension pkg-config files and build scripts.David Robillard1-12/+45
2012-03-25Add pkgconfig file for all of LV2. David Robillard1-0/+9
2012-03-25Move people information in to a common place.David Robillard1-1/+2
2012-03-23Remove --experimental option and just always build everything.David Robillard1-3/+0
2012-03-23Update README, remove INSTALL.David Robillard1-1/+1
2012-03-23Sort extension index rows.David Robillard1-0/+2
2012-02-28Fix documentation links.David Robillard1-3/+1
2012-02-13Fix documentation linkes.David Robillard1-1/+1
2012-02-12Make top-level 'waf dist' generate necessary files so rdflib is not a build r...David Robillard1-0/+6
2012-02-11Move NEWS generation stuff up into autowaf.David Robillard1-5/+13
2012-02-09Move documentation building into waf.David Robillard1-1/+204