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 b439452edd Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality 9 years ago
..
juce_AbstractFifo.cpp Added override specifiers to unit test classes 9 years ago
juce_AbstractFifo.h Update copyright notice 10 years ago
juce_Array.h Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality 9 years ago
juce_ArrayAllocationBase.h Lots of small whitespace tweaks. 9 years ago
juce_DynamicObject.cpp Update copyright notice 10 years ago
juce_DynamicObject.h Removed a few references to var::null 9 years ago
juce_ElementComparator.h Used the ignoreUnused() function to tidy up some old code 9 years ago
juce_HashMap.h Added method HashMap::Iterator::reset() 9 years ago
juce_LinkedListPointer.h Update copyright notice 10 years ago
juce_ListenerList.h Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality 9 years ago
juce_NamedValueSet.cpp Added NamedValueSet::isEmpty() 9 years ago
juce_NamedValueSet.h Added NamedValueSet::isEmpty() 9 years ago
juce_OwnedArray.h Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not. 9 years ago
juce_PropertySet.cpp Update copyright notice 10 years ago
juce_PropertySet.h Update copyright notice 10 years ago
juce_ReferenceCountedArray.h Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not. 9 years ago
juce_ScopedValueSetter.h Update copyright notice 10 years ago
juce_SortedSet.h Consistency fix: renamed Array::empty() to Array::isEmpty() and added a method isEmpty() to all container classes which didn't have it yet. 9 years ago
juce_SparseSet.h Update copyright notice 10 years ago
juce_Variant.cpp Don't use placement new for MemoryBlock assignment operator in var class 9 years ago
juce_Variant.h Add missing assignment operator to var class 9 years ago