1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00
JUCE/modules
reuk ee641f7baf VST2 Client: Avoid data race on appDelegate pointer
Previously, it was possible for the Timer destructor to run after the
last ScopeJuceInitialiser_GUI destructor, which meant that timer
callbacks could continue to be fired (via the appDelegate pointer) after
the static appDelegate instance had been destroyed.

With this change in place, we now ensure the Timer is destroyed before
the ScopedJuceInitialiser_GUI.
2024-10-21 21:54:30 +01:00
..
juce_analytics Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_animation Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_audio_basics Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_audio_devices Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_audio_formats Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_audio_plugin_client VST2 Client: Avoid data race on appDelegate pointer 2024-10-21 21:54:30 +01:00
juce_audio_processors AudioProcessor: Update documentation to make implementation requirements clearer for MIDI-related member functions 2024-10-21 12:28:56 +01:00
juce_audio_utils Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_box2d Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_core Core: Handle Windows Arm platform definition 2024-10-21 14:11:11 +01:00
juce_cryptography Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_data_structures Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_dsp DSP: Simplify processor definitions and add Windows Arm support 2024-10-21 14:11:11 +01:00
juce_events Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_graphics ShapedText: Apply the horizontal scaling to the extra kerning 2024-10-21 15:34:42 +02:00
juce_gui_basics PopupMenu: Adjust mouse interactions so that menu is only dismissed on mouseUp if the mouse has moved 2024-10-20 22:59:40 +01:00
juce_gui_extra Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_midi_ci Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_opengl Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_osc Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_product_unlocking Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_video Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
CMakeLists.txt Animation: Add juce_animation module 2024-04-16 17:43:21 +01:00