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 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
..
juce_AbstractFifo.cpp Added override specifiers to unit test classes 9 years ago
juce_AbstractFifo.h Update copyright notice 9 years ago
juce_Array.h Array: added new method removeIf to remove objects based on an arbitrary condition. Made removeIf and removeAllInstancesOf return the number of objects removed. 8 years ago
juce_ArrayAllocationBase.h Lots of small whitespace tweaks. 9 years ago
juce_DynamicObject.cpp Update copyright notice 9 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 9 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 an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
juce_NamedValueSet.h Added a standard iterator to NamedValueSet 8 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 9 years ago
juce_PropertySet.h Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 8 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 9 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 9 years ago
juce_Variant.cpp Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
juce_Variant.h Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago