59 Commits (aaec227f3791c8690513a90aeec0e046a57f3258)

Author SHA1 Message Date
Owen Green 629ff6c8d7 Ensure FetchContent uses origin/main for flucoma-core 5 years ago
Owen Green 72eeb77c85 Remove references to manipulation repo and point to github for deps 5 years ago
Owen Green 8aa4184bcd Fix standard library selection on OS X
For test program compile during configure stage when targeting 10.8 from 
>=10.15
5 years ago
Owen Green 605e16cadc Fix setting of CMAKE_OSX_DEPLOYMENT_TAGRET 5 years ago
Owen Green 8b37813b43 Fix windows build errors by sandboxing new SendReply dependency
Deals with macro name clashes, and also better enacapsulates unfortunate 
dep on SC internals, as well as improving build times
5 years ago
Owen Green 503dc63d3c build: don't put 'test' or 'relwithdebinfo' config builds in subfolder 5 years ago
Owen Green d44a16859d Merge branch 'master' into clients/inter_client_comms 6 years ago
Owen Green 28b0537f91 Add Test build type 6 years ago
Owen Green 897fbb97ea Merge branch 'master' into clients/inter_client_comms 6 years ago
Owen Green e136045834 Update dependency paths and URLs 6 years ago
Owen Green 5e1a0e989c Further update to distribution license filename 6 years ago
Owen Green 875deadfd9 Update distribution license filename 6 years ago
Owen Green 795c78b96f Update CMake project name 6 years ago
Owen Green 289cf6381d Update macOS target to 10.8 6 years ago
Gerard bd7b2bfdb6 update macOS target to 10.8 for now 6 years ago
Owen Green c84a81a3bf Merge branch 'master' into clients/inter_client_comms 6 years ago
Owen Green 054af6b7fd fix install step for new Examples location 6 years ago
Owen Green 0cd62ce100 Try and do something less stpuid for non-superbuild install 6 years ago
Owen Green 5869bed149 Make explicit that for non-superbuild, plugins go to release-packaging/plugins for easier testing 6 years ago
Owen Green 0bb0cb79f3 Don't use source directory for staging built plugins in superbuild (they all overwrite each other) 6 years ago
Owen Green 3eb7d2f3fc What's that doing there? 6 years ago
Owen Green 6705c38884 Upon install, use different license file (from fluid decomposition, detailing dependencies) 6 years ago
Owen Green 848d787829 Change plugin output directory behaviour between normal and super- builds 6 years ago
Owen Green ce4d39549d Remove rogue message line 6 years ago
Owen Green 9f8e5f9e28 Add header block to cmake files 6 years ago
Owen Green ff04cc737f Add version message to all plugins (classes later) 6 years ago
Owen Green 06493ee1c3 Ensure 10.7 target on Mac 6 years ago
Owen Green cb673d205a and another install mistake 6 years ago
Owen Green 40b4fe2453 Install errors 6 years ago
Owen Green cbbea3f971 That'll be an actual variable then 6 years ago
Owen Green 91c99b94f4 Ensure wrapper is actually included, and a typo 6 years ago
Owen Green 3904590dbf Set CMake up for FetchContent 6 years ago
Owen Green 465dab6a82 CmakeLists / target_post.cmake: switch to using CMake Fetch for Fluid dependencies. Same syntax is possible, but will fall back to git clone in the absence of supplied cache args 6 years ago
Owen Green 1aaf244efb Cmake: Adding Fluid Manuipulation repo dependency the quick and dirty way 6 years ago
Owen Green 6f01eac39d Merge remote-tracking branch 'origin/master' into linux-build
# Conflicts:
#	CMakeLists.txt
#	scripts/target_post.cmake
7 years ago
weefuzzy 17ee677197 Acheivable warning level, AVX in release 7 years ago
Owen Green 34ee65ab77 Merge branch 'master' into refactor-windows
# Conflicts:
#	CMakeLists.txt
7 years ago
Owen Green 5d2f1772af GCC won't link hiss fft without -fPIC 7 years ago
Owen Green 9c5d2c6350 Merge branch 'master' into linux-build
# Conflicts:
#	CMakeLists.txt
7 years ago
Owen Green 1dc5b98410 Cmake changes 7 years ago
Alex Harker ded4b69f29 Typo in CMake error message 7 years ago
Owen Green f0e80270bf CMakeLists.txt: FFTLib compiling with GNU stdlib probably Not Good. Fix compiler switches (broken by quotes, but whyyyyy? But also wrong CMake command)
scripts/target_post.cmake: Use right CMake command for compiler goodness
7 years ago
Owen Green 5a6e7bab6c Unbreak release builds, but I don't understand why 7 years ago
Owen Green f0f71a479a Build HISSFFT locally as static lib, just once rather than once per object. Also we don't see its warnings any more
scripts/target_post.cmake
CMakeLists.txt
7 years ago
weefuzzy b4dac45e19 CMakeList: Sandbag Mac specific things, and be strict with quoting 7 years ago
Owen Green ebaab35bc9 Make sure objects can find local include files 7 years ago
Owen Green 4ee4d8edfa Remove spurious entries from CMakelists, sorry 7 years ago
Owen Green 4157c94929 Start of CMake changes
scripts/target_post.cmake
src/FluidTransients/CMakeLists.txt
CMakeLists.txt
7 years ago
Owen Green b091e48244 Add generic SC wrapper
include/FluidSCWrapper.hpp
CMakeLists.txt
7 years ago
Owen Green eb0e1c02af CMakeLists.txt: Change to C++14 7 years ago