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 e018192de2 Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 10 years ago
..
juce_CharPointer_ASCII.h Workarounds for build problems with mingw in C++11 mode. 10 years ago
juce_CharPointer_UTF8.h Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 10 years ago
juce_CharPointer_UTF16.h Workarounds for build problems with mingw in C++11 mode. 10 years ago
juce_CharPointer_UTF32.h Avoided some pedantic GCC warnings. 11 years ago
juce_CharacterFunctions.cpp Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 10 years ago
juce_CharacterFunctions.h Added a template param to a CharacterFunctions method. 11 years ago
juce_Identifier.cpp Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 10 years ago
juce_Identifier.h Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 10 years ago
juce_LocalisedStrings.cpp Added a couple of missing JUCE_API annotations. 11 years ago
juce_LocalisedStrings.h Added a couple of missing JUCE_API annotations. 11 years ago
juce_NewLine.h Disambiguations to keep the MS compiler happy when using UTF32 string mode. 11 years ago
juce_String.cpp Optimised performance of String::isEmpty() 10 years ago
juce_String.h Fixed a spelling mistake. 10 years ago
juce_StringArray.cpp Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists. 10 years ago
juce_StringArray.h Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists. 10 years ago
juce_StringPairArray.cpp Added a LocalisedString::setFallback() method. 11 years ago
juce_StringPairArray.h Added a LocalisedString::setFallback() method. 11 years ago
juce_StringPool.cpp MSVC UTF-32 build fix. 11 years ago
juce_StringPool.h Tweak to avoid a compiler warning. 10 years ago
juce_StringRef.h Added an operator[] to StringRef 11 years ago
juce_TextDiff.cpp Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 11 years ago
juce_TextDiff.h Updated the format of the header include guard macros. 12 years ago