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_core/native
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
..
java Replaced all references to ROLI with Raw Material Software and regenerated all bytecode 2020-04-23 17:30:40 +01:00
javacore Replaced all references to ROLI with Raw Material Software and regenerated all bytecode 2020-04-23 17:30:40 +01:00
juce_android_Files.cpp Updated all license headers 2020-04-23 17:30:39 +01:00
juce_android_JNIHelpers.cpp Normalised all whitespace before args in std::function 2020-06-05 09:37:49 +01:00
juce_android_JNIHelpers.h Accessibility: Add Android support 2021-07-28 11:44:29 +01:00
juce_android_Misc.cpp Updated all license headers 2020-04-23 17:30:39 +01:00
juce_android_Network.cpp URL: Allow specifying shared container for downloads on iOS 2021-09-28 11:31:47 +01:00
juce_android_RuntimePermissions.cpp Android: Request ACCESS_FINE_LOCATION permission when using Bluetooth 2020-11-25 17:39:57 +00:00
juce_android_SystemStats.cpp Android: Fix numeric conversion warnings 2021-02-03 16:09:54 +00:00
juce_android_Threads.cpp Replaced all references to ROLI with Raw Material Software and regenerated all bytecode 2020-04-23 17:30:40 +01:00
juce_BasicNativeHeaders.h Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_curl_Network.cpp URL: Allow specifying shared container for downloads on iOS 2021-09-28 11:31:47 +01:00
juce_intel_SharedCode.h Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_linux_CommonFile.cpp Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_linux_Files.cpp File: Fix quoting in openDocument() on Linux 2021-09-23 10:28:47 +01:00
juce_linux_Network.cpp URL: Allow specifying shared container for downloads on iOS 2021-09-28 11:31:47 +01:00
juce_linux_SystemStats.cpp Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_linux_Threads.cpp Updated all license headers 2020-04-23 17:30:39 +01:00
juce_mac_CFHelpers.h macOS: Fix compile error when using C++20 language standard 2021-09-29 11:45:43 +01:00
juce_mac_Files.mm macOS: Use available keyword instead of preprocessor version checks where possible 2021-09-29 16:13:48 +01:00
juce_mac_Network.mm URL: Allow specifying shared container for downloads on iOS 2021-09-28 11:31:47 +01:00
juce_mac_ObjCHelpers.h Objective-C++: Make getIvar() a free function so it can be used without a class instance 2021-07-28 11:44:28 +01:00
juce_mac_Strings.mm Updated all license headers 2020-04-23 17:30:39 +01:00
juce_mac_SystemStats.mm MacOS: Fix API deprecations in macOS 12.0 and iOS 15.0 2021-06-10 15:20:39 +01:00
juce_mac_Threads.mm Updated all license headers 2020-04-23 17:30:39 +01:00
juce_posix_IPAddress.h Tweaks for emscripten support 2021-02-08 09:59:46 +00:00
juce_posix_NamedPipe.cpp Tweaks for emscripten support 2021-02-08 09:59:46 +00:00
juce_posix_SharedCode.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_wasm_SystemStats.cpp Tweaks for emscripten support 2021-02-08 09:59:46 +00:00
juce_win32_ComSmartPtr.h ComSmartPtr: Fixed behaviour of ComBaseClassHelper::QueryInterface() in release builds 2021-06-29 16:15:01 +01:00
juce_win32_Files.cpp Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_win32_Network.cpp URL: Allow specifying shared container for downloads on iOS 2021-09-28 11:31:47 +01:00
juce_win32_Registry.cpp MinGW: Fix windows/gcc warnings 2020-05-11 11:28:28 +01:00
juce_win32_SystemStats.cpp MacOS: Fix API deprecations in macOS 12.0 and iOS 15.0 2021-06-10 15:20:39 +01:00
juce_win32_Threads.cpp Windows: Fix clang/gnu compiler warnings 2021-06-03 17:30:44 +01:00