| .. |
|
juce_AbstractFifo.cpp
|
Added override specifiers to unit test classes
|
2015-08-10 16:21:16 +01:00 |
|
juce_AbstractFifo.h
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
juce_Array.h
|
Fixed Array::remove (ElementType*) so that if given an invalid pointer, it doesn't attempt to remove anything after the assert.
|
2016-10-05 13:06:44 +01:00 |
|
juce_ArrayAllocationBase.h
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
juce_DynamicObject.cpp
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
juce_DynamicObject.h
|
Removed a few references to var::null
|
2016-04-28 10:10:00 +01:00 |
|
juce_ElementComparator.h
|
Used the ignoreUnused() function to tidy up some old code
|
2015-12-23 16:27:50 +00:00 |
|
juce_HashMap.h
|
Added method HashMap::Iterator::reset()
|
2016-02-12 10:21:23 +00:00 |
|
juce_LinkedListPointer.h
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
juce_ListenerList.cpp
|
Fixed older MacOS compatibility for ListenerList tests
|
2016-11-14 21:52:39 +00:00 |
|
juce_ListenerList.h
|
Fixed issues with AudioProcessorValueTreeState parameter synchronization
|
2016-11-14 12:37:01 +00:00 |
|
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.
|
2016-09-16 12:03:02 +01:00 |
|
juce_NamedValueSet.h
|
Added a standard iterator to NamedValueSet
|
2016-09-14 09:26:48 +01:00 |
|
juce_OwnedArray.h
|
Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not.
|
2016-06-08 20:42:19 +01:00 |
|
juce_PropertySet.cpp
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
juce_PropertySet.h
|
Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value
|
2016-08-03 09:43:07 +01:00 |
|
juce_ReferenceCountedArray.h
|
Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not.
|
2016-06-08 20:42:19 +01:00 |
|
juce_ScopedValueSetter.h
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
juce_SortedSet.h
|
Fixed SortedSet::remove() to return the removed element
|
2016-10-07 18:05:46 +01:00 |
|
juce_SparseSet.h
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
juce_Variant.cpp
|
Added a StringArray constructor to var
|
2016-11-14 17:51:08 +00:00 |
|
juce_Variant.h
|
Added a StringArray constructor to var
|
2016-11-14 17:51:08 +00:00 |