wxWidgets/tests
2007-08-20 15:19:15 +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 Compilation fix 2005-04-25 10:32:55 +00:00
filename fixed typo: _T(), not _() 2007-04-10 14:55:02 +00:00
filesys [ 1068188 ] Precompiled header for the test program [Modified a bit] 2004-11-22 05:00:19 +00:00
fontmap added missing licence information 2006-03-31 21:14:40 +00:00
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 Fix for 64-bit systems 2006-02-15 12:59:37 +00:00
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 added test for wxScopeGuard 2005-06-16 23:47:30 +00:00
streams provide both const char* and const wchar_t* implicit conversion of wxCStrData regardless of the build type 2007-04-05 21:28:14 +00:00
strings added wxUTF8StringBuffer for writing UTF8 data into wxString efficiently, similarly to existing wxStringBuffer classes 2007-08-20 15:19:15 +00:00
textfile corrected mistake in the UTF-16 test on big endian machines 2006-04-04 14:25:59 +00:00
thread added wxAtomicInc/Dec() functions (patch 1739486) 2007-07-04 20:54:14 +00:00
uris removed WXWIN_COMPATIBILITY_24 2007-03-08 01:33:01 +00:00
vectors changed wxVectorBase and WX_DECLARE_BASE into wxVector<T> template 2007-07-07 10:09:42 +00:00
dummy.cpp Empty line at the end. 2004-11-22 15:12:29 +00:00
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 warn if wxVsnprintf() is not being used 2007-02-11 02:27:29 +00:00
testdata.fc moved Unicode tests to testsuite (patch 943945) 2004-04-30 20:26:14 +00:00
testprec.h We can't define things in someone else's namespace. 2006-08-28 12:27:39 +00:00