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/text
2014-08-26 10:17:40 +01:00
..
juce_CharacterFunctions.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_CharacterFunctions.h Added a template param to a CharacterFunctions method. 2013-11-07 14:39:22 +00:00
juce_CharPointer_ASCII.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_CharPointer_UTF8.h Made CharPointer_UTF8 more consistent in the way it handles broken sequences. 2014-01-20 12:06:14 +00:00
juce_CharPointer_UTF16.h Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
juce_CharPointer_UTF32.h Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
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. 2014-05-27 17:02:34 +01:00
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. 2014-05-27 17:02:34 +01:00
juce_LocalisedStrings.cpp Added a couple of missing JUCE_API annotations. 2014-05-19 09:41:22 +01:00
juce_LocalisedStrings.h Added a couple of missing JUCE_API annotations. 2014-05-19 09:41:22 +01:00
juce_NewLine.h Disambiguations to keep the MS compiler happy when using UTF32 string mode. 2013-09-13 16:12:05 +01:00
juce_String.cpp Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +01:00
juce_String.h A few minor clean-ups. 2014-08-26 10:17:40 +01:00
juce_StringArray.cpp Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. 2014-06-15 10:37:31 +01:00
juce_StringArray.h Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. 2014-06-15 10:37:31 +01:00
juce_StringPairArray.cpp Added a LocalisedString::setFallback() method. 2013-12-29 11:02:59 +00:00
juce_StringPairArray.h Added a LocalisedString::setFallback() method. 2013-12-29 11:02:59 +00:00
juce_StringPool.cpp MSVC UTF-32 build fix. 2014-05-30 09:10:09 +01:00
juce_StringPool.h MSVC UTF-32 build fix. 2014-05-30 09:10:09 +01:00
juce_StringRef.h Added an operator[] to StringRef 2014-03-27 17:08:50 +00:00
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. 2013-09-11 10:29:48 +01:00
juce_TextDiff.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00