1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules
reuk 5a19a7c8e8 IPC: Fix potential deadlock in win32 NamedPipe implementation
We use a manual-reset event rather than an auto-reset event to cancel IO
on the pipe. This avoids unlucky cases where new IO would start just
after signalling the event and would block indefinitely while waiting on
the newly-unsignalled event.
2020-11-25 12:50:44 +00:00
..
juce_analytics Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_audio_basics MidiFile: Make file-reading more robust 2020-10-23 15:50:47 +01:00
juce_audio_devices CoreAudio: Fixed a data race on isWaitingForInput in DeviceWrapper 2020-11-03 17:07:47 +00:00
juce_audio_formats Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_audio_plugin_client Fixed some compiler warnings 2020-11-03 14:01:49 +00:00
juce_audio_processors PluginList: Fix revealing plugins 2020-10-29 15:53:33 +00:00
juce_audio_utils Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_blocks_basics Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_box2d Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_core IPC: Fix potential deadlock in win32 NamedPipe implementation 2020-11-25 12:50:44 +00:00
juce_cryptography Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_data_structures Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_dsp DSP: Fix typo in Convolution docs 2020-11-16 10:14:54 +00:00
juce_events IPC: Prevent disconnection while a read is in progress 2020-11-16 20:13:46 +00:00
juce_graphics Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_gui_basics Avoid drawing TextEditor "empty" text when it isn't visible 2020-11-16 16:10:13 +00:00
juce_gui_extra macOS: Updated the required deployment target for WKWebView 2020-11-16 14:01:29 +00:00
juce_opengl Replaced deprecated Displays methods 2020-10-27 12:38:59 +00:00
juce_osc Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_product_unlocking Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_video Camera: Warn when adding a preview component after starting capture on macOS 2020-11-16 17:22:00 +00:00
CMakeLists.txt Updated all license headers 2020-06-29 08:30:22 +01:00