The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ed 09daeb3a6d Remove HashMap dependency from HeavyweightLeakedObjectDetector so it can be included as early as possible 6 years ago
..
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 Add documentation tags 7 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 Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_MemoryBlock.cpp Replaced all uses of static_cast<Type&&> with std::move 6 years ago
juce_MemoryBlock.h Fixed some whitespace in juce_MemoryBlock.h 6 years ago
juce_OptionalScopedPointer.h Added various clang-tidy modernize-* fixes 6 years ago
juce_ReferenceCountedObject.h Added various clang-tidy modernize-* fixes 6 years ago
juce_ScopedPointer.h Added various clang-tidy modernize-* fixes 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 Added various clang-tidy modernize-* fixes 6 years ago