1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_audio_processors/utilities
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
..
juce_AudioParameterBool.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioParameterBool.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioParameterChoice.cpp Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
juce_AudioParameterChoice.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioParameterFloat.cpp Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
juce_AudioParameterFloat.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioParameterInt.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioParameterInt.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioProcessorParameterWithID.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioProcessorParameterWithID.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_AudioProcessorValueTreeState.cpp Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_AudioProcessorValueTreeState.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_ExtensionsVisitor.h Add some missing Doxygen tags 2021-09-20 11:36:56 +01:00
juce_ParameterAttachments.cpp ComboBoxAttachment: Fix an issue where parameter ranges were converted incorrectly 2020-07-01 16:25:13 +01:00
juce_ParameterAttachments.h ComboBoxAttachment: Fix an issue where parameter ranges were converted incorrectly 2020-07-01 16:25:13 +01:00
juce_PluginHostType.cpp PluginHostType: Add Ableton Live 11 detection 2021-09-23 10:21:02 +01:00
juce_PluginHostType.h PluginHostType: Add Ableton Live 11 detection 2021-09-23 10:21:02 +01:00
juce_RangedAudioParameter.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_RangedAudioParameter.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_VST3ClientExtensions.h VST3: Allow plugins to designate the first input bus as Aux rather than Main 2021-07-27 15:10:53 +01:00
juce_VSTCallbackHandler.h AudioProcessor: Add extensions API for VST3 clients 2021-06-11 10:53:26 +01:00