This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Sync JUCE with DISTRHO, move mingw-std-threads into modules/
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX
5 years ago
parent
d932f5aa61
commit
dbf012dc42
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
9 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
source/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
+1
-1
source/modules/juce_core/threads/juce_WaitableEvent.h
+0
-0
source/modules/mingw-std-threads/LICENSE
+0
-0
source/modules/mingw-std-threads/README.md
+0
-0
source/modules/mingw-std-threads/mingw.condition_variable.h
+0
-0
source/modules/mingw-std-threads/mingw.invoke.h
+0
-0
source/modules/mingw-std-threads/mingw.mutex.h
+0
-0
source/modules/mingw-std-threads/mingw.shared_mutex.h
+0
-0
source/modules/mingw-std-threads/mingw.thread.h
+ 0
- 3
source/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
View File
@@ -56,9 +56,6 @@ JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4355)
#ifndef WM_APPCOMMAND
#define WM_APPCOMMAND 0x0319
#endif
extern "C" void _fpreset();
extern "C" void _clearfp();
#elif ! JUCE_WINDOWS
static void _fpreset() {}
static void _clearfp() {}
+ 1
- 1
source/modules/juce_core/threads/juce_WaitableEvent.h
View File
@@ -21,7 +21,7 @@
*/
#if JUCE_MINGW
#include "
../../hylia/
mingw-std-threads/mingw.condition_variable.h"
#include "mingw-std-threads/mingw.condition_variable.h"
#endif
namespace juce
source/modules/hylia/mingw-std-threads/LICENSE → source/modules/mingw-std-threads/LICENSE
View File
source/modules/hylia/mingw-std-threads/README.md → source/modules/mingw-std-threads/README.md
View File
source/modules/hylia/mingw-std-threads/mingw.condition_variable.h → source/modules/mingw-std-threads/mingw.condition_variable.h
View File
source/modules/hylia/mingw-std-threads/mingw.invoke.h → source/modules/mingw-std-threads/mingw.invoke.h
View File
source/modules/hylia/mingw-std-threads/mingw.mutex.h → source/modules/mingw-std-threads/mingw.mutex.h
View File
source/modules/hylia/mingw-std-threads/mingw.shared_mutex.h → source/modules/mingw-std-threads/mingw.shared_mutex.h
View File
source/modules/hylia/mingw-std-threads/mingw.thread.h → source/modules/mingw-std-threads/mingw.thread.h
View File
Write
Preview
Loading…
Cancel
Save