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.
reuk 5af01b9b16 Demos: Convey proper ownership semantics 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 Demos: Convey proper ownership semantics 5 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 Initialise dataSize in MemoryInputStream constructor that takes a MemoryBlock rvalue reference 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 Demos: Convey proper ownership semantics 5 years ago
juce_URLInputSource.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago