-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from falkTX/master
Update DPF and CI builds; Fixes and LTO optimization
- Loading branch information
Showing
26 changed files
with
101 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Submodule dpf
updated
12 files
+32 −0 | Makefile.base.mk | |
+15 −0 | Makefile.plugins.mk | |
+36 −20 | dgl/Makefile | |
+8 −0 | dgl/OpenGL.hpp | |
+1 −1 | dgl/src/NanoVG.cpp | |
+89 −0 | dgl/src/OpenGL.cpp | |
+147 −143 | dgl/src/nanovg/fontstash.h | |
+2 −2 | distrho/src/DistrhoPluginVST2.cpp | |
+26 −7 | distrho/src/DistrhoPluginVST3.cpp | |
+13 −0 | distrho/src/DistrhoPluginVST3.hpp | |
+1 −0 | distrho/src/DistrhoUIInternal.hpp | |
+7 −2 | distrho/src/DistrhoUIVST3.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../common/AbstractUI.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../common/AbstractUI.hpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.