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-04-23 08:43:32 +01:00
..
juce_Atomic.h Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms 2018-04-17 18:46:55 +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 Add documentation tags 2018-03-15 12:10:32 +00: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 Add documentation tags 2018-03-15 12:10:32 +00:00
juce_OptionalScopedPointer.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ReferenceCountedObject.h Removed some erroneous casts from ReferenceCountedObjectPtr that allowed base classes to be implicitly converted to derived classes 2018-04-18 15:17:04 +01:00
juce_ScopedPointer.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +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 Fixed a minor documentation typo 2018-04-23 08:43:32 +01:00