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.
ed a234721110 Added various clang-tidy modernize-* fixes 6 years ago
..
juce_BufferedInputStream.cpp Added unit tests to the InputStream classes 6 years ago
juce_BufferedInputStream.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_FileInputSource.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_FileInputSource.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_InputSource.h Added various clang-tidy modernize-* fixes 6 years ago
juce_InputStream.cpp Reverted 6ca7af73cfbd07d803b6102baa63e76eece3c6c4 "Optimised the base class implementation of InputStream::skipNextBytes() a bit" 6 years ago
juce_InputStream.h Added various clang-tidy modernize-* fixes 6 years ago
juce_MemoryInputStream.cpp Added unit tests to the InputStream classes 6 years ago
juce_MemoryInputStream.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_MemoryOutputStream.cpp Made an assertion in MemoryOutputStream::write() slightly more forgiving 6 years ago
juce_MemoryOutputStream.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_OutputStream.cpp Added a parameter to File::appendText, File::replaceWithText and OutputStream::writeText to provide control over if/how line-feeds are replaced when writing text to a file 7 years ago
juce_OutputStream.h Added a parameter to File::appendText, File::replaceWithText and OutputStream::writeText to provide control over if/how line-feeds are replaced when writing text to a file 7 years ago
juce_SubregionStream.cpp Added unit tests to the InputStream classes 6 years ago
juce_SubregionStream.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_URLInputSource.cpp Replaced all uses of static_cast<Type&&> with std::move 6 years ago
juce_URLInputSource.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago