| .. |
|
juce_Base64.cpp
|
Modernised a bunch of code mainly relating to character/string iteration
|
2017-10-19 16:52:20 +01:00 |
|
juce_Base64.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_CharacterFunctions.cpp
|
UnitTestRunner: Improved logging on Windows
|
2017-09-26 11:16:35 +01:00 |
|
juce_CharacterFunctions.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_CharPointer_ASCII.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_CharPointer_UTF8.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_CharPointer_UTF16.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_CharPointer_UTF32.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_Identifier.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_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
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_NewLine.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_String.cpp
|
Fixed an edge-case in String::compareNatural
|
2018-02-05 11:12:15 +00:00 |
|
juce_String.h
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
2018-04-17 18:46:55 +01:00 |
|
juce_StringArray.cpp
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
2018-04-17 18:46:55 +01:00 |
|
juce_StringArray.h
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
2018-04-17 18:46:55 +01:00 |
|
juce_StringPairArray.cpp
|
Fixed some false positives generated by the StringPairArray comparison operator, and made it faster for common cases.
|
2017-10-10 15:33:55 +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
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_TextDiff.cpp
|
Modernised a bunch of code mainly relating to character/string iteration
|
2017-10-19 16:52:20 +01:00 |
|
juce_TextDiff.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |