1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00
JUCE/modules/juce_audio_basics
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_play_head AudioPlayHead: Tidy up implementation 2021-05-06 15:51:09 +01:00
buffers Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
midi Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
mpe Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
native Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
sources BufferingAudioSource: Fix AudioBuffer data race 2021-08-16 16:07:31 +01:00
synthesisers Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
utilities Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_audio_basics.cpp UMP: Remove juce_audio_devices dependency 2021-07-27 12:32:22 +01:00
juce_audio_basics.h Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_audio_basics.mm Updated all license headers 2020-04-23 17:30:39 +01:00