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_dsp
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
..
containers Use jassertquiet where possible 2021-07-23 10:58:44 +01:00
filter_design FilterDesign: Add assertions to catch misuse of design functions 2021-09-27 15:44:48 +01:00
frequency Convolution: Update docs for stylistic consistency 2021-07-27 15:10:53 +01:00
maths Tidied up some template statement whitespace 2021-01-29 15:40:12 +00:00
native SIMD: Remove unnecessary assertion from truncate fallback 2021-08-10 16:48:35 +01:00
processors Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
widgets DSP: Fix Chorus not allocating a large enough DelayLine 2021-06-22 11:20:41 +00:00
juce_dsp.cpp DSP: Make FixedSizeFunction public 2020-12-15 11:25:56 +00:00
juce_dsp.h Projucer: Add option to automatically set up oneMKL in VS exporters 2021-09-22 10:23:04 +01:00
juce_dsp.mm Updated all license headers 2020-06-29 08:30:22 +01:00