| .. |
|
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
|
Array: added new method removeIf to remove objects based on an arbitrary condition. Made removeIf and removeAllInstancesOf return the number of objects removed.
|
2016-09-09 12:56:49 +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.h
|
Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality
|
2016-07-07 15:02:05 +01:00 |
|
juce_NamedValueSet.cpp
|
Added NamedValueSet::isEmpty()
|
2016-03-23 08:25:12 +00:00 |
|
juce_NamedValueSet.h
|
Added NamedValueSet::isEmpty()
|
2016-03-23 08:25:12 +00: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
|
Consistency fix: renamed Array::empty() to Array::isEmpty() and added a method isEmpty() to all container classes which didn't have it yet.
|
2016-03-18 14:38:12 +00:00 |
|
juce_SparseSet.h
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
juce_Variant.cpp
|
Don't use placement new for MemoryBlock assignment operator in var class
|
2016-05-23 10:17:23 +01:00 |
|
juce_Variant.h
|
Add missing assignment operator to var class
|
2016-05-21 08:42:34 +01:00 |