.. |
juce_AbstractFifo.cpp
|
Added override specifiers to unit test classes
|
10 years ago |
juce_AbstractFifo.h
|
Update copyright notice
|
10 years ago |
juce_Array.h
|
Fixed Array::remove (ElementType*) so that if given an invalid pointer, it doesn't attempt to remove anything after the assert.
|
8 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.cpp
|
Tidied up ListenerList tests
|
8 years ago |
juce_ListenerList.h
|
Fixed issues with AudioProcessorValueTreeState parameter synchronization
|
8 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
|
10 years ago |
juce_PropertySet.h
|
Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value
|
9 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
|
Fixed SortedSet::remove() to return the removed element
|
8 years ago |
juce_SparseSet.h
|
Update copyright notice
|
10 years ago |
juce_Variant.cpp
|
Added a StringArray constructor to var
|
8 years ago |
juce_Variant.h
|
Exposed some functions when building JUCE as a DLL
|
8 years ago |