Commit 0ad3de6
committed
Update all deps
Signed-off-by: falkTX <[email protected]>1 parent cccc451 commit 0ad3de6
File tree
6 files changed
+6
-6
lines changed- src
6 files changed
+6
-6
lines changed- .github/workflows/build.yml+48-6
- .github/workflows/cmake.yml+33-53
- CMakeLists.txt+3-3
- LICENSE+1-1
- Makefile.base.mk+23-25
- Makefile.plugins.mk+117-51
- cmake/DPF-plugin.cmake+86-18
- dgl/Application.hpp+18-1
- dgl/Base.hpp+4
- dgl/Cairo.hpp+3-4
- dgl/Color.hpp+12-1
- dgl/Geometry.hpp+9-9
- dgl/Image.hpp+10-6
- dgl/Makefile+76
- dgl/OpenGL-include.hpp+6
- dgl/OpenGL.hpp+140-17
- dgl/Window.hpp+9-6
- dgl/src/Application.cpp+8-3
- dgl/src/ApplicationPrivateData.cpp+5-15
- dgl/src/ApplicationPrivateData.hpp+8-5
- dgl/src/Cairo.cpp+96-52
- dgl/src/Color.cpp+9-1
- dgl/src/EventHandlers.cpp+1-8
- dgl/src/Geometry.cpp+2
- dgl/src/Layout.cpp+10-6
- dgl/src/NanoVG.cpp+6-1
- dgl/src/OpenGL.cpp+35-562
- dgl/src/OpenGL2.cpp+585
- dgl/src/OpenGL3.cpp+1.0k
- dgl/src/Stub.cpp+86-35
- dgl/src/TopLevelWidgetPrivateData.cpp-5
- dgl/src/TopLevelWidgetPrivateData.hpp-1
- dgl/src/Vulkan.cpp+86-10
- dgl/src/Window.cpp+39-36
- dgl/src/WindowPrivateData.cpp+44-29
- dgl/src/WindowPrivateData.hpp+5-1
- dgl/src/nanovg/nanovg_gl.h+24-20
- dgl/src/pugl-extra/haiku.cpp+1-1
- dgl/src/pugl-extra/wasm.c+93-35
- dgl/src/pugl-upstream+1-1
- dgl/src/pugl.cpp+91-122
- dgl/src/pugl.hpp+3-6
- distrho/DistrhoInfo.hpp+18
- distrho/DistrhoPluginMain.cpp+3-4
- distrho/DistrhoUI.hpp+15-19
- distrho/DistrhoUIMain.cpp+5
- distrho/extra/ChildProcess.hpp+33-10
- distrho/extra/RingBuffer.hpp+6-2
- distrho/extra/ScopedPointer.hpp+5
- distrho/extra/String.hpp+51-56
- distrho/extra/WebViewWin32.hpp+1-1
- distrho/src/DistrhoPluginCLAP.cpp+9-6
- distrho/src/DistrhoPluginJACK.cpp+1-1
- distrho/src/DistrhoPluginLV2export.cpp+17
- distrho/src/DistrhoPluginMAPI.cpp+169
- distrho/src/DistrhoPluginVST2.cpp+6-5
- distrho/src/DistrhoUI.cpp+3-3
- distrho/src/DistrhoUIInternal.hpp+6-5
- distrho/src/DistrhoUILV2.cpp+16-12
- distrho/src/DistrhoUIPrivateData.hpp+58-13
- distrho/src/DistrhoUIVST3.cpp+3-2
- distrho/src/DistrhoUtils.cpp+8-3
- distrho/src/jackbridge/JackBridge.cpp+28-17
- distrho/src/jackbridge/NativeBridge.hpp+46-20
- distrho/src/jackbridge/RtAudioBridge.hpp+29-5
- distrho/src/jackbridge/WebBridge.hpp+47-44
- distrho/src/mapi/mapi.h+82
- tests/Application.cpp+2-6
- tests/Base64.cpp+36
- tests/Color.cpp+2-5
- tests/Demo.cpp+9-4
- tests/FileBrowserDialog.cpp+5-3
- tests/Makefile+38-21
- tests/NanoImage.cpp+5-3
- tests/NanoSubWidgets.cpp+5-3
- tests/Point.cpp+2-6
- tests/Window.cpp+4-10
- tests/dgl.cpp+44
- tests/tests.hpp+8-5
- utils/emscripten.html.in+203
- utils/package-osx-bundles.sh+19-2
- utils/symbols/mapi.def+6
- utils/symbols/mapi.exp+5
- utils/symbols/mapi.version+4
- utils/symbols/shared.def-2
- utils/symbols/shared.exp-1
- utils/symbols/shared.version-4
Submodule mod-host updated from 09da3d9 to 780779e
Submodule mod-midi-merger updated from ee60301 to db24bd7
Submodule mod-plugin-builder updated from 9990804 to 547dd27
Submodule mod-ui updated from 4ee3723 to 3265d63
0 commit comments