.. |
juce_AbstractFifo.cpp
|
Made sure that AbstractFifo::getFreeSpace returns the correct amount.
|
11 years ago |
juce_AbstractFifo.h
|
Documentation fix.
|
10 years ago |
juce_Array.h
|
Documentation fix.
|
10 years ago |
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.
|
11 years ago |
juce_DynamicObject.cpp
|
Modified the return types of some var and DynamicObject operator[] methods to avoid a common pitfall.
|
10 years ago |
juce_DynamicObject.h
|
Modified the return types of some var and DynamicObject operator[] methods to avoid a common pitfall.
|
10 years ago |
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.
|
11 years ago |
juce_HashMap.h
|
(Fixed something that was missing from the last commit)
|
11 years ago |
juce_LinkedListPointer.h
|
Updated the format of the header include guard macros.
|
12 years ago |
juce_NamedValueSet.cpp
|
A couple more optimisations of Identifier object passing.
|
10 years ago |
juce_NamedValueSet.h
|
A couple more optimisations of Identifier object passing.
|
10 years ago |
juce_OwnedArray.h
|
Minor documentation fix.
|
10 years ago |
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.
|
11 years ago |
juce_PropertySet.h
|
Removed a few more uses of String::empty.
|
11 years ago |
juce_ReferenceCountedArray.h
|
Added a method ReferenceCountedArray::clearQuick()
|
10 years ago |
juce_ScopedValueSetter.h
|
Updated the format of the header include guard macros.
|
12 years ago |
juce_SortedSet.h
|
Minor clean-ups.
|
11 years ago |
juce_SparseSet.h
|
Fixed spelling. Added a few simple methods to Random, BigInteger and var.
|
11 years ago |
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.
|
10 years ago |
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.
|
10 years ago |