summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-27Bump version.v2.2.2Andrew Belt
2022-12-27Revise doc comments for audio::Device methods.Andrew Belt
2022-12-26Update changelog.Andrew Belt
2022-12-24Clear audio output in Device before Ports process buffers.Andrew Belt
2022-12-24Don't require Rosetta to run Mac ARM64 installer.Andrew Belt
2022-12-20Revise tip window messages.Andrew Belt
2022-12-19Increase minimum window size.Andrew Belt
2022-12-19Move app name, version, and arch from Help menu to menu bar.Andrew Belt
2022-12-18Add APP_OS_NAME and APP_CPU_NAME. Display OS and CPU in Help menu.Andrew Belt
2022-12-18Remove Window::activateContext().Andrew 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-16Add *.dylib/dll/so to gitignore generated by helper.py.Andrew Belt
2022-12-16Use plugin-CPU.EXT filename for plugin binary on non-x64 CPUs, so multiple bi...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-15Add doc commentsAndrew Belt
2022-12-12Use x64 intrinsic header on x64, instead of simde since conflicts with plugin...Andrew Belt
2022-12-12Split APP_ARCH to APP_OS and APP_CPU.Andrew Belt
2022-12-12Add long arguments with getopt_long().Andrew Belt
2022-12-10Revert "Allow simde to define _mm_loadu_epi8()."Andrew Belt
2022-12-10Allow simde to define _mm_loadu_epi8().Andrew Belt
2022-12-07Bump version. Update changelog.v2.2.1Andrew Belt
2022-11-29Add space to "Core Audio" audio driver name.Andrew Belt
2022-11-29Add WIP changelog for Rack 2.2.1.Andrew Belt
2022-11-28Allow cross-compiling plugins by setting CROSS_COMPILE environment variable t...Andrew Belt
2022-11-28Use more readable syntax for checking "aarch64" and "arm64" CPUs.Andrew Belt
2022-11-28Parse "aarch64" in machine triplet as ARM64, to allow compiling on Linux ARM64.Andrew Belt
2022-11-25Add "install" and "uninstall" targets in MakefileAndrew Belt
2022-11-24Fix spelling error in changelog.Andrew Belt
2022-11-23Tweak punctuation in changelog.Andrew Belt
2022-11-23Bump version in Core manifest.Andrew Belt
2022-11-23Add simde license.Andrew Belt
2022-11-23Bump version.v2.2.0Andrew Belt
2022-11-23Merge branch 'v2' of github.com:VCVRack/Rack-private into v2Andrew Belt
2022-11-23Makefile: Fix DIST_NAME and DIST_SDK quotes.Andrew Belt
2022-11-23Revise changelog.Andrew Belt
2022-11-23Update changelog for 2.2.0.Andrew Belt
2022-11-22Remove unused Window variable.Andrew Belt
2022-11-18Update fuzzysearchdatabase and tweak Module Browser search.Andrew Belt
2022-11-17Use git tag to get version in Makefile.Andrew Belt
2022-11-16Add plugin slug fallback for "DelexandraVol1".Andrew Belt
2022-11-11Make simple random state global instead of thread-local.Andrew Belt
2022-11-11Clear output audio only if no Ports are subscribed to Device.Andrew Belt
2022-11-06Fix /download URL "arch" argument.Andrew Belt
2022-11-05Remove "v" from all version messages.Andrew Belt
2022-11-05Merge APP_OS variable into APP_ARCH.Andrew Belt
2022-11-04Use "-" instead of "_" in ARCH_NAME Makefile variable and package names.Andrew Belt
2022-11-02Use 16 MIDI loopback devices instead of 1.Andrew Belt
2022-11-02Refactor MenuLabel frame rate math in MenuBar.Andrew Belt