1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00
JUCE/modules/juce_events/messages
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_ApplicationBase.cpp MacOS: Fix API deprecations in macOS 12.0 and iOS 15.0 2021-06-10 15:20:39 +01:00
juce_ApplicationBase.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_CallbackMessage.h Removed some unnecessary virtual keywords 2021-04-27 15:56:01 +01:00
juce_DeletedAtShutdown.cpp Updated all license headers 2020-04-23 17:30:39 +01:00
juce_DeletedAtShutdown.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_Initialisation.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_Message.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_MessageListener.cpp Updated all license headers 2020-04-23 17:30:39 +01:00
juce_MessageListener.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_MessageManager.cpp MessageMananger: Made dispatchNextMessageOnSystemQueue() accessible by internal code 2021-04-13 16:25:04 +01:00
juce_MessageManager.h Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0 2021-06-30 13:01:14 +01:00
juce_MountedVolumeListChangeDetector.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_NotificationType.h Updated all license headers 2020-04-23 17:30:39 +01:00