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-01-10 14:49:57 +00:00
..
juce_Atomic.h Fixed data races in the Atomic and AbstractFifo classes 2017-12-04 17:22:05 +00:00
juce_ByteOrder.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_ContainerDeletePolicy.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_HeapBlock.h Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 2017-10-11 12:10:58 +01:00
juce_LeakedObjectDetector.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_Memory.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +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 Simplified and tidied up a few things in input/output streams and MemoryBlock 2017-10-13 12:55:46 +01:00
juce_OptionalScopedPointer.h Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
juce_ReferenceCountedObject.h Minor documentation fixes 2017-10-06 12:33:55 +01:00
juce_ScopedPointer.h Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 2017-11-01 17:41:06 +00:00
juce_SharedResourcePointer.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_Singleton.h Fixed some incorrect documentation in the singleton macros 2017-12-14 14:14:57 +00:00
juce_WeakReference.h Deleted some old deprecated methods from Component, and tidied a few things up 2017-12-20 15:30:40 +00:00