Skip to content

Commit

Permalink
Upgrade surge submodule to include shared_ptr change
Browse files Browse the repository at this point in the history
Dealing with the OSX C++17 deficiency noted in #704 in
the rack docker build env
  • Loading branch information
baconpaul committed Jul 24, 2023
1 parent c8b1bfa commit 4797e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surge
Submodule surge updated 39 files
+13 −7 azure-pipelines.yml
+3 −0 libs/CLI11/CMakeLists.txt
+25 −0 libs/CLI11/LICENSE.txt
+2 −0 libs/CLI11/README.md
+9,190 −0 libs/CLI11/include/CLI11/CLI11.hpp
+4 −4 libs/LuaJitLib/build-fat-luajit.sh
+1 −1 libs/catch2_v3/CMakeLists.txt
+1 −1 libs/sst/sst-basic-blocks
+1 −34 scripts/installer_mac/make_installer.sh
+2 −2 src/CMakeLists.txt
+23 −0 src/cmake/lib.cmake
+4 −0 src/common/Parameter.cpp
+23 −6 src/common/SurgePatch.cpp
+4 −3 src/common/SurgeStorage.cpp
+5 −4 src/common/SurgeStorage.h
+29 −5 src/common/SurgeSynthesizer.cpp
+4 −2 src/common/SurgeSynthesizer.h
+8 −31 src/common/UnitConversions.h
+1 −1 src/common/dsp/effects/AudioInputEffect.h
+4 −4 src/surge-testrunner/UnitTestsFX.cpp
+21 −5 src/surge-xt/CMakeLists.txt
+25 −0 src/surge-xt/SurgeSynthEditor.cpp
+57 −10 src/surge-xt/SurgeSynthProcessor.cpp
+22 −6 src/surge-xt/SurgeSynthProcessor.h
+12 −0 src/surge-xt/cli/CMakeLists.txt
+335 −0 src/surge-xt/cli/cli-main.cpp
+54 −5 src/surge-xt/gui/SurgeGUIEditor.cpp
+149 −132 src/surge-xt/gui/SurgeGUIEditorHtmlGenerators.cpp
+6 −0 src/surge-xt/gui/SurgeGUIEditorKeyboardActions.h
+11 −3 src/surge-xt/gui/SurgeGUIEditorValueCallbacks.cpp
+7 −0 src/surge-xt/gui/SurgeJUCELookAndFeel.cpp
+1 −0 src/surge-xt/gui/SurgeJUCELookAndFeel.h
+10 −0 src/surge-xt/gui/overlays/Alert.h
+1 −3 src/surge-xt/gui/overlays/TuningOverlays.cpp
+16 −3 src/surge-xt/gui/widgets/MenuCustomComponents.cpp
+0 −83 src/surge-xt/osc/OSCSender.cpp
+0 −69 src/surge-xt/osc/OSCSender.h
+132 −13 src/surge-xt/osc/OpenSoundControl.cpp
+17 −8 src/surge-xt/osc/OpenSoundControl.h

0 comments on commit 4797e64

Please sign in to comment.