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
2015-06-21 18:54:08 +01:00
..
juce_CharacterFunctions.cpp Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +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 Workarounds for build problems with mingw in C++11 mode. 2014-12-23 15:34:32 +00:00
juce_CharPointer_UTF8.h Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +01:00
juce_CharPointer_UTF16.h Workarounds for build problems with mingw in C++11 mode. 2014-12-23 15:34:32 +00:00
juce_CharPointer_UTF32.h Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
juce_Identifier.cpp Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 2015-06-21 18:54:08 +01:00
juce_Identifier.h Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 2015-06-21 18:54:08 +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 Optimised performance of String::isEmpty() 2015-03-27 09:24:30 +00:00
juce_String.h Fixed a spelling mistake. 2015-06-02 12:51:08 +01:00
juce_StringArray.cpp Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists. 2014-12-23 15:01:10 +00:00
juce_StringArray.h Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists. 2014-12-23 15:01:10 +00: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 Tweak to avoid a compiler warning. 2015-01-06 09:51:52 +00: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