1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core/streams
2020-03-12 18:30:45 +00:00
..
juce_BufferedInputStream.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_BufferedInputStream.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_FileInputSource.cpp Demos: Convey proper ownership semantics 2020-03-12 18:30:45 +00:00
juce_FileInputSource.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_InputSource.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_InputStream.cpp Added an overloaded read method to InputStream which takes a size_t as the size parameter, rather than an int 2019-06-13 10:10:26 +01:00
juce_InputStream.h Added an overloaded read method to InputStream which takes a size_t as the size parameter, rather than an int 2019-06-13 10:10:26 +01:00
juce_MemoryInputStream.cpp Initialise dataSize in MemoryInputStream constructor that takes a MemoryBlock rvalue reference 2020-02-27 15:09:13 +00:00
juce_MemoryInputStream.h Added a constructor to MemoryInputStream that will move from a MemoryBlock 2019-07-02 13:54:38 +01:00
juce_MemoryOutputStream.cpp Made an assertion in MemoryOutputStream::write() slightly more forgiving 2018-09-06 22:01:19 +01:00
juce_MemoryOutputStream.h Fixed some typos 2020-01-06 14:04:16 +00:00
juce_OutputStream.cpp Fix a crash on shutdown when DanglingStreamChecker gets destroyed before LeakCounter instances. 2019-05-20 17:30:20 +02:00
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 2018-04-16 12:26:42 +01:00
juce_SubregionStream.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_SubregionStream.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_URLInputSource.cpp Demos: Convey proper ownership semantics 2020-03-12 18:30:45 +00:00
juce_URLInputSource.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00