1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/containers
2016-04-19 11:56:16 +01:00
..
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 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_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 Update copyright notice 2015-07-22 15:59:34 +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 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00: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 Added isEmpty() method to OwnedArray. 2016-03-20 22:16:03 +01:00
juce_PropertySet.cpp Update copyright notice 2015-07-22 15:59:34 +01:00
juce_PropertySet.h Update copyright notice 2015-07-22 15:59:34 +01:00
juce_ReferenceCountedArray.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_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 A couple of very minor cleanups. 2015-10-12 09:38:01 +01:00
juce_Variant.h Added new class: CachedValue 2016-04-19 11:56:16 +01:00