1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00
JUCE/modules/juce_core/containers
2014-04-04 07:27:19 +01:00
..
juce_AbstractFifo.cpp Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 2013-09-11 10:29:48 +01:00
juce_AbstractFifo.h
juce_Array.h Documentation correction. 2014-01-27 09:57:38 +00:00
juce_ArrayAllocationBase.h
juce_DynamicObject.cpp Added a DynamicObject::cloneAllProperties() method. 2014-02-02 17:39:21 +00:00
juce_DynamicObject.h Added a DynamicObject::cloneAllProperties() method. 2014-02-02 17:39:21 +00:00
juce_ElementComparator.h
juce_HashMap.h (Fixed something that was missing from the last commit) 2014-04-04 07:27:19 +01:00
juce_LinkedListPointer.h
juce_NamedValueSet.cpp Added NamedValueSet::indexOf() 2014-02-10 12:45:12 +00:00
juce_NamedValueSet.h Fixed some typos. 2014-02-26 19:47:55 +00:00
juce_OwnedArray.h Made OwnedArray::addCopiesOf handle null pointers. 2013-12-29 10:32:32 +00:00
juce_PropertySet.cpp Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 2013-12-02 09:44:17 +00:00
juce_PropertySet.h Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
juce_ReferenceCountedArray.h Added assertions to some array methods to avoid false alarms from Clang static analyser. 2013-10-05 12:04:04 +01:00
juce_ScopedValueSetter.h
juce_SortedSet.h Minor clean-ups. 2013-09-26 18:15:45 +01:00
juce_SparseSet.h Fixed spelling. Added a few simple methods to Random, BigInteger and var. 2013-10-10 12:13:12 +01:00
juce_Variant.cpp Fixed some var::equals ordering problems, and added unit tests for this. 2013-11-22 11:02:06 +00:00
juce_Variant.h Added methods var::clone() and DynamicObject::clone() for deep-copying objects. 2013-10-12 15:25:44 +01:00