Output the extracted number from wxString::ToXXX() even if it returns false.
[wxWidgets.git] / tests / strings /
2009-08-30  Vadim ZeitlinOutput the extracted number from wxString::ToXXX()...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-24  Vadim Zeitlinupdate CRT environment block in wxSetEnv() too
2009-04-12  Vadim Zeitlinfix support for using asterisks in the format string...
2009-04-04  Vadim Zeitlinrevert r60023 and really fixed compilation problems...
2009-04-04  Vadim Zeitlincompilation fix after r60017
2009-04-04  Vadim Zeitlinfix the test for !wxUSE_UNICODE_UTF8 builds: don't...
2009-04-04  Vadim Zeitlinfix VsnprintfTestCase::P() for mingw32 which may use...
2009-04-03  Vadim Zeitlinfix the test case which wrongly relied on wxString...
2009-04-03  Vadim Zeitlinfix the test case which wrongly relied on wxString...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-23  Francesco Montorsiput wxSetLocale() call in setUp() as VC6 still fails...
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-03-23  Francesco Montorsifix typo; use C locale for VsnprintfTestCase
2009-03-20  Francesco Montorsiadd the ToCLong, ToCULong and ToCDouble functions,...
2009-03-20  Francesco Montorsicomment-out tests provoking a low-level assert from...
2009-03-11  Václav Slavíkrenamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to...
2009-03-07  Vadim Zeitlinoptimize Replace() to use a linear algorithm (closes...
2009-02-18  Francesco Montorsimake the testcase more readable; add a few checks to...
2009-02-17  Francesco Montorsifixed test failures under wxMSW when using our wxVsnpri...
2009-01-16  Vadim Zeitlincalling wcsnlen(NULL) does crash (under Debian and...
2009-01-13  Francesco Montorsiprovide our own implementation of wxStrnlen if it's...
2009-01-04  Vadim Zeitlindon't use \u in strings, VC6 doesn't support this
2008-11-19  Vadim Zeitlinminor icc warning fixes
2008-11-03  Vadim Zeitlinreally fix VC6 compilation of all testsi (without break...
2008-11-02  Vadim Zeitlinexplicitly cast wxUniCharRef to char inside CPPUNIT_ASS...
2008-09-29  Vadim Zeitlinfix After{First,Last}() to work for strings with non...
2008-08-26  Václav Slavíkfixed writing to wxUniCharRef after its 'parent' iterat...
2008-08-09  Vadim Zeitlinadded test for Replace(whatever, "")
2008-08-01  Vadim Zeitlinadd wxString::Capitalize() and MakeCapitalized() for...
2008-07-29  Václav Slavíkadded a test for passing wxCharBufer to wxprintf functions
2008-07-19  Vadim Zeitlinfix bug with wxCSConv("ASCII")
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-07-17  Vadim Zeitlinmake test failures easier to debug by using more inform...
2008-07-17  Vadim Zeitlindon't run the tests which can't succeed in ANSI build...
2008-07-15  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT...
2008-07-15  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT...
2008-06-06  Vadim Zeitlininitialize wxStringBuffer with the original contents...
2008-06-06  Vadim Zeitlinremoved the test which never works: Lower/Upper() don...
2008-06-01  Vadim Zeitlininclude wx/crt.h to get wxUSE_WXVSNPRINTF
2008-05-30  Vadim Zeitlindon't run vsnprintf() test if we're using the system...
2008-05-30  Vadim Zeitlindon't compile the test in the build configurations...
2008-02-20  Michael WetherellCompile fixes.
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2008-01-12  Vadim Zeitlinadded tests for FromAscii/Unicode() (length parameter...
2008-01-02  Michael WetherellMissing header.
2007-10-09  Vadim Zeitlinadded a trivial test for wxString stream insertion...
2007-09-14  Vadim Zeitlinfix a couple of harmless warnings in MSVC build
2007-08-30  Vadim Zeitlinuse WX_ASSERT_STR/SIZET_EQUAL instead of CPPUNIT_ASSERT...
2007-08-30  Vadim Zeitlinfix resize() when it's used for truncating a string...
2007-08-20  Václav Slavíkfixed variadic templates in the case when char value...
2007-08-20  Václav Slavíkadded wxUTF8StringBuffer for writing UTF8 data into...
2007-08-20  Václav SlavíkVadim's new test broke subsequent asserts, fixed
2007-08-20  Vadim Zeitlinadded tests demonstrating a bug in wxString::assign...
2007-07-23  Vadim Zeitlinharmless warning fix
2007-07-04  Vadim Zeitlincompilation fix for ANSI build (added #if wxUSE_UNICODE)
2007-06-29  Václav Slavíktest wxVsnprintf() printing to both wchar_t* and char...
2007-06-28  Václav Slavík1. added default constructors for wxString iterators
2007-06-28  Václav Slavíkuse same names for test suites as the ones in ./test -l
2007-06-20  Václav Slavíkremove implicit conversion to C strings from wxString...
2007-06-13  Vadim Zeitlinoverload wxStrpbrk() for more types and add tests for it
2007-06-13  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
2007-06-13  Vadim ZeitlinstrWC used in the tests was supposed to be a wide strin...
2007-06-13  Vadim ZeitlinUnicode compilation fix: wxStrlocale() doesn't take...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-06  Václav Slavíkfixed wxScanf() etc. to compile with Visual C++ again
2007-05-31  Václav Slavíktest if wxString(NULL) ctor creates empty string
2007-05-15  Václav Slavíkfixed non-const wxString iterators to work when a chara...
2007-05-12  Václav Slavíkadd test for passing c_str() of temporary wxString...
2007-05-10  Václav Slavíktest wxString::Mid() with non-ASCII strings
2007-05-02  Václav Slavíkadded test for passing std::string to vararg functions
2007-04-24  Václav Slavíkadded test for a crash when passing wxCStrData construc...
2007-04-24  Václav Slavíkfixed broken wxCStrData and operator?: check
2007-04-19  Václav Slavíkadded tests for wxCStrData::operator* and operator[]
2007-04-17  Václav Slavíkadded conversion to and from std::string and std::wstri...
2007-04-05  Vadim Zeitlinadded overloads taking pairs of const char/wchar_t...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-04-05  Vadim Zeitlinfix another warning about unused variable in DoCStrData...
2007-04-05  Vadim Zeitlinfix warning about unused variable in DoCStrDataTernaryO...
2007-04-02  Václav Slavíksome more operator?! tests
2007-03-30  Václav Slavíkadded char_str() and wchar_str() methods to wxString...
2007-03-29  Václav Slavíkmore wxString::append() tests
2007-03-28  Václav Slavíkallow passing wx[W]CharBuffer to wx vararg templates
2007-03-28  Václav Slavíkadded test for operator?: and wxCStrData
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-07  Václav Slavíkdeprecated wxString::GetWriteBuf() and friends in favou...
2007-02-20  Václav Slavíkallow creating wxString from char*, assigning to it...
2007-02-20  Václav Slavíkcompilation fix
2007-02-12  Vadim Zeitlinsuppress gcc warnings about invalid format strings
2007-02-12  Vadim Zeitlindon't run WrongFormatStrings test with system printf...
2007-02-11  Vadim Zeitlinadded test for %c and other minor changes (patch 1643843)
2007-02-11  Vadim Zeitlincompilation fix for 64 bit platforms (where size_t...
2007-01-19  Vadim Zeitlindisabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn...
2007-01-18  Vadim Zeitlinadded wxCSConv::IsOk() (patch 1637944)
2007-01-07  Vadim Zeitlinadded support and enable long long support when wxLong...
2007-01-07  Vadim Zeitlinfixes and workarounds to return value of our own wxVsnp...
2006-12-09  Vadim ZeitlinUnicode compilation fixes
2006-11-27  Vadim Zeitlinadded test for Get/UngetWriteBuf()
2006-11-10  Michael WetherellA couple more tests.
2006-11-09  Michael WetherellAdditional tests for wxVsnprintf, originally to test...
next