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
2013-12-01 23:28:31 +00: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 Cleared-out the last batch of unnecessary includes. 2013-08-29 12:44:00 +01:00
juce_Array.h Added assertions to some array methods to avoid false alarms from Clang static analyser. 2013-10-05 12:04:04 +01:00
juce_ArrayAllocationBase.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_DynamicObject.cpp Added methods var::clone() and DynamicObject::clone() for deep-copying objects. 2013-10-12 15:25:44 +01:00
juce_DynamicObject.h Added methods var::clone() and DynamicObject::clone() for deep-copying objects. 2013-10-12 15:25:44 +01:00
juce_ElementComparator.h Replaced the crappy old juce sortArray function with std::sort, which seems to run twice as fast. This greatly speeds up edge table rendering. 2013-09-05 09:46:30 +01:00
juce_HashMap.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_LinkedListPointer.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_NamedValueSet.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_NamedValueSet.h Moved some JSON formatting logic into DynamicObject::writeAsJSON 2013-10-12 11:39:34 +01:00
juce_OwnedArray.h Made a couple of OwnedArray methods return the object that they are passed. 2013-11-01 14:00:44 +00:00
juce_PropertySet.cpp Removed a few more uses of String::empty. 2013-12-01 23:28:31 +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 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
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