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
2018-07-03 11:51:13 +01:00
..
juce_Atomic.h Tidied up some more old typedefs 2018-05-11 14:44:51 +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 Misc cleanups and modernisation 2018-05-11 12:46:30 +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 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +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 Misc cleanups and modernisation 2018-05-11 12:46:30 +01:00
juce_OptionalScopedPointer.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ReferenceCountedObject.h Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +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 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_Singleton.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_WeakReference.h Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00