1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
JUCE/modules/juce_core/memory
2021-10-14 12:40:46 +01:00
..
juce_AllocationHooks.cpp Update the minimum C++ standard to C++14 2021-06-24 16:09:48 +01:00
juce_AllocationHooks.h
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
juce_HeapBlock.h HeapBlock: Relax size constructor constraints to allow enums 2021-10-13 15:06:18 +01:00
juce_HeavyweightLeakedObjectDetector.h
juce_LeakedObjectDetector.h
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
juce_ReferenceCountedObject.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_Reservoir.h Reservoir: Fix bug where incorrect buffer region could be read in some cases 2021-10-14 12:40:46 +01:00
juce_ScopedPointer.h Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
juce_SharedResourcePointer.h
juce_Singleton.h Singleton: Fix thread sanitizer warning about race on "instance" data member 2021-10-06 16:59:07 +01:00
juce_WeakReference.h