1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules
2018-10-15 11:11:48 +01:00
..
juce_analytics Fixed some compiler warnings 2018-06-27 17:02:25 +01:00
juce_audio_basics Fixed an invalid memory read when handling MIDI reset messages 2018-09-10 12:02:27 +01:00
juce_audio_devices Added a couple of workarounds for address sanitiser warnings 2018-10-11 14:39:00 +01:00
juce_audio_formats Replaced some more stray zeros being used as null pointers 2018-10-09 11:27:42 +01:00
juce_audio_plugin_client Windows: Refactored some of the recent DPI-aware VST2 and VST3 plug-in changes 2018-09-19 12:35:48 +01:00
juce_audio_processors Fixed a bug refreshing the parameter list of hosted plug-ins 2018-10-12 16:32:20 +01:00
juce_audio_utils Added class AudioProcessLoadMeasurer, and a new version of the method AudioDeviceManager::getAudioDeviceSetup() 2018-09-10 11:46:47 +01:00
juce_blocks_basics Added a couple of workarounds for address sanitiser warnings 2018-10-11 14:39:00 +01:00
juce_box2d Fix for GCC compiler warning 2018-10-09 11:59:06 +01:00
juce_core DRYed some IPAddress code 2018-10-15 11:11:48 +01:00
juce_cryptography Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
juce_data_structures Fixed an overly restrictive jassert in PropertiesFile 2018-10-12 09:19:59 +01:00
juce_dsp Made the dsp::Oversampling class more customisable 2018-10-09 17:22:19 +01:00
juce_events Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
juce_graphics Fixed an issue adding two RectangleLists 2018-10-12 09:25:28 +01:00
juce_gui_basics Made Desktop::Displays::getMainDisplay() a little less restrictive 2018-10-13 13:29:59 +01:00
juce_gui_extra Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
juce_opengl More zero -> nullptr fixes 2018-10-09 11:42:55 +01:00
juce_osc Cleaned up some doc comments 2018-08-29 10:56:56 +01:00
juce_product_unlocking Cleaned up some doc comments 2018-08-29 10:56:56 +01:00
juce_video Removed some debugging output 2018-09-05 11:34:19 +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