1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
2017-10-19 11:58:50 +01:00
..
juce_audio_basics Fixed some VS2013 compiler errors 2017-10-18 11:05:40 +01:00
juce_audio_devices Updated some code to use cleaner array initialisation from constant data 2017-10-16 12:18:04 +01:00
juce_audio_formats Removed the explicitness of the Array single-item constructors 2017-10-17 15:21:26 +01:00
juce_audio_plugin_client Standalone Plug-In: Added missing save state when the standalone app is closed 2017-10-13 08:40:37 +01:00
juce_audio_processors Enabled non-message thread creation of AudioProcessorValueTreeState 2017-10-18 12:09:44 +01:00
juce_audio_utils Updated some code to use cleaner array initialisation from constant data 2017-10-16 12:18:04 +01:00
juce_blocks_basics Littlefoot: Add pitch correction functions 2017-09-19 15:14:37 +01:00
juce_box2d Fixed some GCC compiler warnings 2017-10-17 21:26:32 +01:00
juce_core Added a method WeakReference::Master::getNumActiveWeakReferences() 2017-10-19 11:57:56 +01:00
juce_cryptography Bit of tidying in BlowFish 2017-10-12 15:36:07 +01:00
juce_data_structures A minor code cleanup 2017-10-12 12:31:55 +01:00
juce_dsp Couple of initialiser-list fixes for the DSP module 2017-10-16 12:23:28 +01:00
juce_events Bit of cleanup in Timer 2017-10-17 17:23:17 +01:00
juce_graphics Fixed some VS2013 compiler errors 2017-10-18 11:05:40 +01:00
juce_gui_basics Added an assertion that will be triggered at the moment you attempt to delete a LookAndFeel object that's still in use somewhere 2017-10-19 11:58:50 +01:00
juce_gui_extra Fixed some VS2013 compiler errors 2017-10-18 11:05:40 +01:00
juce_opengl Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 2017-10-11 12:10:58 +01:00
juce_osc Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 2017-10-11 12:26:05 +01:00
juce_product_unlocking InAppPurchases: enable IAP on OSX. 2017-10-17 17:42:03 +02:00
juce_video Bump version number to 5.1.2 2017-09-18 14:59:57 +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