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 a1dc1b1fce Fixed an issue iterating arrays of owned objects from object destructors 6 years ago
..
juce_AbstractFifo.cpp Moved some AbstractFifo declarations to avoid a compiler warning 6 years ago
juce_AbstractFifo.h Tidied up a comment in AbstractFIFO 6 years ago
juce_Array.h Fixed a couple of asan memory access warnings 6 years ago
juce_ArrayAllocationBase.h Added various clang-tidy modernize-* fixes 6 years ago
juce_ArrayBase.cpp Fixed compatibility with GCC 4.8 6 years ago
juce_ArrayBase.h Fixed compatibility with GCC 4.8 6 years ago
juce_DynamicObject.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_DynamicObject.h Added various clang-tidy modernize-* fixes 6 years ago
juce_ElementComparator.h Converted some old typedefs to using declarations 7 years ago
juce_HashMap.h Added various clang-tidy modernize-* fixes 6 years ago
juce_HashMap_test.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_LinkedListPointer.h Add documentation tags 7 years ago
juce_ListenerList.h Added various clang-tidy modernize-* fixes 6 years ago
juce_NamedValueSet.cpp Replaced all uses of static_cast<Type&&> with std::move 6 years ago
juce_NamedValueSet.h Added a handy initialiser-list based constructor for NamedValueSet 7 years ago
juce_OwnedArray.cpp Fixed an issue iterating arrays of owned objects from object destructors 6 years ago
juce_OwnedArray.h Fixed an issue iterating arrays of owned objects from object destructors 6 years ago
juce_PropertySet.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_PropertySet.h Add documentation tags 7 years ago
juce_ReferenceCountedArray.cpp Fixed an issue iterating arrays of owned objects from object destructors 6 years ago
juce_ReferenceCountedArray.h Fixed an issue iterating arrays of owned objects from object destructors 6 years ago
juce_ScopedValueSetter.h Add documentation tags 7 years ago
juce_SortedSet.h Added various clang-tidy modernize-* fixes 6 years ago
juce_SparseSet.cpp SparseSet: fix removeRange() and add unit tests. 7 years ago
juce_SparseSet.h Added various clang-tidy modernize-* fixes 6 years ago
juce_Variant.cpp Serialise doubles into more human friendly XML and JSON 6 years ago
juce_Variant.h Minor whitespace tidying 6 years ago