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
2019-07-15 11:09:20 +01:00
..
juce_Base64.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_Base64.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_CharacterFunctions.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_CharacterFunctions.h Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
juce_CharPointer_ASCII.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_CharPointer_UTF8.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_CharPointer_UTF16.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_CharPointer_UTF32.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_Identifier.cpp Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
juce_Identifier.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_LocalisedStrings.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_LocalisedStrings.h Removed some legacy friend class declarations that are no longer needed with modern compilers 2018-06-13 17:11:37 +01:00
juce_NewLine.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_String.cpp Made the check for empty Strings more robust to fix a symbol collision crash 2019-07-10 11:33:23 +01:00
juce_String.h Fixed a typo 2019-07-15 11:09:20 +01:00
juce_StringArray.cpp Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
juce_StringArray.h Enforced more comprehensive const-correctness in the JUCE container classes 2019-05-29 08:52:16 +01:00
juce_StringPairArray.cpp Use ignoreCase in StringPairArray::containsKey 2019-04-15 15:11:28 +01:00
juce_StringPairArray.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_StringPool.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_StringPool.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_StringRef.h Avoided some allocations in StringRef/Identifier/String comparisons 2019-04-03 18:17:04 +01:00
juce_TextDiff.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_TextDiff.h Add documentation tags 2018-03-15 12:10:32 +00:00