use correct type for file offset
[wxWidgets.git] / tests / streams /
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...