27 Commits (v2.6.5)

Author SHA1 Message Date
  Andrew Belt fbf4d91b05 Force `CMAKE_POLICY_VERSION_MINIMUM=3.5` for only GLEW and libarchive, not all Rack/plugin deps. Updating the Cmake policy version to support Cmake 4 should be the responsibility of each dep. 9 months ago
  Andrew Belt 75666e25ec Update to GLEW 2.2.0. Set Cmake minimum version 3.5 when building deps with Cmake. 10 months ago
  Andrew Belt 1fb9af25dc Include CXXFLAGS in build command for target. 1 year ago
  Andrew Belt 75f90aa95e Allow cross-compiling plugins by setting CROSS_COMPILE environment variable to a machine triplet. 3 years ago
  Andrew Belt 9407f0986b Fix dep Cmake variable when cross-compiling Rack plugins. 3 years ago
  Andrew Belt a053c4bbad Fix dep build on Mac arm64. Update speexdsp to git submodule. 3 years ago
  Andrew Belt dff713f33f Only generate MSYS Makefiles in MSYS shell, not when cross-compiling for Windows. 3 years ago
  Andrew Belt cd71d926e4 Compile with -march=nehalem. Remove -std=c11 for C files because it causes M_PI, M_SQRT2, etc to not be defined. 4 years ago
  Andrew Belt 257a2e1dd2 Compile dep for Mac 10.9+. 4 years ago
  Andrew Belt 8ecbacee29 Use sed instead of perl for replacements in Makefile. 4 years ago
  Andrew Belt 2a1a8c90de Compile dependencies with -fPIC so we can statically link them in a shared library. 6 years ago
  Andrew Belt 690a2dbc21 Create dep/ folder when dep.mk is included. 6 years ago
  Andrew Belt 45168562a7 Use --host=$(MACHINE) instead of --build=<hard coded triple> 6 years ago
  Andrew Belt f521680856 Add --build to configure scripts in dep.mk. 6 years ago
  Andrew Belt 93bf107d37 Add SED to dep.mk 6 years ago
  Andrew Belt b87f2e6dc8 Create DEP_LOCAL automatically in dep.mk. Document Plugin and Model fields. 7 years ago
  Andrew Belt 278c9dd387 Disable OpenMP on Mac 7 years ago
  Andrew Belt bbc5106c00 Fix SHA256 function in dep.mk 7 years ago
  Andrew Belt 01c4a24ca8 Update many dep libraries. Add SHA256 checking to dep downloads. 7 years ago
  Andrew Belt f33b42a3de Compute DEP_PATH in dep.mk without checking whether the directory 7 years ago
  Andrew Belt fdce2724d4 Add pffft and fftpack to Rack 7 years ago
  Andrew Belt 08769ea745 Switch from curl to wget for building deps 7 years ago
  Andrew Belt 03c14d5bb6 Make `dep` an order-only target of all objects 7 years ago
  Andrew Belt 8d6dccd545 Tweak README 7 years ago
  Andrew Belt 367086056d Fix Makefile variable name collision 8 years ago
  Andrew Belt 7e6855c584 Improve structure of dep building 8 years ago
  Andrew Belt 3a3960a7f4 Require RACK_DIR, VERSION, and SLUG in Makefile, refactor dep build 8 years ago