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 e36736e0ec Fixed some typos 5 years ago
..
juce_BufferedInputStream.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 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 Added an overloaded read method to InputStream which takes a size_t as the size parameter, rather than an int 6 years ago
juce_InputStream.h Added an overloaded read method to InputStream which takes a size_t as the size parameter, rather than an int 6 years ago
juce_MemoryInputStream.cpp Added a constructor to MemoryInputStream that will move from a MemoryBlock 5 years ago
juce_MemoryInputStream.h Added a constructor to MemoryInputStream that will move from a MemoryBlock 5 years ago
juce_MemoryOutputStream.cpp Made an assertion in MemoryOutputStream::write() slightly more forgiving 6 years ago
juce_MemoryOutputStream.h Fixed some typos 5 years ago
juce_OutputStream.cpp Fix a crash on shutdown when DanglingStreamChecker gets destroyed before LeakCounter instances. 6 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 juce_UnitTestCategories.h to replace raw strings used for test categories 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