Vadim Zeitlin
|
96461cc29d
|
added wxMemoryInputStream(wxMemoryOutputStream&) ctor (patch 1170635)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-02 22:37:58 +00:00 |
|
Michael Wetherell
|
e126517457
|
Add wxTempFileOutputStream
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-13 16:20:51 +00:00 |
|
Ryan Norton
|
086d7f3177
|
update to patch [ 1077074 ] Unit test for large file support from Mike
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-04 15:15:20 +00:00 |
|
Ryan Norton
|
48714f7495
|
patch [ 1077074 ] Unit test for large file support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-04 09:43:47 +00:00 |
|
Włodzimierz Skiba
|
b713f8919c
|
wx/math.h integration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-14 20:52:13 +00:00 |
|
Ryan Norton
|
2f4bebe8ff
|
data stream test for extended
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-24 22:31:25 +00:00 |
|
Ryan Norton
|
8f0ff17851
|
[ 1070686 ] wxOutputStream::Close()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-23 14:26:10 +00:00 |
|
Ryan Norton
|
8899b155a1
|
[ 1068188 ] Precompiled header for the test program [Modified a bit]
Regen bakefiles for unit tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-22 05:00:19 +00:00 |
|
Ryan Norton
|
ba8546912d
|
wxTextOutputStream::PutChar and text stream test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-21 18:26:38 +00:00 |
|
Włodzimierz Skiba
|
3e5f6c1c4f
|
Patch 1053127 - Test fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-10 21:29:08 +00:00 |
|
Vadim Zeitlin
|
30984deafc
|
new set of fixes for problems due to huge files support: drop wxFileSize_t, use wxFileOffset only, make wxInvalidOffset an int (main part of the patch 1063498)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-10 21:02:58 +00:00 |
|
Václav Slavík
|
6b7d5d1c44
|
fixed memory deallocation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-09 10:29:47 +00:00 |
|
Vadim Zeitlin
|
32d49041eb
|
added unit tests for wxStringStreams
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-19 22:00:16 +00:00 |
|
Václav Slavík
|
ce42615218
|
another 2.4 compatiblity fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-26 09:22:03 +00:00 |
|
Václav Slavík
|
82073497ad
|
2.4 backward compatiblity tests should be run only if the library was built in compatibility mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-25 19:26:07 +00:00 |
|
Václav Slavík
|
0e43839c41
|
eliminated some warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-20 19:08:55 +00:00 |
|
Václav Slavík
|
7735998c2a
|
applied rest of streams test suite patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-18 19:26:20 +00:00 |
|
Václav Slavík
|
08776b0914
|
stream tests improvements (patch 924438)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-11 20:59:33 +00:00 |
|
Václav Slavík
|
e3f810a21b
|
forgot to add header file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-01 12:22:44 +00:00 |
|
Václav Slavík
|
340da6aec0
|
commited streams test suite (not part of build yet, coming soon)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-01 10:13:47 +00:00 |
|