summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2022-12-27Bump version.v2.2.2Andrew Belt
2022-12-18Use -load_hidden on Mac to hide library symbols.Andrew Belt
2022-12-18Apple ld doesn't support --exclude-libs so don't use this flag.Andrew Belt
2022-12-15Exclude libarchive from exported libraries in libRack.Andrew Belt
2022-12-15Don't export symbols from zstd, rtaudio, and rtmidi in libRack.Andrew Belt
2022-12-07Bump version. Update changelog.v2.2.1Andrew Belt
2022-11-25Add "install" and "uninstall" targets in MakefileAndrew Belt
2022-11-23Bump version.v2.2.0Andrew Belt
2022-11-23Makefile: Fix DIST_NAME and DIST_SDK quotes.Andrew Belt
2022-11-17Use git tag to get version in Makefile.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
2022-09-14Fix dep build on Mac arm64. Update speexdsp to git submodule.Andrew Belt
2022-09-12Move tinyexpr to submodule.Andrew Belt
2022-09-09Remove screenshot Makefile target.Andrew Belt
2022-09-09Revert e87f83aba9610aec6524e3756451046bb52a53eeAndrew Belt
2022-09-01Move target and standalone target binaries to build/.Andrew Belt
2022-08-12Makefile: Separate standalone adapter variables from Rack build variables.Andrew Belt
2022-08-01Run cleandist target before dist in Makefile.Andrew Belt
2022-07-04Bump version. Update changelog.v2.1.2Andrew Belt
2022-05-21Bump version. Update changelog.v2.1.1Andrew Belt
2022-02-26Bump version.v2.1.0Andrew Belt
2022-01-21Reduce stack size of standalone adapter to 1MiB on Windows.Andrew Belt
2022-01-15Reduce verbosity of staple validate on Mac.Andrew Belt
2022-01-15Bump version. Update changelog.v2.0.6Andrew Belt
2022-01-01Update changelog and bump version.v2.0.5Andrew Belt
2021-12-18Add cleandep target to Makefile.v2.0.4Andrew Belt
2021-12-18Update changelog. Bump version.Andrew Belt
2021-12-18Remove ZIP distributable on Windows.Andrew Belt
2021-12-11Switch from gtk3 to zenity for osdialog on Linux.Andrew Belt
2021-12-09Bump version. Update changelog.v2.0.3Andrew Belt
2021-12-06Bump version. Update changelog.v2.0.2Andrew Belt
2021-12-02Bump version. Update changelog.v2.0.1Andrew Belt
2021-11-30Bump version.Andrew Belt
2021-11-28Bump version. Update Core manifest.Andrew Belt
2021-11-24Add "Free" to dist filename.Andrew Belt
2021-11-24Add "Free" name to distribution, window title, and tip window.Andrew Belt
2021-11-19Bump version.Andrew Belt
2021-10-29Add -framework SystemConfiguration on Mac since curl now calls SCDynamicStore...Andrew Belt
2021-10-29Upgrade curl and openssl. Compile OpenSSL with no-pinshared.Andrew Belt
2021-10-17Switch from ZIP to PKG installer on Mac.Andrew Belt
2021-10-09Build and link PulseAudio on Linux.Andrew Belt
2021-10-02Strip libRack for SDK build.Andrew Belt
2021-09-29Add libRack to Rack SDK on Linux and Mac.Andrew Belt
2021-09-26Switch back to linking direct libRack.so/dylib/dll path. ReorderAndrew Belt
2021-09-26Use -L. -lRack in standalone target for linking with libRack rather than addi...Andrew Belt
2021-09-25Static link standalone adapter on Linux.Andrew Belt
2021-09-25Statically link libstdc++ and libgcc on Linux.Andrew Belt
2021-09-25Pass VERSION macro to src/common.cpp only.Andrew Belt
2021-09-25Remove EDITION from dist names.Andrew Belt