wxWidgets/tests/strings
2007-07-04 20:35:42 +00:00
..
crt.cpp overload wxStrpbrk() for more types and add tests for it 2007-06-13 15:31:09 +00:00
stdstrings.cpp 1. added default constructors for wxString iterators 2007-06-28 12:49:58 +00:00
strings.cpp remove implicit conversion to C strings from wxString if wxUSE_STL=1; this fixes problems with converting between wxString and std::string in some situations at the cost of having to use c_str() explicitly just as you have to when using std::string 2007-06-20 07:47:51 +00:00
tokenizer.cpp Fix for compiler error with gcc 3.3.5 and cppunit 1.10.0 and 2006-02-05 14:01:37 +00:00
unichar.cpp first phase of transition to unified Unicode build: 2007-03-17 10:26:10 +00:00
unicode.cpp use same names for test suites as the ones in ./test -l 2007-06-28 07:54:15 +00:00
vararg.cpp fixed wxScanf() etc. to compile with Visual C++ again 2007-06-06 13:48:24 +00:00
vsnprintf.cpp compilation fix for ANSI build (added #if wxUSE_UNICODE) 2007-07-04 20:35:42 +00:00