Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / tests / mbconv /
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-17  Vadim ZeitlinNo real changes, just fix a warning in the test suite.
2010-10-03  Vadim ZeitlinRun MBConvTestCase::LibcTests() only for MSVC and not...
2010-10-03  Vadim ZeitlinShow the failing string when conversion fails in MBConv...
2010-10-03  Vadim ZeitlinNo real changes, just simplify some MBConvTestCase...
2010-10-03  Vadim ZeitlinCorrect wxConvAuto::ToWChar() behaviour with wxNO_LEN...
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-01-04  Vadim ZeitlinFix wxConvAuto behaviour when it is used by wxTextInput...
2009-12-06  Vadim ZeitlinCorrect two bugs in wxMBConv::FromWChar() with non...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-11-19  Vadim Zeitlinminor icc warning fixes
2008-11-03  Vadim Zeitlinblind fix for yet another VC6 compilation error
2008-10-17  Vadim Zeitlinreverted the change of r56246 and keep the old behaviou...
2008-10-12  Vadim Zeitlinfix off by one bug in the buffer size (fixes #10039)
2008-07-16  Vadim Zeitlinadded wxConvISO8859_1 test
2008-06-01  Vadim Zeitlinadded wxTextOutputStream::Flush(): this is necessary...
2008-05-31  Vadim Zeitlinmake test failure in TestStreamDecoder more informative
2008-05-31  Vadim Zeitlinuse more informative CPPUNIT_ASSERT_EQUAL instead of...
2007-07-23  Vadim Zeitlincompilation fix
2007-06-28  Václav Slavíkuse same names for test suites as the ones in ./test -l
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-04-28  Michael WetherellRegister the test under the name displayed by "./test -l"
2007-04-10  Václav Slavíkreverted previous commit and added a comment explaining...
2007-04-10  Václav Slavíkremoved unused CByteArrayFormat function
2007-04-05  Vadim Zeitlincorrected signed/unsigned comparison warning
2006-04-05  Vadim Zeitlinname the test just MBConv instead of MBConvTestCase
2006-04-05  Vadim Zeitlintests for wxConvAuto
2005-09-10  Michael WetherellCompile fix for VC++ 5
2005-08-18  Michael Wetherellwcslen and wcscmp replacements for systems that lack...
2005-08-08  Michael WetherellwxMBConv test cases, patch 1179989 from Vince Harron
2005-08-08  Michael WetherellReplacements for some wcsxxx funcs for systems without...
2005-04-03  Michael WetherellCheck the returned length too in the utf-8 tests
2005-03-30  Michael WetherellTests for UTF-8 and PUA characters and octal escapes
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-10-31  Ryan NortonRename some tests to avoid conflicts with project build...
2004-06-23  Václav Slavíkcompilation fix for gcc-3.4
2004-06-19  Václav Slavíkmoved wxFontMapper tests to its own file and testcase
2004-06-18  Włodzimierz SkibaCharsets part moved from console sample to test unit.
2004-04-01  Václav SlavíkBCC fixes
2004-03-05  Václav Slavíkcompilation fix
2004-03-03  Václav Slavíkno longer needed
2004-03-03  Václav Slavíkcompilation fix for unicode
2004-02-15  Vadim Zeitlinadded (draft of) a unit test for wxMBConv