1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

11185 commits

Author SHA1 Message Date
ed
d8a119e542 Fixed some GCC 5 compatibility issues 2020-07-01 19:11:56 +01:00
reuk
86aa024138 ComboBoxAttachment: Fix an issue where parameter ranges were converted incorrectly 2020-07-01 16:25:13 +01:00
ed
16ebe88346 Skip troublesome static_assert in AudioBuffer when building with the live-build engine 2020-07-01 15:05:21 +01:00
ed
5fe53862ae Android: Updated to Oboe 1.4.2 2020-07-01 12:22:38 +01:00
ed
d1bfb83fa4 Projucer: Fixed a bug causing GUI editor code written with older Projucer versions to be overwritten 2020-07-01 11:22:27 +01:00
reuk
b096c16c04 FileBrowserComponent: Fix issue where up button was hidden after changing the look and feel 2020-07-01 10:00:43 +01:00
reuk
2d103ce8f2 Projucer: Fix gcc 4.8 build issue 2020-07-01 10:00:43 +01:00
reuk
013fd5e5d6 juce6: Update some referenes to JUCE 5 in docstrings 2020-07-01 10:00:43 +01:00
reuk
394c4fd475 Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
reuk
286bb40a9e Clang: Ensure that the VST3 entry point is exported when building with Clang on Windows 2020-07-01 10:00:43 +01:00
reuk
3c15dc79de Clang: Fix some preprocessor defs on windows 2020-07-01 10:00:43 +01:00
reuk
c6861bf96e Clang: Remove unused data member 2020-07-01 10:00:43 +01:00
reuk
ac2d7ee272 Clang: Fix build errors when using a recent clang-cl 2020-07-01 10:00:43 +01:00
reuk
ab6c407b9f CMake: Fix lto flag when building with clang-cl 2020-07-01 10:00:43 +01:00
reuk
a3b68f5c60 CMake: Include helper targets, rather than exporting them
This change should mean that if JUCE is installed using one compiler
(e.g. clang) and then consumed in a build that uses a different compiler
(e.g. gcc), the helper targets will use the correct flags for both
compilers.
2020-06-30 17:40:54 +01:00
reuk
eaf2dd5ef8 CMake: Fix error when specifying multi-item VST3_CATEGORIES 2020-06-30 17:40:54 +01:00
ed
a2d1fc412a VST3: Return correct count for MIDI input/output buses in getBusCount() and enable/disable them based on activateBus() calls 2020-06-30 17:33:48 +01:00
ed
b0790feab6 VST3: Re-initialise plug-in MIDI buses in prepareToPlay() 2020-06-30 17:33:48 +01:00
ed
159a274a03 Projucer: Added a more helpful message for incompatible licenses 2020-06-30 17:33:34 +01:00
ed
55df0897d1 JUCE version 6.0.0 2020-06-29 08:36:03 +01:00
ed
c1c347c64e JUCE 6.0.0 ChangeList.txt 2020-06-29 08:30:54 +01:00
ed
eabc5cf06c Updated breaking changes doc 2020-06-29 08:30:38 +01:00
ed
de6ecc57f8 Added JUCE 6 LICENSE.md 2020-06-29 08:30:23 +01:00
ed
009d685179 Updated all license headers 2020-06-29 08:30:22 +01:00
ed
67925d384f Updated main README with CMake support info and changed docs extension from .txt to .md 2020-06-29 08:30:00 +01:00
ed
0d410ef3e6 Projucer: Updated projucerMajorVersion to use ProjectInfo::versionNumber 2020-06-29 08:27:39 +01:00
ed
964d497d6c Projucer: Removed some unused files 2020-06-29 08:27:28 +01:00
ed
3050ab7060 Final JUCE 5 commit 2020-06-29 08:20:32 +01:00
ed
d2e06f187b Updated breaking changes doc 2020-06-29 08:18:58 +01:00
ed
4855f52e4d Added missing documentation tags 2020-06-27 17:26:44 +01:00
ed
fa4fde08ec Fixed some documentation issues 2020-06-27 11:41:10 +01:00
ed
6b6cc53778 Added missing DSP tag to ProcessorChain 2020-06-27 10:40:54 +01:00
ed
631ef88fb0 Added missing DSP tag to ProcessorChain 2020-06-27 10:39:58 +01:00
ed
d08c26e94d Projucer: Only load the live-build .dll when it's enabled 2020-06-24 16:41:44 +01:00
ed
51fe471461 VST3: Only call restartComponent() with necessary flags 2020-06-24 10:04:07 +01:00
ed
6a5d554451 VST3: Only call restartComponent() with necessary flags 2020-06-24 10:03:08 +01:00
ed
d7f44a9cf5 Projucer: Updated licence code to JUCE 6 2020-06-23 14:20:10 +01:00
ed
aa200ffeac Projucer: Fixed some errors when building the live-build engine dll 2020-06-23 14:18:42 +01:00
ed
5d9f9879c4 Projucer: Updated licence/account URLs to juce.com 2020-06-22 16:19:00 +01:00
ed
4c56ae4d0d Windows: Check validity of this pointer in WebView2 callbacks and free WebView2Loader.dll in destructor 2020-06-17 17:34:02 +01:00
ed
802d73f73f Added startTime and endTime to UnitTest TestResult struct 2020-06-17 15:57:16 +01:00
ed
0f6cdd8457 Linux: Fixed some issues with headless builds and don't terminate process when no X server is running 2020-06-17 15:56:25 +01:00
ed
1e9cd97664 Added startTime and endTime to UnitTest TestResult struct 2020-06-17 15:54:28 +01:00
ed
1f63357263 Windows: Added WindowsWebView2WebBrowserComponent wrapper to add support for custom WebView2Loader.dll location and user data folder for WebView2 2020-06-17 10:11:33 +01:00
reuk
f5cb3f4ae1
APVTS: Make adding/removing listeners threadsafe 2020-06-12 17:43:11 +01:00
reuk
39b5c22a29
GUI: Ensure components refresh correctly when their look and feel changes 2020-06-12 17:27:25 +01:00
reuk
e7004e634c
APVTS: Make adding/removing listeners threadsafe 2020-06-12 16:51:21 +01:00
ed
68e0e0e329 Use MidiOutput::sendBlockOfMessages() in AudioProcessorPlayer to send timestamped MIDI messages 2020-06-12 16:20:21 +01:00
ed
87fcf2f353 Windows: Added support for Chromium-based WebView2 browser in WebBrowserComponent and removed WinRT webview 2020-06-12 14:21:01 +01:00
ed
aad3667e17 Updated MidiKeyboardState to use nested Listener and fixed some thread safety issues 2020-06-12 11:16:09 +01:00