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.
Tom Poole 28e03f0815 Replaced all instances of JUCE_CONSTEXPR with constexpr 5 years ago
..
juce_Atomic.h Fixed some stray zeros that were still being passed as null pointers 6 years ago
juce_ByteOrder.h Replaced all instances of JUCE_CONSTEXPR with constexpr 5 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 OptionalScopedPointer: Added proper move semantics and convenience constructors 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