.. |
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
|
Converted some old typedefs to using declarations
|
7 years ago |
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
|
7 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
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_NewLine.h
|
Add documentation tags
|
7 years ago |
juce_String.cpp
|
Disambiguated a couple of String + std::string operators
|
7 years ago |
juce_String.h
|
Disambiguated a couple of String + std::string operators
|
7 years ago |
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
|
7 years ago |
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
|
7 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 |