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 efda09a512 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_BufferedInputStream.cpp Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 7 years ago
juce_BufferedInputStream.h Add documentation tags 7 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 Add documentation tags 7 years ago
juce_InputSource.h Add documentation tags 7 years ago
juce_InputStream.cpp Fixed a mistake in InputStream::readNextLine() 7 years ago
juce_InputStream.h Add documentation tags 7 years ago
juce_MemoryInputStream.cpp Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 7 years ago
juce_MemoryInputStream.h Add documentation tags 7 years ago
juce_MemoryOutputStream.cpp Some light modernisation of a bunch of old code 7 years ago
juce_MemoryOutputStream.h Add documentation tags 7 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 Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 7 years ago
juce_SubregionStream.h Add documentation tags 7 years ago
juce_URLInputSource.cpp Add URLInputSource class 7 years ago
juce_URLInputSource.h Fixed a documentation tag in URLInputSource 7 years ago