1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
stefan 8ec9443543 Projucer various fixes
* Use separate folder for disk cache in debug mode to avoid mixing debug/release-mode object files while testing
* Quote the server's file name as it may contain spaces etc.
* Fix saving source files during compilation on Windows
* Fix JuceDemo for live builds on Mac: long chains of recursive operator<< invocations caused compiler crash
* Move code for creating disabled Build tab to extra function and add names to improve readability
* Implement new "subscribe" behavior for createDisabledBuildTab
* Clean up trailing spaces
2016-09-15 17:13:41 +02:00
..
juce_audio_basics Changed maxSensibleMidiFileSize in MidiFile from 2mb to 200mb to allow loading of large MIDI files 2016-09-05 10:23:42 +01:00
juce_audio_devices Fixed crash on internal changes within aggregate audio devices on OS X 2016-08-24 09:39:05 +01:00
juce_audio_formats Defined HAVE_LROUND for non-MSVC compilers when building FLAC libs 2016-08-25 12:26:31 +01:00
juce_audio_plugin_client Modified compile-time error to warn the user that juce_audio_devices module is also needed when building AUv3s 2016-09-13 11:05:49 +01:00
juce_audio_processors Fixed #100: If base sdk version is newer than 10.12 then no need to define kAudioUnitProperty_SupportsMPE 2016-08-31 13:04:24 +01:00
juce_audio_utils Added missing JUCE_API keywords 2016-09-12 12:02:47 +01:00
juce_box2d Version number update 2016-07-05 11:27:53 +01:00
juce_core Projucer various fixes 2016-09-15 17:13:41 +02:00
juce_cryptography Version number update 2016-07-05 11:27:53 +01:00
juce_data_structures Added begin/end iterator methods for ValueTree, for handy range-based-for loops over its children 2016-08-23 09:39:12 +01:00
juce_events Fix errors and warnings on mingw-w64 2016-08-01 18:29:12 +01:00
juce_graphics Fix ResamplingQuality documentation 2016-08-10 12:35:47 +01:00
juce_gui_basics Add support for retina mouse cursors on OS X 2016-09-12 17:29:20 +01:00
juce_gui_extra Add support for retina mouse cursors on OS X 2016-09-12 17:29:20 +01:00
juce_opengl Partially undo commits #99186e5 and #89d938d and use less-intrusive, JUCE-internal fix for OpenGLContext detach crash 2016-08-11 10:50:36 +01:00
juce_osc Version number update 2016-07-05 11:27:53 +01:00
juce_tracktion_marketplace Removed the juce_tracktion_marketplace module's dependency on juce_data_structures 2016-08-05 15:46:00 +01:00
juce_video Add low quality mode for juce CameraDevice 2016-08-03 12:09:19 +01:00
JUCE Module Format.txt Add pkg-config support for linux 2016-07-07 10:37:58 +01:00