wxWidgets/tests
2007-09-14 23:26:06 +00:00
..
archive Add tar stream tests. 2006-10-27 10:11:46 +00:00
arrays don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future 2007-06-10 17:42:41 +00:00
base64 added a macro for comparison size_t variables with literal constants, this is less ugly than explicitly casting the arguments to size_t; use it to fix base64 compilation under 64 bit platforms 2007-07-21 23:41:07 +00:00
benchmarks compilation fix for 2.8 compat disabled 2007-05-03 10:36:08 +00:00
config added ReadType convenience functions (patch 1764160) 2007-08-15 20:23:01 +00:00
datetime don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future 2007-06-10 17:42:41 +00:00
filekind
filename fixed typo: _T(), not _() 2007-04-10 14:55:02 +00:00
filesys
fontmap
formatconverter normalize printf/scanf format strings correctly on all platforms, while accounting for wxArgNormalizer<T> conversions 2007-06-22 11:10:36 +00:00
geometry added wxRect::operator+() and *() (union and intersection); also made other operators friends instead of members (patch 1589175) 2007-05-24 01:47:29 +00:00
hashes removed WXWIN_COMPATIBILITY_24 2007-03-08 01:33:01 +00:00
intl added basic test for wxLocale 2007-03-26 21:12:13 +00:00
lists don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future 2007-06-10 17:42:41 +00:00
longlong
mbconv compilation fix 2007-07-23 22:33:44 +00:00
regex don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future 2007-06-10 17:42:41 +00:00
scopeguard
streams compilation fix 2007-08-22 15:19:06 +00:00
strings use WX_ASSERT_STR/SIZET_EQUAL instead of CPPUNIT_ASSERT_EQUAL with casts 2007-08-30 20:21:49 +00:00
textfile
thread added a test for wxAtomicDec return value 2007-09-10 22:12:39 +00:00
uris removed WXWIN_COMPATIBILITY_24 2007-03-08 01:33:01 +00:00
vectors more wxVector<T> tests 2007-08-21 15:51:52 +00:00
dummy.cpp
makefile.bcc updated after fileconf/fileconftest.cpp to config/fileconf.cpp move 2007-07-21 23:51:19 +00:00
makefile.gcc updated after fileconf/fileconftest.cpp to config/fileconf.cpp move 2007-07-21 23:51:19 +00:00
Makefile.in updated after fileconf/fileconftest.cpp to config/fileconf.cpp move 2007-07-21 23:51:19 +00:00
makefile.vc updated after fileconf/fileconftest.cpp to config/fileconf.cpp move 2007-07-21 23:51:19 +00:00
makefile.wat updated after fileconf/fileconftest.cpp to config/fileconf.cpp move 2007-07-21 23:51:19 +00:00
test_printfbench.dsp changed ds[pw] files to use CRLF eol style and not native one (this helps if you have them on a partition exported via Samba from Unix to Windows) 2007-06-30 12:13:58 +00:00
test_test_gui.dsp updated after fileconf/fileconftest.cpp to config/fileconf.cpp move 2007-07-21 23:51:19 +00:00
test_test.dsp updated after fileconf/fileconftest.cpp to config/fileconf.cpp move 2007-07-21 23:51:19 +00:00
test.bkl updated after fileconf/fileconftest.cpp to config/fileconf.cpp move 2007-07-21 23:51:19 +00:00
test.cpp fix wxCmdLineEntryDesc compilation after latest changes 2007-09-14 23:26:06 +00:00
testdata.fc
testprec.h We can't define things in someone else's namespace. 2006-08-28 12:27:39 +00:00