wxwidgets/tests/streams
the-nerbs ffe520cb6d Update wxMemoryInputStream::Peek to set last read count.
This aligns the memory stream's Peek with other streams' Peek impls by
making it set the last read count to 1 when it successfully peeks a
character, or 0 when it does not. While the formal docs do not link
Peek to LastCount directly, the in-source comments on the declaration
of both wxInputStream::Peek and wxInputStream::LastRead both indicate
that Peek will set the last read count.
2023-08-06 20:46:27 -04:00
..
bstream.h Update wxMemoryInputStream::Peek to set last read count. 2023-08-06 20:46:27 -04:00
datastreamtest.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
ffilestream.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
fileback.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
filestream.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
iostreams.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
largefile.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
lzmastream.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
memstream.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
socketstream.cpp Use wxSocketInitializer in the unit tests 2023-05-18 00:06:21 +02:00
sstream.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
stdstream.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
tempfile.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
textstreamtest.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
zlibstream.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00