aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/wscript
AgeCommit message (Collapse)AuthorFilesLines
2022-07-17Switch to meson build systemDavid Robillard1-64/+0
2019-11-10Simplify plugin building and set up source tree run environmentDavid Robillard1-13/+7
This sets up LV2_PATH in waf tests so that tests can use specifications and plugins from the source tree without installing.
2019-10-17Set Gtk as a system dependency to suppress warningsDavid Robillard1-1/+4
2019-10-17Update autowafDavid Robillard1-5/+3
2019-04-21Fix building within a recursive projectDavid Robillard1-12/+3
2019-03-17Update autowaf and adapt to new APIDavid Robillard1-4/+0
2018-01-05Upgrade to waf 2.0.4David Robillard1-4/+3
2016-09-05Fix bundle installation directoryDavid Robillard1-0/+2
2015-02-20Clean up whitespace.David Robillard1-1/+1
2015-02-20Fix UI compilation.David Robillard1-1/+1
2014-11-25Link math library where required.David Robillard1-2/+3
2014-08-06Order book chapters in build script rather than by bundle name.David Robillard1-0/+80
2013-02-11Order examples in a sensible progression for the book.David Robillard1-80/+0
2013-01-08Revert prematurely incremented version.David Robillard1-1/+1
2013-01-08Add logger convenience API.David Robillard1-1/+1
2012-08-08Move MSVC C99 gunk into autowaf.David Robillard1-5/+1
2012-08-08Tidy up wscript files.David Robillard1-5/+5
2012-08-05Use shiny/odd/portable new subst ability to copy files.David Robillard1-1/+2
2012-08-02Clean up wscript files and use a simpler method of chopping 'lib' prefix.David Robillard1-19/+11
2012-06-14Remove unnecessary imports.David Robillard1-3/+0
2012-04-17Compile as C++ in MSVC.David Robillard1-4/+6
2012-04-06Use a smaller and freely licensed default sample.David Robillard1-1/+1
2012-04-05Twiddle log extension class hierarchy a bit, and all log:Trace level.David Robillard1-13/+3
Use log extension in eg-sample if available.
2012-03-23Remove unused check for mlock.David Robillard1-5/+0
2012-03-23Add worker extension to remove thread stuff from plugins.David Robillard1-3/+5
2012-03-16Update for patch extension.David Robillard1-2/+2
2012-03-04Fix configure output justification.David Robillard1-1/+0
2012-02-16Implement real-time safe sample loading.David Robillard1-1/+6
2012-02-09Portability fixes (plugins work on OSX).David Robillard1-5/+12
2012-02-09Add message extension.David Robillard1-2/+4
2012-02-09Fix incorrect 'include' property typo.David Robillard1-4/+4
2012-02-08Build example plugins as part of whole tree build (against included headers).David Robillard1-9/+17
2011-11-07Fix crash on instantiation.David Robillard1-4/+7
Switch to state extension from persist extension. Correctly mark up features and extension data. Check for extensions using pkgconfig.
2011-11-06Use new urid and atom extensions instead of uri-map and event.David Robillard1-6/+5
2011-10-10Remove lv2configDavid Robillard1-0/+12
2011-07-07Add stub LV2 persist support to sampler plugin.David Robillard1-0/+3
2011-07-07Add sampler example pluginDavid Robillard1-0/+67