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 fc772941d6 Fixed some pedantic warnings. 11 years ago
..
juce_CharPointer_ASCII.h Updated the format of the header include guard macros. 12 years ago
juce_CharPointer_UTF8.h Refactored some byte-order mark detection code. 11 years ago
juce_CharPointer_UTF16.h Refactored some byte-order mark detection code. 11 years ago
juce_CharPointer_UTF32.h Updated the format of the header include guard macros. 12 years ago
juce_CharacterFunctions.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_CharacterFunctions.h Misc minor string optimisations. 11 years ago
juce_Identifier.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_Identifier.h Fixes for builds using utf-32 string storage. 11 years ago
juce_LocalisedStrings.cpp Added a method LocalisedStrings::addStrings() for merging multiple translation files. 11 years ago
juce_LocalisedStrings.h Added a method LocalisedStrings::addStrings() for merging multiple translation files. 11 years ago
juce_NewLine.h Disambiguations to keep the MS compiler happy when using UTF32 string mode. 11 years ago
juce_String.cpp Fixed some pedantic warnings. 11 years ago
juce_String.h Disambiguations to keep the MS compiler happy when using UTF32 string mode. 11 years ago
juce_StringArray.cpp New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 11 years ago
juce_StringArray.h New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 11 years ago
juce_StringPairArray.cpp New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 11 years ago
juce_StringPairArray.h New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 11 years ago
juce_StringPool.cpp Misc minor string optimisations. 11 years ago
juce_StringPool.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_StringRef.h Disambiguations to keep the MS compiler happy when using UTF32 string mode. 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