wxWidgets/tests/streams
Vadim Zeitlin b8c9cd3528 Use wxScopedPtr<> instead of std::auto_ptr<> in the tests
It is better to use wholly non-standard wxWidgets smart pointer class
rather than using standard, but deprecated in C++17, std::auto_ptr<> as
this results in warnings from recent compilers.
2017-10-31 21:14:05 +01:00
..
bstream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bstream.h Fix more typos in comments and wxFAIL messages 2016-04-14 16:08:28 +02:00
datastreamtest.cpp Handle strings with embedded NULs in wxDataStream 2016-06-04 21:47:12 +02:00
ffilestream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fileback.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
filestream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
iostreams.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
largefile.cpp Use wxScopedPtr<> instead of std::auto_ptr<> in the tests 2017-10-31 21:14:05 +01:00
memstream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
socketstream.cpp Add a check for wxSocketServer creation to the unit tests. 2015-06-23 19:11:31 +02:00
sstream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
stdstream.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
tempfile.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
textstreamtest.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
zlibstream.cpp Remove WXTEST_WITH_CONDITION macro to simplify the code 2017-10-30 14:16:11 +01:00