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_formats/codecs
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
..
flac Removed a couple of places where ancient 3rd party library code still used the register keyword 2018-02-05 12:10:30 +00:00
oggvorbis Fixed some warnings flagged by Clang's static analyzer 2021-07-19 15:48:31 +01:00
juce_AiffAudioFormat.cpp Used MemoryBlock::isEmpty() in a few places 2021-04-22 18:22:06 +01:00
juce_AiffAudioFormat.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_CoreAudioFormat.cpp VST3: Fixed a bug loading plug-ins 2021-03-26 10:31:45 +00:00
juce_CoreAudioFormat.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_FlacAudioFormat.cpp Reservoir: Factor out reservoir management code 2021-09-27 13:20:47 +01:00
juce_FlacAudioFormat.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_LAMEEncoderAudioFormat.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_LAMEEncoderAudioFormat.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_MP3AudioFormat.cpp Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
juce_MP3AudioFormat.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_OggVorbisAudioFormat.cpp UB Sanitizer: Avoid warnings in third party code, with clang 2021-09-28 11:31:50 +01:00
juce_OggVorbisAudioFormat.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_WavAudioFormat.cpp Used MemoryBlock::isEmpty() in a few places 2021-04-22 18:22:06 +01:00
juce_WavAudioFormat.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_WindowsMediaAudioFormat.cpp Windows: Fix clang/gnu compiler warnings 2021-06-03 17:30:44 +01:00
juce_WindowsMediaAudioFormat.h Windows: Fix clang/gnu compiler warnings 2021-06-03 17:30:44 +01:00