1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_audio_utils
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
..
audio_cd Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
gui Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
native Use C++14 lambda capture initialisers for initialising deletion checkers 2021-07-12 11:58:29 +01:00
players AudioProcessorPlayer: Support MIDI effect processors 2021-04-09 16:45:02 +01:00
juce_audio_utils.cpp Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_audio_utils.h Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_audio_utils.mm Updated all license headers 2020-06-29 08:30:22 +01:00