| .. |
|
juce_CharPointer_ASCII.h
|
Updated the format of the header include guard macros.
|
12 years ago |
|
juce_CharPointer_UTF8.h
|
Made CharPointer_UTF8 more consistent in the way it handles broken sequences.
|
11 years ago |
|
juce_CharPointer_UTF16.h
|
Avoided some pedantic GCC warnings.
|
12 years ago |
|
juce_CharPointer_UTF32.h
|
Avoided some pedantic GCC warnings.
|
12 years ago |
|
juce_CharacterFunctions.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
|
juce_CharacterFunctions.h
|
Added a template param to a CharacterFunctions method.
|
12 years ago |
|
juce_Identifier.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_Identifier.h
|
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_LocalisedStrings.cpp
|
Added a couple of missing JUCE_API annotations.
|
11 years ago |
|
juce_LocalisedStrings.h
|
Added a couple of missing JUCE_API annotations.
|
11 years ago |
|
juce_NewLine.h
|
Disambiguations to keep the MS compiler happy when using UTF32 string mode.
|
12 years ago |
|
juce_String.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_String.h
|
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_StringArray.cpp
|
Removed a few more uses of String::empty.
|
12 years ago |
|
juce_StringArray.h
|
Provided public access to the Array<String> that's inside StringArray.
|
12 years ago |
|
juce_StringPairArray.cpp
|
Added a LocalisedString::setFallback() method.
|
12 years ago |
|
juce_StringPairArray.h
|
Added a LocalisedString::setFallback() method.
|
12 years ago |
|
juce_StringPool.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_StringPool.h
|
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_StringRef.h
|
Added an operator[] to StringRef
|
11 years ago |
|
juce_TextDiff.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.
|
12 years ago |
|
juce_TextDiff.h
|
Updated the format of the header include guard macros.
|
12 years ago |