wxwidgets/tests/streams
Vadim Zeitlin 393b6027be No changes, just a small optimization in DataStreamTestCase.
Don't create streams on the heap completely unnecessarily, just allocate them
on the stack. This makes the code shorter, safer and slightly more efficient.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-05-06 00:30:53 +00:00
..
bstream.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
bstream.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
datastreamtest.cpp No changes, just a small optimization in DataStreamTestCase. 2013-05-06 00:30:53 +00:00
ffilestream.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fileback.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filestream.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
iostreams.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
largefile.cpp Use __WINDOWS__ for OS checks and __WXMSW__ for GUI checks (round 2). 2012-03-04 20:31:42 +00:00
memstream.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
socketstream.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
sstream.cpp Use wxString::To8BitData() instead of mb_str() to handle NULs correctly. 2010-11-10 13:53:40 +00:00
stdstream.cpp No code changes, fixed some typos. 2011-04-30 10:57:04 +00:00
tempfile.cpp Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
textstreamtest.cpp Use __WINDOWS__ for OS checks and __WXMSW__ for GUI checks (round 2). 2012-03-04 20:31:42 +00:00
zlibstream.cpp No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00