1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
JUCE/modules
Anthony Nicholls 590795d3b5 Timer: Stop the timer thread on shutdown to prevent a potential hang on windows
This commit reverts the previous commit as it introduced a regression.
On windows when exit is called on a dll it forcibly kills any threads
still running before destroying any static objects. This means if a
Timer object is static the timer thread will be killed. Later when the
static object is destroyed it will wait for the thread to exit, which
because the OS forcibly killed it will never come true.
2024-05-21 20:55:36 +01:00
..
juce_analytics Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_audio_basics AU Client: Suppress EnumCastOutOfRange Clang Analyzer warning 2024-04-25 19:02:15 +01:00
juce_audio_devices CoreAudio: Allow non-combined devices to restart successfully 2024-05-09 19:34:08 +01:00
juce_audio_formats Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_audio_plugin_client AU Client: Suppress EnumCastOutOfRange Clang Analyzer warning 2024-04-25 19:02:15 +01:00
juce_audio_processors Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_audio_utils AudioDeviceSelector: Fix a bug with the input and output device selectors 2024-05-02 18:07:00 +01:00
juce_box2d Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_core Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_cryptography Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_data_structures Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_dsp Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_events Timer: Stop the timer thread on shutdown to prevent a potential hang on windows 2024-05-21 20:55:36 +01:00
juce_graphics Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_gui_basics VBlankDispatcher: Ensure the result of CreateDXGIFactory is non-null before use 2024-04-25 19:02:15 +01:00
juce_gui_extra Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_midi_ci Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_opengl Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_osc Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_product_unlocking Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
juce_video Bump version number to 7.0.12 2024-04-15 10:27:43 +01:00
CMakeLists.txt MIDI-CI: Add module 2023-10-31 11:46:49 +00:00