aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2018-09-22Install standard headers to simpler include pathsDavid Robillard1-83/+90
2018-09-22Include waf sources and fix build with Python 3.7David Robillard1-33/+30
2018-04-21Install lv2_util.h for use by third-party codeTimo Wischer1-4/+6
2018-04-21Allow build date to be overridden for reproducible documentationBernhard M. Wiedemann1-1/+3
See https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable.
2018-01-05Upgrade to waf 2.0.4David Robillard1-7/+5
2017-03-20Add patch:context propertyDavid Robillard1-1/+1
2017-02-08Add lv2_validate utilityDavid Robillard1-3/+11
2016-10-19Add state:StateChanged for notification eventsRobin Gareus1-1/+1
2016-10-14Simplify command line use of lv2specgenDavid Robillard1-4/+5
2016-10-14Build book last to increase parallelismDavid Robillard1-3/+4
2016-10-04Add patch:accept propertyDavid Robillard1-1/+1
2016-09-29Call lv2specgen as a separate processDavid Robillard1-146/+16
This speeds up builds with documentation significantly by allowing lv2specgen.py to be called in parallel, and makes lv2specgen a more reusable tool for third-party specifications.
2016-09-19LV2 1.14.0v1.14.0David Robillard1-1/+1
2016-09-05Fix bundle installation directoryDavid Robillard1-4/+4
2016-09-05Fix test suiteDavid Robillard1-2/+2
2016-08-10Add target to generate news posts for PelicanDavid Robillard1-12/+40
2016-08-08Generate NEWS for development treeDavid Robillard1-2/+6
2016-07-31Add lv2_features_data() and lv2_features_query()David Robillard1-1/+1
This adds a new header lv2/lv2plug.in/ns/lv2core/lv2_util.h for utility functions useful with core LV2.
2015-10-05Always copy headers if specifiedDavid Robillard1-1/+1
2015-10-04Clean up waf test outputDavid Robillard1-2/+2
2015-10-04Add option to avoid the use of gcovDavid Robillard1-1/+5
2015-09-09Add bufsz:nominalBlockLengthDavid Robillard1-1/+1
2015-04-07LV2 1.12.0v1.12.0David Robillard1-1/+1
2015-04-01Install schema bundle for host/utility support.David Robillard1-0/+4
2015-03-07Use current date if building non-release docs.David Robillard1-0/+4
2015-03-06Add preset banks.David Robillard1-1/+1
2015-02-20Clean up whitespace.David Robillard1-1/+1
2015-02-18Revert "Add preliminary C++ work."David Robillard1-9/+0
This reverts commit 9b4b2b68f50db95da7d63a62a8ebee90be58da58.
2015-02-18Add preliminary C++ work.David Robillard1-0/+9
2015-02-08Add patch:Copy method.David Robillard1-1/+1
2015-01-25Upgrade to r100/autowaf.David Robillard1-0/+2
2014-11-26Add link to spec index on spec pages.David Robillard1-1/+9
2014-11-25Fix building documentation from clean repository.David Robillard1-29/+21
2014-11-25Single-page API documentation with unified style.David Robillard1-3/+26
2014-11-01Fix merging of version histories in specification documentation.David Robillard1-2/+1
2014-08-08LV2 1.10.0David Robillard1-1/+1
2014-08-08Order history entries by date.David Robillard1-8/+9
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
atom: Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease backwards compatibility. atom: Add lv2_atom_forge_key() for terser object writing. patch: Add patch:sequenceNumber for associating replies with requests. lv2specgen: Display deprecated warning on classes marked owl:deprecated.
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