summaryrefslogtreecommitdiff
path: root/Makefile.plugins.mk
AgeCommit message (Expand)Author
2022-09-06Fix buildfalkTX
2022-09-06Fix a typofalkTX
2022-09-06Make sure to tell plugin about CLAP UI param changesfalkTX
2022-09-05Rename plugin.vst to plugin.bundle as we use it for CLAP now toofalkTX
2022-09-05Use proper clap filename targetfalkTX
2022-09-05Start implementing CLAPfalkTX
2022-09-05Prepare stub to be used for clap and other implementationsfalkTX
2022-08-02Fix last commitfalkTX
2022-08-02Create macOS app bundles for standalones with custom UIfalkTX
2022-07-27A few more tweaks for native-audio standalone, allow forcingfalkTX
2022-07-22Make RtAudio capture opt-in, add MIDI inputfalkTX
2022-07-15Remove wrong macro for macOS build, was unused anywayfalkTX
2022-07-11Rework native audio standalone fallback code, add full wasm stufffalkTX
2022-07-09Allow to redirect Runner emscript calls, needed for exceptionsfalkTX
2022-07-09Always build wasm standalones with -sMAIN_MODULEfalkTX
2022-07-06Automatically set a few flags on wasmfalkTX
2022-07-04Set VST3 filename for wasm buildsfalkTX
2022-07-04Get all plugins to build for wasmfalkTX
2022-07-03More wasm related things, generating "standalones"falkTX
2022-07-02wasm and egl/gles related thingsfalkTX
2022-06-02CleanupfalkTX
2022-06-02Fix buildfalkTX
2022-06-02Cleanup makefilefalkTX
2022-04-12Fix missing EXTRA_LIBS in separate lv2 targetsfalkTX
2022-03-28Fix make cleanfalkTX
2022-03-15Fix vst3 filename for 32bit windowsfalkTX
2022-03-12Really fix static build for standalonefalkTX
2022-03-07Add static plugin targetfalkTX
2022-01-12Fix LTO link flags, experiment with static buildsfalkTX
2022-01-09Add opengl3 as a possible build typefalkTX
2021-12-08Add steps to create a plugin as shared libraryfalkTX
2021-10-28Use the more compat DirectSound as JACK fallback on WindowsfalkTX
2021-10-22Proper setup of macOS VST bundles after the recent changesfalkTX
2021-10-21Add new USE_VST2_BUNDLE makefile option, WIPfalkTX
2021-10-21Fix build after latest changesfalkTX
2021-10-17CleanupfalkTX
2021-10-15Put EXTRA_LIBS in compiler command instead of object listfalkTX
2021-10-13Use EXTRA_DEPENDENCIES instead of EXTRA_LIBS in a few placesfalkTX
2021-10-07Make plugin objects depend on EXTRA_LIBS, add *.m/*.mm targetsfalkTX
2021-10-07Allow to define EXTRA_LIBS for plugin targetsfalkTX
2021-10-07Revert "Do not restrict symbols if DEBUG or SKIP_STRIPPING enabled"falkTX
2021-10-06Do not restrict symbols if DEBUG or SKIP_STRIPPING enabledfalkTX
2021-10-01VST3: Implement view timer handler, hook into host run loopfalkTX
2021-09-24Do not set exported symbols list if building under DEBUGfalkTX
2021-09-23Continue VST3 testing, UI shows upfalkTX
2021-09-23More work towards VST3, main class starts to take shapefalkTX
2021-09-22Put the runtime checks behind a DPF_RUNTIME_TESTING macrofalkTX
2021-09-19Reduce amount of Plugin pure virtual methods, use runtime warningsfalkTX
2021-09-18make: windows exports with def filesJean Pierre Cimalando
2021-09-18Have the macOS symbol in exp filesJean Pierre Cimalando