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/memory
2020-03-11 17:21:30 +00:00
..
juce_Atomic.h Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
juce_ByteOrder.h Replaced all instances of JUCE_CONSTEXPR with constexpr 2020-03-11 17:21:30 +00:00
juce_ContainerDeletePolicy.h Added long-overdue deprecation warnings to ScopedPointer, and purged the last couple of places where it was being used. 2019-05-15 11:02:03 +01:00
juce_HeapBlock.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_HeavyweightLeakedObjectDetector.h Remove HashMap dependency from HeavyweightLeakedObjectDetector so it can be included as early as possible 2019-02-22 14:00:16 +00:00
juce_LeakedObjectDetector.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_Memory.h Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
juce_MemoryBlock.cpp Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
juce_MemoryBlock.h Enforced more comprehensive const-correctness in the JUCE container classes 2019-05-29 08:52:16 +01:00
juce_OptionalScopedPointer.h OptionalScopedPointer: Added proper move semantics and convenience constructors 2020-02-25 17:36:36 +00:00
juce_ReferenceCountedObject.h Updated the documentation 2019-12-12 15:57:13 +00:00
juce_ScopedPointer.h Added long-overdue deprecation warnings to ScopedPointer, and purged the last couple of places where it was being used. 2019-05-15 11:02:03 +01:00
juce_SharedResourcePointer.h Fix Xcode warnings 2018-11-26 10:15:36 +00:00
juce_Singleton.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_WeakReference.h Made dereferencing WeakRef behave more like the built-in pointer types 2019-07-29 14:38:46 +01:00