.. |
juce_BufferedInputStream.cpp
|
Added unit tests to the InputStream classes
|
6 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
|
Added some missing override keywords
|
6 years ago |
juce_InputSource.h
|
Add documentation tags
|
7 years ago |
juce_InputStream.cpp
|
Reverted 6ca7af73cfbd07d803b6102baa63e76eece3c6c4 "Optimised the base class implementation of InputStream::skipNextBytes() a bit"
|
6 years ago |
juce_InputStream.h
|
Corrected the documentation for InputStream::skipNextBytes()
|
6 years ago |
juce_MemoryInputStream.cpp
|
Added unit tests to the InputStream classes
|
6 years ago |
juce_MemoryInputStream.h
|
Override InputStream::skipNextBytes() in MemoryInputStream to call setPosition() as it will be faster than the base class implementation
|
6 years ago |
juce_MemoryOutputStream.cpp
|
Made an assertion in MemoryOutputStream::write() slightly more forgiving
|
6 years ago |
juce_MemoryOutputStream.h
|
Multiple spelling fixes
|
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
|
Add documentation tags
|
7 years ago |
juce_URLInputSource.cpp
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
juce_URLInputSource.h
|
Added some missing override keywords
|
6 years ago |