.. |
juce_Base64.cpp
|
Modernised a bunch of code mainly relating to character/string iteration
|
7 years ago |
juce_Base64.h
|
Add documentation tags
|
7 years ago |
juce_CharPointer_ASCII.h
|
Converted some old typedefs to using declarations
|
7 years ago |
juce_CharPointer_UTF8.h
|
Converted some old typedefs to using declarations
|
7 years ago |
juce_CharPointer_UTF16.h
|
Converted some old typedefs to using declarations
|
7 years ago |
juce_CharPointer_UTF32.h
|
Converted some old typedefs to using declarations
|
7 years ago |
juce_CharacterFunctions.cpp
|
UnitTestRunner: Improved logging on Windows
|
7 years ago |
juce_CharacterFunctions.h
|
Avoid unnecessary zeros when writing double values to XML or JSON
|
6 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
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
juce_NewLine.h
|
Add documentation tags
|
7 years ago |
juce_String.cpp
|
Reverted the numberOfDecimalPlaces behaviour of the String constructor
|
6 years ago |
juce_String.h
|
Reverted the numberOfDecimalPlaces behaviour of the String constructor
|
6 years ago |
juce_StringArray.cpp
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
juce_StringArray.h
|
Fixed a documentation typo
|
6 years ago |
juce_StringPairArray.cpp
|
Fixed some false positives generated by the StringPairArray comparison operator, and made it faster for common cases.
|
7 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
|
Added a constructor to StringRef that takes a std::string
|
7 years ago |
juce_TextDiff.cpp
|
Modernised a bunch of code mainly relating to character/string iteration
|
7 years ago |
juce_TextDiff.h
|
Add documentation tags
|
7 years ago |