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-10-12 15:25:44 +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 Misc minor string optimisations. 2013-09-11 14:52:28 +01: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 Refactored some byte-order mark detection code. 2013-09-06 11:25:13 +01:00
juce_CharPointer_UTF16.h Refactored some byte-order mark detection code. 2013-09-06 11:25:13 +01:00
juce_CharPointer_UTF32.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01: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 methods var::clone() and DynamicObject::clone() for deep-copying objects. 2013-10-12 15:25: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 Avoided some pedantic compiler warnings in the audio plugin code. 2013-10-01 11:53:17 +01:00
juce_String.h Disambiguations to keep the MS compiler happy when using UTF32 string mode. 2013-09-13 16:12:05 +01:00
juce_StringArray.cpp Optimised Array with some move-operators. 2013-10-04 09:59:24 +01:00
juce_StringArray.h Optimised Array with some move-operators. 2013-10-04 09:59:24 +01: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 Misc minor string optimisations. 2013-09-11 14:52:28 +01: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