Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / tests / strings / stdstrings.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2010-11-10  Vadim ZeitlinDisable unit tests which can't work in ANSI build.
2010-10-21  Vadim ZeitlinImplement comparisons between wxString::iterator and...
2010-04-11  Vadim ZeitlinAdd wxString::ToStdString() and ToStdWstring().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-03  Vadim Zeitlinfix the test case which wrongly relied on wxString...
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-07-15  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT...
2007-08-30  Vadim Zeitlinfix resize() when it's used for truncating a string...
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-06-28  Václav Slavík1. added default constructors for wxString iterators
2007-06-20  Václav Slavíkremove implicit conversion to C strings from wxString...
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-03-29  Václav Slavíkmore wxString::append() tests
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2006-04-15  Vadim Zeitlinadded wxString::rbegin() and rend()
2005-04-08  Ryan Nortonyet more wxString tests for null chars
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-10-07  Ryan Norton1. Yet another unit test for new stirng stuff
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-05-21  Włodzimierz SkibaPatch #949276: Less agresive strings test.