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
2013-12-01 23:28:31 +00: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 Couple of minor fixes to CharacterFunctions, and added a find-character method. 2013-10-15 19:44:37 +01: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 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_Identifier.h Added some comparison methods to Identifier. 2013-10-14 12:46:44 +01:00
juce_LocalisedStrings.cpp Added a method LocalisedStrings::addStrings() for merging multiple translation files. 2013-08-27 11:27:28 +01:00
juce_LocalisedStrings.h Added a method LocalisedStrings::addStrings() for merging multiple translation files. 2013-08-27 11:27:28 +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 Added method String::clear(), and used it to replace a few uses of String::empty. 2013-12-01 11:32:39 +00:00
juce_String.h Added method String::clear(), and used it to replace a few uses of String::empty. 2013-12-01 11:32:39 +00:00
juce_StringArray.cpp Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
juce_StringArray.h Provided public access to the Array<String> that's inside StringArray. 2013-11-10 17:27:54 +00:00
juce_StringPairArray.cpp New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 2013-09-09 20:07:17 +01:00
juce_StringPairArray.h New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 2013-09-09 20:07:17 +01:00
juce_StringPool.cpp Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
juce_StringPool.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_StringRef.h Disambiguations to keep the MS compiler happy when using UTF32 string mode. 2013-09-13 16:12:05 +01: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