The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules e26049f141 Added assertions to Array to catch situations where a reference to a member is passed into an add() method. Also changed the form of StringArray method params to avoid this problem. 6 years ago
..
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 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 Clarified some double-to-string conversion documentation, and made it avoid adding unnecessary trailing zeros (which were bloating XML and other dumps generated by things like ValueTree) 7 years ago
juce_String.h Fixed some compiler warnings 7 years ago
juce_StringArray.cpp Added assertions to Array to catch situations where a reference to a member is passed into an add() method. Also changed the form of StringArray method params to avoid this problem. 6 years ago
juce_StringArray.h Added assertions to Array to catch situations where a reference to a member is passed into an add() method. Also changed the form of StringArray method params to avoid this problem. 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