The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules 7b1e821800 Spelling correction. 10 years ago
..
juce_AbstractFifo.cpp Made sure that AbstractFifo::getFreeSpace returns the correct amount. 11 years ago
juce_AbstractFifo.h Cleared-out the last batch of unnecessary includes. 11 years ago
juce_Array.h A few minor whitespace cleanups. 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 Refactored the StringPool and Identifier classes to store the identifiers as Strings, so that they can be shared with other classes like XmlElement without creating temporary or copied String objects. Also added garbage collection for the pooled strings, and changed XmlElement to pool all of the strings it uses, to reduce memory footprint in large XML trees with many identical names. Also refactored NamedValueSet to use an array instead of a linked list. 11 years ago
juce_DynamicObject.h Clarified some documentation 11 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. 11 years ago
juce_NamedValueSet.cpp A few minor whitespace cleanups. 10 years ago
juce_NamedValueSet.h A few minor whitespace cleanups. 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 Spelling correction. 10 years ago
juce_ScopedValueSetter.h Updated the format of the header include guard macros. 11 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 Fixed some var::equals ordering problems, and added unit tests for this. 11 years ago
juce_Variant.h Added methods var::clone() and DynamicObject::clone() for deep-copying objects. 11 years ago