.. |
juce_Atomic.h
|
Converted some old typedefs to using declarations
|
7 years ago |
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
|
7 years ago |
juce_ContainerDeletePolicy.h
|
Add documentation tags
|
7 years ago |
juce_HeapBlock.h
|
Add documentation tags
|
7 years ago |
juce_LeakedObjectDetector.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_Memory.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_MemoryBlock.cpp
|
Simplified and tidied up a few things in input/output streams and MemoryBlock
|
7 years ago |
juce_MemoryBlock.h
|
Add documentation tags
|
7 years ago |
juce_OptionalScopedPointer.h
|
Add documentation tags
|
7 years ago |
juce_ReferenceCountedObject.h
|
Converted some old typedefs to using declarations
|
7 years ago |
juce_ScopedPointer.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_SharedResourcePointer.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_Singleton.h
|
Add documentation tags
|
7 years ago |
juce_WeakReference.h
|
Fixed a minor documentation typo
|
7 years ago |