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
commit
dbf012dc42
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
9 changed files with 1 additions and 4 deletions
  1. +0
    -3
      source/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
  2. +1
    -1
      source/modules/juce_core/threads/juce_WaitableEvent.h
  3. +0
    -0
      source/modules/mingw-std-threads/LICENSE
  4. +0
    -0
      source/modules/mingw-std-threads/README.md
  5. +0
    -0
      source/modules/mingw-std-threads/mingw.condition_variable.h
  6. +0
    -0
      source/modules/mingw-std-threads/mingw.invoke.h
  7. +0
    -0
      source/modules/mingw-std-threads/mingw.mutex.h
  8. +0
    -0
      source/modules/mingw-std-threads/mingw.shared_mutex.h
  9. +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


Loading…
Cancel
Save