1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00
JUCE/modules/juce_audio_basics/buffers
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_AudioChannelSet.cpp VST3: Add support for 7.x.4 speaker arrangements 2021-03-10 16:14:42 +00:00
juce_AudioChannelSet.h VST3: Add support for 7.x.4 speaker arrangements 2021-03-10 16:14:42 +00:00
juce_AudioDataConverters.cpp Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_AudioDataConverters.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_AudioProcessLoadMeasurer.cpp AudioProcessLoadMeasurer: Allow specifying number of samples per-block 2021-09-28 14:04:11 +01:00
juce_AudioProcessLoadMeasurer.h AudioProcessLoadMeasurer: Allow specifying number of samples per-block 2021-09-28 14:04:11 +01:00
juce_AudioSampleBuffer.h AudioBuffer: Clarify docs regarding the buffer's internal "cleared" flag and add setNotClear() method to force this flag to false 2021-08-18 16:00:26 +01:00
juce_FloatVectorOperations.cpp Fix some conversion warnings flagged up by Android Studio 2021-09-15 16:00:22 +01:00
juce_FloatVectorOperations.h Updated all license headers 2020-04-23 17:30:39 +01:00