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
2013-11-18 14:57:38 +00:00
..
juce_Atomic.h Changed the Atomic class to use compiler intrinsics directly when using Clang, rather than the OSX functions. 2013-11-18 14:57:38 +00:00
juce_ByteOrder.h Added some 64-bit byte order converter functions. 2013-08-11 11:06:17 +01:00
juce_ContainerDeletePolicy.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_HeapBlock.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_LeakedObjectDetector.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_Memory.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_MemoryBlock.cpp Avoiding a few MSVC warnings 2013-10-22 19:29:04 +01:00
juce_MemoryBlock.h Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 2013-09-11 10:29:48 +01:00
juce_OptionalScopedPointer.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_ReferenceCountedObject.h Typo fixes in ReferenceCountedObject. 2013-09-04 21:53:22 +01:00
juce_ScopedPointer.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_Singleton.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_WeakReference.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00