2010-10-22 |
Vadim Zeitlin | Added "rest" argument to wxString::Before{First,Last}(). |
blob | commitdiff | raw |
2010-10-03 |
Vadim Zeitlin | Use wxUSING_VC_CRT_IO for MSVC CRT-specific test results. |
blob | commitdiff | raw | diff to current |
2010-09-20 |
Vadim Zeitlin | Don't use native MSW functions in wxString::CmpNoCase(). |
blob | commitdiff | raw | diff to current |
2010-06-02 |
Francesco Montorsi | fix StringTestCase::FromDouble: newer MSVC versions... |
blob | commitdiff | raw | diff to current |
2010-05-31 |
Vadim Zeitlin | Add wxString::FromDouble() and FromCDouble(). |
blob | commitdiff | raw | diff to current |
2010-05-31 |
Vadim Zeitlin | No real changes, just avoid an unnecessary heap allocat... |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Václav Slavík | Remove wxLOCALE_CONV_ENCODING flag. |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Václav Slavík | Add wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity. |
blob | commitdiff | raw | diff to current |
2010-01-14 |
Vadim Zeitlin | No real changes, just fix a typo in comments and docume... |
blob | commitdiff | raw | diff to current |
2009-08-30 |
Vadim Zeitlin | Output the extracted number from wxString::ToXXX()... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-04-04 |
Vadim Zeitlin | revert r60023 and really fixed compilation problems... |
blob | commitdiff | raw | diff to current |
2009-04-04 |
Vadim Zeitlin | compilation fix after r60017 |
blob | commitdiff | raw | diff to current |
2009-03-27 |
Václav Slavík | split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer... |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Francesco Montorsi | add the ToCLong, ToCULong and ToCDouble functions,... |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Francesco Montorsi | comment-out tests provoking a low-level assert from... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Vadim Zeitlin | optimize Replace() to use a linear algorithm (closes... |
blob | commitdiff | raw | diff to current |
2009-01-04 |
Vadim Zeitlin | don't use \u in strings, VC6 doesn't support this |
blob | commitdiff | raw | diff to current |
2008-11-19 |
Vadim Zeitlin | minor icc warning fixes |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | explicitly cast wxUniCharRef to char inside CPPUNIT_ASS... |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Vadim Zeitlin | fix After{First,Last}() to work for strings with non... |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Václav Slavík | fixed writing to wxUniCharRef after its 'parent' iterat... |
blob | commitdiff | raw | diff to current |
2008-08-09 |
Vadim Zeitlin | added test for Replace(whatever, "") |
blob | commitdiff | raw | diff to current |
2008-08-01 |
Vadim Zeitlin | add wxString::Capitalize() and MakeCapitalized() for... |
blob | commitdiff | raw | diff to current |
2008-07-18 |
Vadim Zeitlin | get rid of special WX_ASSERT_FOO_EQUAL macros by defini... |
blob | commitdiff | raw | diff to current |
2008-06-06 |
Vadim Zeitlin | initialize wxStringBuffer with the original contents... |
blob | commitdiff | raw | diff to current |
2008-06-06 |
Vadim Zeitlin | removed the test which never works: Lower/Upper() don... |
blob | commitdiff | raw | diff to current |
2008-01-12 |
Vadim Zeitlin | added tests for FromAscii/Unicode() (length parameter... |
blob | commitdiff | raw | diff to current |
2007-08-30 |
Vadim Zeitlin | use WX_ASSERT_STR/SIZET_EQUAL instead of CPPUNIT_ASSERT... |
blob | commitdiff | raw | diff to current |
2007-08-20 |
Václav Slavík | added wxUTF8StringBuffer for writing UTF8 data into... |
blob | commitdiff | raw | diff to current |
2007-08-20 |
Vadim Zeitlin | added tests demonstrating a bug in wxString::assign... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | remove implicit conversion to C strings from wxString... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Vadim Zeitlin | Unicode compilation fix: wxStrlocale() doesn't take... |
blob | commitdiff | raw | diff to current |
2007-05-31 |
Václav Slavík | test if wxString(NULL) ctor creates empty string |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Václav Slavík | test wxString::Mid() with non-ASCII strings |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Václav Slavík | fixed broken wxCStrData and operator?: check |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Václav Slavík | added tests for wxCStrData::operator* and operator[] |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Václav Slavík | provide both const char* and const wchar_t* implicit... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Vadim Zeitlin | fix another warning about unused variable in DoCStrData... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Vadim Zeitlin | fix warning about unused variable in DoCStrDataTernaryO... |
blob | commitdiff | raw | diff to current |
2007-04-02 |
Václav Slavík | some more operator?! tests |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Václav Slavík | added char_str() and wchar_str() methods to wxString... |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Václav Slavík | added test for operator?: and wxCStrData |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Václav Slavík | deprecated wxString::GetWriteBuf() and friends in favou... |
blob | commitdiff | raw | diff to current |
2007-02-20 |
Václav Slavík | allow creating wxString from char*, assigning to it... |
blob | commitdiff | raw | diff to current |
2007-02-11 |
Vadim Zeitlin | compilation fix for 64 bit platforms (where size_t... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Vadim Zeitlin | added test for Get/UngetWriteBuf() |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Vadim Zeitlin | avoid gcc warnings about missing braces in an aggregate... |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Vadim Zeitlin | added wxString::ToLongLong() and ToULongLong() (feature... |
blob | commitdiff | raw | diff to current |
2006-09-28 |
Vadim Zeitlin | added wxString::Contains() unit test |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Włodzimierz Skiba | wxString::Trim() test. |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | added wxString::EndsWith() (patch 1483049) |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Vadim Zeitlin | moved wide char conversion tests to their own file |
blob | commitdiff | raw | diff to current |
2006-02-15 |
Michael Wetherell | The cyrillic characters used in the CaseChanges() test... |
blob | commitdiff | raw | diff to current |
2005-12-20 |
Vadim Zeitlin | extracted wxStringTokenizer tests in their own file... |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Vadim Zeitlin | added test for wxString::Format() string truncation... |
blob | commitdiff | raw | diff to current |
2005-11-27 |
Michael Wetherell | wx_wcscmp is only used in unicode mode so wrap in ... |
blob | commitdiff | raw | diff to current |
2005-09-11 |
Vadim Zeitlin | added ToLong/ULong/Double() tests |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Michael Wetherell | Replacements for some wcsxxx funcs for systems without... |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Ryan Norton | Add reverse case too |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Ryan Norton | fix wxString::Replace when new strings are longer than... |
blob | commitdiff | raw | diff to current |
2005-04-08 |
Ryan Norton | yet more wxString tests for null chars |
blob | commitdiff | raw | diff to current |
2005-03-19 |
Mattia Barbon | Allow building with GCC 2.95. |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Vadim Zeitlin | added a few more UTF-[78] tests |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Vadim Zeitlin | added small UTF 8 conversion test case |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Mattia Barbon | Additional sanity check. |
blob | commitdiff | raw | diff to current |
2004-11-22 |
Ryan Norton | [ 1068188 ] Precompiled header for the test program... |
blob | commitdiff | raw | diff to current |
2004-11-21 |
Ryan Norton | wxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossibl... |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Ryan Norton | [ 1054664 ] Implementation of wxMBConvUTF7 (Heavily... |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Ryan Norton | have wxbuiltin wxmbconvutf7 return -1 (error) not 0... |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Ryan Norton | Handle bad conversions correctly. Add Bad UTF8 test. |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Václav Slavík | check if conversion to UTF7 works |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Vadim Zeitlin | compilation fix for Borland |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Vadim Zeitlin | fixed the just added wxStringTokenizer::GetPosition... |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Vadim Zeitlin | use unsigned chars for UTF8 data (avoids warnings) |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Vadim Zeitlin | added wxStringTokenizer::GetPosition() test |
blob | commitdiff | raw | diff to current |
2004-10-12 |
Włodzimierz Skiba | Whitespaces, tabs and fix to the lack of empty line... |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Ryan Norton | cocoa doesn't need system framework - string conversion... |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Ryan Norton | 1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd... |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Ryan Norton | 2.5.3 - cleanups, fixes, etc. etc. - |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Vadim Zeitlin | added test for Lower()/Upper() with 8bit chars |
blob | commitdiff | raw | diff to current |
2004-06-08 |
Václav Slavík | test wxString's char<->wchar_t ctors |
blob | commitdiff | raw | diff to current |
2004-05-31 |
Václav Slavík | added test for wxString::MakeLower,MakeUpper |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Włodzimierz Skiba | Patch #949276: Less agresive strings test. |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Václav Slavík | added wxString tests (patch 938082) |
blob | commitdiff | raw | diff to current |
|