The rounded corners look really dumb at this size.
[wxWidgets.git] / tests / benchmarks / strings.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-20  Vadim ZeitlinAdd missing c_str() and similar calls to samples in...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2010-09-20  Vadim ZeitlinAdd benchmarks for various ways to compare strings.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-03-07  Vadim Zeitlinoptimize Replace() to use a linear algorithm (closes...
2008-10-13  Vadim Zeitlinmake the default value of numeric parameter 0, not...
2008-08-29  Vadim Zeitlinmake the length of string proportional to the parameter...
2008-08-28  Vadim Zeitlinadd the possibility to pass numeric parameters to bench...
2008-08-13  Václav Slavíkadded wxString benchmark using 2.8's HTML parser
2008-08-11  Václav Slavíkadded microbenchmark for wxCharBuffer performance
2008-08-06  Vadim Zeitlinpass asciistr, not utf8str, to FromAscii
2008-07-30  Vadim Zeitlinadded another Replace() test
2008-07-30  Vadim Zeitlinadded some Replace() benchmarks (#9802)
2008-07-26  Vadim Zeitlinadded a simple benchmarking suite