1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/memory
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_AllocationHooks.cpp Update the minimum C++ standard to C++14 2021-06-24 16:09:48 +01:00
juce_AllocationHooks.h Updated all license headers 2020-06-29 08:30:22 +01:00
juce_Atomic.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_ByteOrder.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_ContainerDeletePolicy.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_HeapBlock.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_HeavyweightLeakedObjectDetector.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_LeakedObjectDetector.h Warnings: Silence some GCC warnings 2020-05-05 12:28:47 +01:00
juce_Memory.h Whitespace 2021-07-22 16:33:42 +01:00
juce_MemoryBlock.cpp MemoryBlock: Added a new replaceAll() method and deprecated the replaceWith() method 2021-04-27 09:06:14 +01:00
juce_MemoryBlock.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_OptionalScopedPointer.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_ReferenceCountedObject.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_Reservoir.h Reservoir: Factor out reservoir management code 2021-09-27 13:20:47 +01:00
juce_ScopedPointer.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_SharedResourcePointer.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_Singleton.h Updated all license headers 2020-04-23 17:30:39 +01:00
juce_WeakReference.h Cleanup: Remove redundant inlines 2020-04-27 10:22:06 +01:00