XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / tests / streams /
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-06  Vadim ZeitlinAdd IEEE 754 single/double precision support to wxDataS...
2013-05-06  Vadim ZeitlinTest wxDataStream floating point methods in big endian...
2013-05-06  Vadim ZeitlinNo changes, just a small optimization in DataStreamTest...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-11-10  Vadim ZeitlinUse wxString::To8BitData() instead of mb_str() to handl...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-05-16  Francesco Montorsimove TestTextInputStream() function in CppUnit's TextSt...
2010-04-12  Vadim ZeitlinFix string stream unit test compilation in non-Unicode...
2010-01-24  Vadim ZeitlinFix bug in wxStringOutputStream unit test.
2009-12-30  Michael WetherellAdd another test for sparse file support so that the...
2009-12-30  Michael WetherellRepair the stream tests.
2009-12-22  Michael WetherellAdd support for large stdio files for VC 8+. What versi...
2009-09-12  Vadim ZeitlinExtract TestFile class in a separate header.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-07  Vadim Zeitlindisable a VC6 warning occurring inside a standard header
2009-06-06  Vadim Zeitlinuse _fileno() instead of fileno() with VC
2009-05-03  Vadim Zeitlinremoved the now unnecessary WX_CPPUNIT_ALLOW_EQUALS_TO_...
2009-05-03  Vadim Zeitlinallow comparison of int with 64 bit integer type (see...
2009-05-03  Vadim Zeitlinstd::streamoff is just a (32 bit) long under Win32...
2009-05-02  Vadim Zeitlinadded wxStd{In,Out}putStream classes (closes #10637)
2009-03-06  Vadim Zeitlinadded wxZlibStream::SetDictionary() (closes #10551)
2009-01-16  Vadim Zeitlincompilation fixes for 64 bit platforms
2009-01-04  Vadim Zeitlinabstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUAL...
2009-01-04  Vadim Zeitlinuse correct type for file offset
2009-01-04  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset...
2009-01-03  Vadim Zeitlintrying to fix buildbot VC6 build error
2008-12-27  Vadim Zeitlinmake the test really use the different socket flags...
2008-12-27  Vadim Zeitlinmore CPPUNIT_ASSERT replacements with CPPUNIT_ASSERT_EQUAL
2008-11-19  Vadim Zeitlinminor icc warning fixes
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-07-12  Vadim Zeitlinrun tests several times with different socket flags
2008-07-12  Vadim Zeitlincheck that the stream raises no error other than EOF...
2008-07-12  Vadim Zeitlinenable the rest of wxSocketStream tests now that they...
2008-07-09  Vadim Zeitlinadd some output stream tests
2008-07-09  Vadim Zeitlinskip calls of TellI/TellO() if the stream is not seekab...
2008-07-09  Vadim Zeitlinuse wxSocketBase::Initialize/Shutdown() instead of...
2008-07-08  Vadim ZeitlinMSW compilation fix after last commit
2008-07-08  Vadim Zeitlinadded (for now trivial) socket stream test
2008-06-15  Vadim Zeitlinadded a unit test for input/output file streams and...
2007-09-15  Vadim Zeitlinfix wxStringOutputStream to deal with NUL bytes correct...
2007-08-22  Václav Slavíkcompilation fix
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-03-18  Vadim Zeitlinfix VC warning about applying unary minus to unsigned...
2007-03-18  Vadim Zeitlincompilation fixes after c_str() changes
2007-03-17  Vadim Zeitlinimplemented wxMemoryInputStream::CanRead() and added...
2007-03-17  Vadim Zeitlinadded wxMemoryInputStream(wxInputStream&, size_t) ctor...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-08  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_24
2006-12-16  Vadim Zeitlintest both wxMBConvUTFxx and wxCSConv(wxFONTENCODING_UTF...
2006-12-09  Vadim Zeitlinadded test cases for wxTextInputStream and UTF-xx encod...
2006-11-10  Michael WetherellMissing header.
2006-10-29  Michael WetherellCompile fix after GetC return type changed from char...
2006-10-27  Michael WetherellInclude FindLength in the tests.
2006-10-24  Michael WetherellAdd tests for wxBackingFile.
2006-10-23  Michael WetherellAdd tests for wxBackingFile.
2006-02-15  Michael WetherellWarning fix
2006-02-11  Vadim Zeitlinadded support for 64 bit ints in wx stream classes...
2005-10-15  Michael WetherellCompilation fix for platforms where size_t is larger...
2005-04-02  Vadim Zeitlinadded wxMemoryInputStream(wxMemoryOutputStream&) ctor...
2005-03-13  Michael WetherellAdd wxTempFileOutputStream
2005-02-04  Ryan Nortonupdate to patch [ 1077074 ] Unit test for large file...
2005-02-04  Ryan Nortonpatch [ 1077074 ] Unit test for large file support
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-11-24  Ryan Nortondata stream test for extended
2004-11-23  Ryan Norton[ 1070686 ] wxOutputStream::Close()
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-11-21  Ryan NortonwxTextOutputStream::PutChar and text stream test
2004-11-10  Włodzimierz SkibaPatch 1053127 - Test fixes.
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-11-09  Václav Slavíkfixed memory deallocation
2004-09-19  Vadim Zeitlinadded unit tests for wxStringStreams
2004-04-26  Václav Slavíkanother 2.4 compatiblity fix
2004-04-25  Václav Slavík2.4 backward compatiblity tests should be run only...
2004-04-20  Václav Slavíkeliminated some warnings
2004-04-18  Václav Slavíkapplied rest of streams test suite patch
2004-04-11  Václav Slavíkstream tests improvements (patch 924438)
2004-04-01  Václav Slavíkforgot to add header file
2004-04-01  Václav Slavíkcommited streams test suite (not part of build yet...