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.
jules 49aa9c9db4 Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 7 years ago
..
juce_Atomic.h Tidied up some more old typedefs 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 Misc cleanups and modernisation 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 Misc cleanups and modernisation 7 years ago
juce_OptionalScopedPointer.h Add documentation tags 7 years ago
juce_ReferenceCountedObject.h Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 7 years ago
juce_ScopedPointer.h Do not assert in ScopedPointer::reset if you are resetting to a nullptr 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 Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 7 years ago