| .. |
|
juce_Atomic.h
|
Fixed some stray zeros that were still being passed as null pointers
|
2018-10-05 12:15:04 +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
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_HeavyweightLeakedObjectDetector.h
|
Remove HashMap dependency from HeavyweightLeakedObjectDetector so it can be included as early as possible
|
2019-02-22 14:00:16 +00:00 |
|
juce_LeakedObjectDetector.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_Memory.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_MemoryBlock.cpp
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00:00 |
|
juce_MemoryBlock.h
|
Fixed some whitespace in juce_MemoryBlock.h
|
2018-09-06 09:35:30 +01:00 |
|
juce_OptionalScopedPointer.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_ReferenceCountedObject.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_ScopedPointer.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_SharedResourcePointer.h
|
Fix Xcode warnings
|
2018-11-26 10:15:36 +00:00 |
|
juce_Singleton.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_WeakReference.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |