summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2022-11-18Fix utils/package-osx-bundles.sh for cmake buildsfalkTX
2022-09-10Add CLAP to macOS packagingfalkTX
2022-09-06Tweak valgrind suppression filefalkTX
2022-09-06Add mesa so to valgrind suppression filefalkTX
2022-09-05Rename plugin.vst to plugin.bundle as we use it for CLAP now toofalkTX
2022-09-05Start implementing CLAPfalkTX
2022-09-05Prepare stub to be used for clap and other implementationsfalkTX
2022-08-30Allow to use custom txt file for macOS installerfalkTX
2022-08-27res2c.py: generate unsigned char bytes, allow to set output folderfalkTX
2022-08-20Update valgrind suppression file, a few more libdl and xlib thingsfalkTX
2022-08-12Deal with _dl_allocate_tls mem leak of libdl in ubuntu 22.04falkTX
2022-08-02Create macOS app bundles for standalones with custom UIfalkTX
2022-06-19Make macOS installer allowed to install without rosetta2falkTX
2021-12-08Add steps to create a plugin as shared libraryfalkTX
2021-10-22Proper setup of macOS VST bundles after the recent changesfalkTX
2021-10-22Always follow symlinks when creating macOS packagefalkTX
2021-10-21Add new USE_VST2_BUNDLE makefile option, WIPfalkTX
2021-10-02VST3: Fix UI related issuesfalkTX
2021-10-01Fix a compiler warningfalkTX
2021-09-25Mention VST3 in cmakefalkTX
2021-09-25Add VST3 to CI and packaging scriptsfalkTX
2021-09-18Remove win32 specific vst3 exports from version filefalkTX
2021-09-18make: windows exports with def filesJean Pierre Cimalando
2021-09-18Have the macOS symbol in exp filesJean Pierre Cimalando
2021-09-18Enable runtime plugin tests againfalkTX
2021-09-18Start validating/testing pluginsfalkTX
2021-09-18Only export the needed symbols for plugins to workfalkTX
2021-09-18Use flags from base makefile to build lv2-generatorfalkTX
2021-09-05cmake: Generate the VST as a bundle on macOSJean Pierre Cimalando
2021-07-18Fix pkg scriptfalkTX
2021-07-18Add script to package macOS plugins as pkgfalkTX
2021-07-18Remove unused utilsfalkTX
2021-06-18Mute which output in generate-ttl.sh (#292)lucianoiam
2021-06-12Fix for realpath not being available on all systemsfalkTX
2021-06-10Fix running generate-ttl.sh outside of DPF dirfalkTX
2021-05-24Comment the LV2 TTL generatorJean Pierre Cimalando
2021-05-24Other fixes to enable msvc buildsJean Pierre Cimalando
2021-05-24Adapt lv2_ttl_generator for MS compatibilityJean Pierre Cimalando
2020-12-27Fix previous commitfalkTX
2020-12-27Allow to use EXE_WRAPPER as makefile optionfalkTX
2019-08-17Reorder some code and add stubs for HaikuOS supportfalkTX
2019-08-05Try to make utils/generate-vst-bundles.sh work anywherefalkTX
2019-08-01fixed macos vst buildfile errorsLuke Esquivel
2019-02-12Replace png2c with a more generic program (#131)JP Cimalando
2019-02-12Fix shebang on python scriptsfalkTX
2019-02-12Add png2c, embedder of images in PNG formatJP Cimalando
2019-02-08png2rgba: Support palette-based PNG files (#128)JP Cimalando
2019-01-07Adjustments for Cairo, and general cleanupfalkTX
2018-09-25Fix png2rgba.py to work with folders with dashesfalkTX
2018-05-20Handle paths with spaces when generating ttl (#46)Patrick Desaulniers