projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
disable MSVC deprecation warnings as we intentionally test deprecated methods in...
[wxWidgets.git]
/
tests
/
streams
/
2009-06-07
Vadim Zeitlin
disable a VC6 warning occurring inside a standard header
tree
|
commitdiff
2009-06-06
Vadim Zeitlin
use _fileno() instead of fileno() with VC
tree
|
commitdiff
2009-05-03
Vadim Zeitlin
removed the now unnecessary WX_CPPUNIT_ALLOW_EQUALS_TO_...
tree
|
commitdiff
2009-05-03
Vadim Zeitlin
allow comparison of int with 64 bit integer type (see...
tree
|
commitdiff
2009-05-03
Vadim Zeitlin
std::streamoff is just a (32 bit) long under Win32...
tree
|
commitdiff
2009-05-02
Vadim Zeitlin
added wxStd{In,Out}putStream classes (closes #10637)
tree
|
commitdiff
2009-03-06
Vadim Zeitlin
added wxZlibStream::SetDictionary() (closes #10551)
tree
|
commitdiff
2009-01-16
Vadim Zeitlin
compilation fixes for 64 bit platforms
tree
|
commitdiff
2009-01-04
Vadim Zeitlin
abstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUAL...
tree
|
commitdiff
2009-01-04
Vadim Zeitlin
use correct type for file offset
tree
|
commitdiff
2009-01-04
Vadim Zeitlin
allow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset...
tree
|
commitdiff
2009-01-03
Vadim Zeitlin
trying to fix buildbot VC6 build error
tree
|
commitdiff
2008-12-27
Vadim Zeitlin
make the test really use the different socket flags...
tree
|
commitdiff
2008-12-27
Vadim Zeitlin
more CPPUNIT_ASSERT replacements with CPPUNIT_ASSERT_EQUAL
tree
|
commitdiff
2008-11-19
Vadim Zeitlin
minor icc warning fixes
tree
|
commitdiff
2008-07-18
Vadim Zeitlin
get rid of special WX_ASSERT_FOO_EQUAL macros by defini...
tree
|
commitdiff
2008-07-12
Vadim Zeitlin
run tests several times with different socket flags
tree
|
commitdiff
2008-07-12
Vadim Zeitlin
check that the stream raises no error other than EOF...
tree
|
commitdiff
2008-07-12
Vadim Zeitlin
enable the rest of wxSocketStream tests now that they...
tree
|
commitdiff
2008-07-09
Vadim Zeitlin
add some output stream tests
tree
|
commitdiff
2008-07-09
Vadim Zeitlin
skip calls of TellI/TellO() if the stream is not seekab...
tree
|
commitdiff
2008-07-09
Vadim Zeitlin
use wxSocketBase::Initialize/Shutdown() instead of...
tree
|
commitdiff
2008-07-08
Vadim Zeitlin
MSW compilation fix after last commit
tree
|
commitdiff
2008-07-08
Vadim Zeitlin
added (for now trivial) socket stream test
tree
|
commitdiff
2008-06-15
Vadim Zeitlin
added a unit test for input/output file streams and...
tree
|
commitdiff
2007-09-15
Vadim Zeitlin
fix wxStringOutputStream to deal with NUL bytes correct...
tree
|
commitdiff
2007-08-22
Václav Slavík
compilation fix
tree
|
commitdiff
2007-04-05
Václav Slavík
provide both const char* and const wchar_t* implicit...
tree
|
commitdiff
2007-03-18
Vadim Zeitlin
fix VC warning about applying unary minus to unsigned...
tree
|
commitdiff
2007-03-18
Vadim Zeitlin
compilation fixes after c_str() changes
tree
|
commitdiff
2007-03-17
Vadim Zeitlin
implemented wxMemoryInputStream::CanRead() and added...
tree
|
commitdiff
2007-03-17
Vadim Zeitlin
added wxMemoryInputStream(wxInputStream&, size_t) ctor...
tree
|
commitdiff
2007-03-17
Václav Slavík
first phase of transition to unified Unicode build:
tree
|
commitdiff
2007-03-08
Vadim Zeitlin
removed WXWIN_COMPATIBILITY_24
tree
|
commitdiff
2006-12-16
Vadim Zeitlin
test both wxMBConvUTFxx and wxCSConv(wxFONTENCODING_UTF...
tree
|
commitdiff
2006-12-09
Vadim Zeitlin
added test cases for wxTextInputStream and UTF-xx encod...
tree
|
commitdiff
2006-11-10
Michael Wetherell
Missing header.
tree
|
commitdiff
2006-10-29
Michael Wetherell
Compile fix after GetC return type changed from char...
tree
|
commitdiff
2006-10-27
Michael Wetherell
Include FindLength in the tests.
tree
|
commitdiff
2006-10-24
Michael Wetherell
Add tests for wxBackingFile.
tree
|
commitdiff
2006-10-23
Michael Wetherell
Add tests for wxBackingFile.
tree
|
commitdiff
2006-02-15
Michael Wetherell
Warning fix
tree
|
commitdiff
2006-02-11
Vadim Zeitlin
added support for 64 bit ints in wx stream classes...
tree
|
commitdiff
2005-10-15
Michael Wetherell
Compilation fix for platforms where size_t is larger...
tree
|
commitdiff
2005-04-02
Vadim Zeitlin
added wxMemoryInputStream(wxMemoryOutputStream&) ctor...
tree
|
commitdiff
2005-03-13
Michael Wetherell
Add wxTempFileOutputStream
tree
|
commitdiff
2005-02-04
Ryan Norton
update to patch [ 1077074 ] Unit test for large file...
tree
|
commitdiff
2005-02-04
Ryan Norton
patch [ 1077074 ] Unit test for large file support
tree
|
commitdiff
2004-12-14
Włodzimierz Skiba
wx/math.h integration
tree
|
commitdiff
2004-11-24
Ryan Norton
data stream test for extended
tree
|
commitdiff
2004-11-23
Ryan Norton
[ 1070686 ] wxOutputStream::Close()
tree
|
commitdiff
2004-11-22
Ryan Norton
[ 1068188 ] Precompiled header for the test program...
tree
|
commitdiff
2004-11-21
Ryan Norton
wxTextOutputStream::PutChar and text stream test
tree
|
commitdiff
2004-11-10
Włodzimierz Skiba
Patch 1053127 - Test fixes.
tree
|
commitdiff
2004-11-10
Vadim Zeitlin
new set of fixes for problems due to huge files support...
tree
|
commitdiff
2004-11-09
Václav Slavík
fixed memory deallocation
tree
|
commitdiff
2004-09-19
Vadim Zeitlin
added unit tests for wxStringStreams
tree
|
commitdiff
2004-04-26
Václav Slavík
another 2.4 compatiblity fix
tree
|
commitdiff
2004-04-25
Václav Slavík
2.4 backward compatiblity tests should be run only...
tree
|
commitdiff
2004-04-20
Václav Slavík
eliminated some warnings
tree
|
commitdiff
2004-04-18
Václav Slavík
applied rest of streams test suite patch
tree
|
commitdiff
2004-04-11
Václav Slavík
stream tests improvements (patch 924438)
tree
|
commitdiff
2004-04-01
Václav Slavík
forgot to add header file
tree
|
commitdiff
2004-04-01
Václav Slavík
commited streams test suite (not part of build yet...
tree
|
commitdiff