1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_basics/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_ADSR.h ADSR: Minor refactoring, added some tests 2021-03-29 09:20:05 +01:00
juce_ADSR_test.cpp ADSR: Fixed a test failure with small sustain lengths 2021-03-31 17:21:42 +01:00
juce_Decibels.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_GenericInterpolator.h GenericInterpolator: Fix use of non-existent valueAtOffset overload 2021-06-21 19:05:40 +01:00
juce_IIRFilter.cpp IIRFilter: Provide a new SingleThreadedIIRFilter which does not lock internally 2021-06-21 19:05:57 +01:00
juce_IIRFilter.h IIRFilter: Provide a new SingleThreadedIIRFilter which does not lock internally 2021-06-21 19:05:57 +01:00
juce_Interpolators.cpp Tidied up some template statement whitespace 2021-01-29 15:40:12 +00:00
juce_Interpolators.h Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
juce_LagrangeInterpolator.cpp Tidied up some template statement whitespace 2021-01-29 15:40:12 +00:00
juce_Reverb.h Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_SmoothedValue.cpp Updated all license headers 2020-04-23 17:30:39 +01:00
juce_SmoothedValue.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_WindowedSincInterpolator.cpp Updated all license headers 2020-06-29 08:30:22 +01:00