1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_core/memory
2018-10-17 09:41:01 +01: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 Simplified ByteOrder, and made it less susceptible to UB when reading from non-aligned addresses. Removed ambiguous method ByteOrder::littleEndianInt (c1, c2, c3, c4), which was probably producing the wrong behaviour on big-endian systems 2018-03-26 12:25:02 +01:00
juce_ContainerDeletePolicy.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_HeapBlock.h Added converting constructors to OwnedArray, ArrayBase and HeapBlock 2018-10-05 15:03:13 +01:00
juce_HeavyweightLeakedObjectDetector.h Added a new HeavyweightLeakedObjectDetector to juce_core which will print out a stack trace showing where the leaked object was created and added a corresponding JUCE_HEAVYWEIGHT_LEAK_DETECTOR macro 2018-09-13 16:11:52 +01:00
juce_LeakedObjectDetector.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_Memory.h Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00
juce_MemoryBlock.cpp Simplified and tidied up a few things in input/output streams and MemoryBlock 2017-10-13 12:55:46 +01:00
juce_MemoryBlock.h Fixed some whitespace in juce_MemoryBlock.h 2018-09-06 09:35:30 +01:00
juce_OptionalScopedPointer.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ReferenceCountedObject.h Fixed a comment typo 2018-08-31 10:09:08 +01:00
juce_ScopedPointer.h Do not assert in ScopedPointer::reset if you are resetting to a nullptr 2018-05-15 10:37:57 +01:00
juce_SharedResourcePointer.h Cleaned up some doc comments 2018-08-29 10:56:56 +01:00
juce_Singleton.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_WeakReference.h Tidied up some spelling and comments 2018-10-17 09:41:01 +01:00