wxWidgets/tests/streams
Vadim Zeitlin 789ab84044 Add IEEE 754 single/double precision support to wxDataStream classes.
Allow to optionally raed/write float/double values in IEEE 754 single/double
precision formats, respectively, instead of always using the extended
precision format for both of them.

This makes the code more flexible, allowing for better interoperability with
the other programs, and also allows to implement floating point functions in
these classes even when wxUSE_APPLE_IEEE is turned off (as can be the case
because of the licencing concerns for the code in extended.c).

Closes #10625.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-05-06 00:31:03 +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 Add IEEE 754 single/double precision support to wxDataStream classes. 2013-05-06 00:31:03 +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