summaryrefslogtreecommitdiff
path: root/plugin.mk
AgeCommit message (Expand)Author
2022-12-16Use plugin-CPU.EXT filename for plugin binary on non-x64 CPUs, so multiple bi...Andrew Belt
2022-10-25Change Makefile variables ARCH_OS_NAME to ARCH_OS, ARCH_NAME to ARCH_CPU, and...Andrew Belt
2022-09-14Define ARCH_FULL_NAME in arch.mk. Use "mac_arm64" in dist filenames on Mac ar...Andrew Belt
2021-11-11Set rpath of plugin library to /tmp/Rack2 on Linux.Andrew Belt
2021-11-11Link to the absolute path /tmp/Rack2/libRack.<ext>. Create a symlink at /tmp/...Andrew Belt
2021-10-07Use INSTALL_NAME_TOOL and OTOOL environment variables in plugin makefile on Mac.Andrew Belt
2021-09-27Add plugin linking notes to plugin.mk.Andrew Belt
2021-09-26Statically link libgcc on Linux.Andrew Belt
2021-09-24Refactor arch.mk.Andrew Belt
2021-09-23Use Makefile wildcard for presets/ dir in helper.py, since the dir is optiona...Andrew Belt
2021-09-18Use rsync for copying dist files. Add presets/ dir to generated Makefile in h...Andrew Belt
2021-09-08Change user dir to Rack2. Remove "-v2" from user subdirs.Andrew Belt
2021-07-30Switch back from "." to "-" to separate parts in dist archives.Andrew Belt
2021-07-10Use . instead of - to separate plugin package filename elementsAndrew Belt
2021-05-30Add ZSTD_COMPRESSION_LEVEL variable to plugin.mkAndrew Belt
2021-02-01Move libRack.dylib to Resources folder in Mac bundle. Use rpath for plugin bu...Andrew Belt
2021-01-31Use @executable_path for libRack.dylib for plugins on Mac. This is a hack tha...Andrew Belt
2021-01-19Quote RACK_USER_DIR in plugin makefile.Andrew Belt
2021-01-18Don't link libstdc++ statically on Mac because it uses libc++ instead.Andrew Belt
2020-10-12Fix bug in resolving paths in system::unarchiveFolder().Andrew Belt
2020-04-01Fix build on Mac.Andrew Belt
2020-04-01Repair build on Windows.Andrew Belt
2020-04-01Use -rpath=. for plugins. Set cwd when loading plugins.Andrew Belt
2020-04-01Compile plugins with -fno-gnu-unique.Andrew Belt
2020-04-01Update plugin installation path.Andrew Belt
2019-10-20Remove quotes from SLUG and VERSION in plugin Makefile, but add them back whe...Andrew Belt
2019-06-11Clean up types in dsp/window.hpp. Fix createModel() in helpers.hpp if a membe...Andrew Belt
2019-06-05Most most of plugin/model validation to fromJson.Andrew Belt
2019-06-05Copy DISTRIBUTABLES relative to plugin directory.Andrew Belt
2019-05-22Fix ModuleBrowser brand and tag list filtering.Andrew Belt
2019-05-17Include helper.py in SDKAndrew Belt
2019-05-16Add Widget::addChildBottom(). Change ModuleWidget::setPanel behavior. Improve...Andrew Belt
2019-05-13Attempt to link to glibc 2.23 for plugins.Andrew Belt
2019-05-11Add codesigning on Mac. Silently fail if settings.json is not found when loaded.Andrew Belt
2019-02-13Check for SLUG and VERSION when compiling plugin.Andrew Belt
2019-02-05Make Windows build link to libstdc++ etc.Andrew Belt
2019-01-29Create `plugin::` namespaceAndrew Belt
2019-01-21Allow param data entry in context menu. Don't allow nested FramebufferWidget ...Andrew Belt
2018-12-19Parse plugin metadata from plugin.jsonAndrew Belt
2018-06-26Prefix comments in Makefile targets with @ to disable printingAndrew Belt
2018-06-25Revert "Remove need for libRack.a. Now SDK can be built cross-platform, woohoo!"Andrew Belt
2018-06-25Remove need for libRack.a. Now SDK can be built cross-platform, woohoo!Andrew Belt
2018-06-04Add ARCH_* to arch.mkAndrew Belt
2018-05-26Add `make install` to plugin.mk for automatically installing plugins toAndrew Belt
2018-04-02Use generic strip in MakefilesAndrew Belt
2018-03-28Mac build: Fix openssl linking, binary strippingv0.6.0Andrew Belt
2018-03-25Make `dep` an order-only target of all objectsAndrew Belt
2018-03-23Small build system tweaksAndrew Belt
2018-03-21Fix stripping on MacAndrew Belt
2018-03-21Improve structure of dep buildingAndrew Belt