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.
Lukasz Kozakiewicz bac6996d98 SparseSet: fix removeRange() and add unit tests. 7 years ago
..
juce_AbstractFifo.cpp Fixed a warning on Android 7 years ago
juce_AbstractFifo.h Add documentation tags 7 years ago
juce_Array.h Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms 7 years ago
juce_ArrayAllocationBase.h Add documentation tags 7 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 Add documentation tags 7 years ago
juce_ElementComparator.h Avoided some UB warnings when trying to sort empty arrays 7 years ago
juce_HashMap.h Added some hashing support for the Uuid class 7 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 Adding missing locks in ListenerList when the underlying array of the ListenerList uses a CriticalSection 7 years ago
juce_NamedValueSet.cpp Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated 7 years ago
juce_NamedValueSet.h Add documentation tags 7 years ago
juce_OwnedArray.h Replaced all usage of ScopedPointer with std::unique_ptr 7 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.h Add documentation tags 7 years ago
juce_ScopedValueSetter.h Add documentation tags 7 years ago
juce_SortedSet.h Add documentation tags 7 years ago
juce_SparseSet.cpp SparseSet: fix removeRange() and add unit tests. 7 years ago
juce_SparseSet.h SparseSet: fix removeRange() and add unit tests. 7 years ago
juce_Variant.cpp A minor code cleanup 7 years ago
juce_Variant.h Add documentation tags 7 years ago