.. |
juce_Atomic.h
|
Fixed some stray zeros that were still being passed as null pointers
|
6 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
|
Added long-overdue deprecation warnings to ScopedPointer, and purged the last couple of places where it was being used.
|
6 years ago |
juce_HeapBlock.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_HeavyweightLeakedObjectDetector.h
|
Remove HashMap dependency from HeavyweightLeakedObjectDetector so it can be included as early as possible
|
6 years ago |
juce_LeakedObjectDetector.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_Memory.h
|
Fixed some more Linux compiler warnings
|
6 years ago |
juce_MemoryBlock.cpp
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 years ago |
juce_MemoryBlock.h
|
Enforced more comprehensive const-correctness in the JUCE container classes
|
6 years ago |
juce_OptionalScopedPointer.h
|
Fix for a bug in OptionalScopedPointer::release()
|
5 years ago |
juce_ReferenceCountedObject.h
|
Updated the documentation
|
5 years ago |
juce_ScopedPointer.h
|
Added long-overdue deprecation warnings to ScopedPointer, and purged the last couple of places where it was being used.
|
6 years ago |
juce_SharedResourcePointer.h
|
Fix Xcode warnings
|
6 years ago |
juce_Singleton.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_WeakReference.h
|
Made dereferencing WeakRef behave more like the built-in pointer types
|
5 years ago |