1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
ed fd76cbc70d Linux: Refactored InternalMessageQueue
This commit simplifies the Linux event loop code and adds methods to allow arbitrary file descriptors to registered. Also adds a method to register external event loops to be used instead of JUCE's internal event loop.
2019-06-28 12:07:24 +01:00
..
juce_analytics Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
juce_audio_basics Fixed a potential crash when reading MIDI files with incorrect track length chunks 2019-06-12 14:53:28 +01:00
juce_audio_devices macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
juce_audio_formats Fixed a compiler warning 2019-06-17 14:21:01 +01:00
juce_audio_plugin_client VST3: Fixed a floating-point truncation error in ProgramChangeParameter::toString() 2019-06-27 10:58:05 +01:00
juce_audio_processors VST3: Fixed a mismatch in VST3PluginInstance::setCurrentProgram() 2019-06-27 14:23:40 +01:00
juce_audio_utils Fixed a data race in an example 2019-06-28 10:13:06 +01:00
juce_blocks_basics Fix some spelling mistakes in comments 2019-06-25 11:49:14 +01:00
juce_box2d Fixed some compatibility problems with older clang versions 2019-06-26 09:52:57 +01:00
juce_core Removed some unnecessary static_casts in the URL class 2019-06-27 09:04:00 +01:00
juce_cryptography Bit of tidying up in the hashing classes 2019-06-13 12:22:03 +01:00
juce_data_structures Added an overload to ValueTree::fromXml() which can take an XML string and parse it 2019-05-19 08:16:27 +01:00
juce_dsp macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
juce_events Linux: Refactored InternalMessageQueue 2019-06-28 12:07:24 +01:00
juce_graphics PNG: Switched to inline libpng linkage to prevent symbol collisions 2019-06-27 17:54:59 +01:00
juce_gui_basics Linux: Refactored InternalMessageQueue 2019-06-28 12:07:24 +01:00
juce_gui_extra macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
juce_opengl macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
juce_osc Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
juce_product_unlocking iOS: Fixed a crash in InAppPurchases 2019-06-27 15:37:23 +01:00
juce_video Updated some license header text 2019-06-27 12:36:38 +01:00
JUCE Module Format.txt Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. 2017-07-19 17:23:20 +01:00