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
2015-06-21 19:09:05 +01:00
..
juce_AbstractFifo.cpp Made sure that AbstractFifo::getFreeSpace returns the correct amount. 2014-05-12 15:02:25 +01:00
juce_AbstractFifo.h Documentation fix. 2015-04-10 10:13:02 +01:00
juce_Array.h Documentation fix. 2015-03-11 09:52:52 +00: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 Modified the return types of some var and DynamicObject operator[] methods to avoid a common pitfall. 2015-02-16 10:58:29 +00:00
juce_DynamicObject.h Modified the return types of some var and DynamicObject operator[] methods to avoid a common pitfall. 2015-02-16 10:58:29 +00: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 (Fixed something that was missing from the last commit) 2014-04-04 07:27:19 +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 A couple more optimisations of Identifier object passing. 2015-06-21 19:09:05 +01:00
juce_NamedValueSet.h A couple more optimisations of Identifier object passing. 2015-06-21 19:09:05 +01:00
juce_OwnedArray.h Minor documentation fix. 2014-09-23 17:39:53 +01: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 a method ReferenceCountedArray::clearQuick() 2015-04-20 11:10:22 +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 Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 2015-06-21 18:54:08 +01:00
juce_Variant.h Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 2015-06-21 18:54:08 +01:00