.. |
juce_Base64.cpp
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
juce_Base64.h
|
Add documentation tags
|
7 years ago |
juce_CharPointer_ASCII.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_CharPointer_UTF8.h
|
Fixed some warnings with -Wconversion enabled
|
5 years ago |
juce_CharPointer_UTF16.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_CharPointer_UTF32.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_CharacterFunctions.cpp
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
juce_CharacterFunctions.h
|
Replaced all instances of JUCE_CONSTEXPR with constexpr
|
5 years ago |
juce_Identifier.cpp
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
juce_Identifier.h
|
Add documentation tags
|
7 years ago |
juce_LocalisedStrings.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_LocalisedStrings.h
|
Fixed some typos
|
5 years ago |
juce_NewLine.h
|
Add documentation tags
|
7 years ago |
juce_String.cpp
|
Fixed some warnings with -Wconversion enabled
|
5 years ago |
juce_String.h
|
Build: Fix Xcode 11.4 compatibility issues
|
5 years ago |
juce_StringArray.cpp
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 years ago |
juce_StringArray.h
|
Enforced more comprehensive const-correctness in the JUCE container classes
|
6 years ago |
juce_StringPairArray.cpp
|
Use ignoreCase in StringPairArray::containsKey
|
6 years ago |
juce_StringPairArray.h
|
Add documentation tags
|
7 years ago |
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
|
7 years ago |
juce_StringPool.h
|
Add documentation tags
|
7 years ago |
juce_StringRef.h
|
Avoided some allocations in StringRef/Identifier/String comparisons
|
6 years ago |
juce_TextDiff.cpp
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
juce_TextDiff.h
|
Add documentation tags
|
7 years ago |