1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/extras/AudioPluginHost/Source
ed b9542ccc4c Update code to use C++14 [[deprecated]] attribute
This commit removes the various compiler-specific JUCE_DEPRECATED macros and replaces them with C++14's deprecated attribute. It also removes the JUCE_CATCH_DEPRECATED_CODE_MISUSE flag as we can rely on the override specifier catching usage of these old virtual methods, and tidies up the DOXYGEN preprocessor checks as they were inconsistent across the codebase.
2021-09-29 16:14:00 +01:00
..
Plugins Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
UI AudioPluginHost: Only add editor menu item for plugins with editors 2021-09-27 15:44:48 +01:00
HostStartup.cpp AudioPluginHost: Only auto-scale VST plug-in windows 2021-03-05 18:40:03 +00:00
JUCEAppIcon.png Update the JUCE logo 2021-08-23 11:00:36 +01:00