removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / tests /
2007-04-10  Václav Slavíkreverted previous commit and added a comment explaining...
2007-04-10  Václav Slavíkfixed typo: _T(), not _()
2007-04-10  Václav Slavíkremoved unused CByteArrayFormat function
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 Zeitlincorrected signed/unsigned comparison warning
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-26  Václav Slavíkadded basic test for wxLocale
2007-03-18  Vadim Zeitlinfix the run-time behaviour after the last compilation...
2007-03-18  Vadim Zeitlinadded wxJoin and wxSplit functions (modified patch...
2007-03-18  Vadim Zeitlinfix VC warning about applying unary minus to unsigned...
2007-03-18  Vadim Zeitlincompilation fixes after c_str() changes
2007-03-17  Vadim Zeitlinimplemented wxMemoryInputStream::CanRead() and added...
2007-03-17  Vadim Zeitlinadded wxMemoryInputStream(wxInputStream&, size_t) ctor...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-08  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_24
2007-03-08  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_24
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 Zeitlinwarn if wxVsnprintf() is not being used
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-02-07  Robin Dunnrebaked after changing the version number
2007-01-19  Vadim Zeitlindisabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn...
2007-01-18  Vadim Zeitlinadded wxCSConv::IsOk() (patch 1637944)
2007-01-18  Vadim Zeitlinadded wxDateTime::GetDateOnly()
2007-01-07  Vadim Zeitlinadded support and enable long long support when wxLong...
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2007-01-07  Vadim Zeitlinfixes and workarounds to return value of our own wxVsnp...
2006-12-17  Vadim Zeitlincorrected tests to deal with multiple consecutive ...
2006-12-17  Vadim Zeitlinadded test for parsing c:\\aaa\bbb\ccc paths (aaa shoul...
2006-12-16  Vadim Zeitlinfor for initializing wxFileName with empty string retur...
2006-12-16  Vadim Zeitlintest both wxMBConvUTFxx and wxCSConv(wxFONTENCODING_UTF...
2006-12-09  Vadim ZeitlinUnicode compilation fixes
2006-12-09  Vadim Zeitlinadded test cases for wxTextInputStream and UTF-xx encod...
2006-11-27  Vadim Zeitlinadded test for Get/UngetWriteBuf()
2006-11-11  Vadim Zeitlinalso check for RenameGroup() calls which don't/shouldn...
2006-11-11  Vadim Zeitlinextend RenameGroup() test to demonstrate the bug 705022
2006-11-11  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL() to be able to see the error...
2006-11-10  Michael WetherellA couple more tests.
2006-11-10  Michael WetherellMissing header.
2006-11-10  Robin DunnMove version number to 2.8.0.0 and rebake the makefiles
2006-11-10  Vadim Zeitlindisable bogus test
2006-11-09  Michael WetherellAdditional tests for wxVsnprintf, originally to test...
2006-11-08  Vadim Zeitlinfix Normalize() test by using dummy working directory...
2006-11-08  Vadim Zeitlinuse CPPUNIT_ASSERT_MESSAGE() to show which test exactly...
2006-11-08  Vadim Zeitlinuse CPPUNIT_ASSERT_MESSAGE() to show which test exactly...
2006-11-04  Vadim Zeitlinrebaked with baefile rev 928
2006-11-04  Vadim Zeitlindefine arrays of chartoo as the existing ones can't...
2006-10-29  Michael WetherellCompile fix for no-pch.
2006-10-29  Michael WetherellCompile fix after GetC return type changed from char...
2006-10-29  Michael WetherellCompile fix for 64-bit.
2006-10-28  Robin DunnMoved version number to 2.7.2.0 and rebaked
2006-10-28  Vadim Zeitlinavoid gcc warnings about missing braces in an aggregate...
2006-10-28  Vadim Zeitlinfix gcc compilation warning
2006-10-28  Vadim Zeitlinadded wxString::ToLongLong() and ToULongLong() (feature...
2006-10-28  Vadim ZeitlinAlloc() doesn't clear the array any more, for consisten...
2006-10-28  Vadim Zeitlinverify that we checked all the array elements in TestST...
2006-10-27  Michael WetherellAdd tar stream tests.
2006-10-27  Michael WetherellInclude FindLength in the tests.
2006-10-26  Robert Roebling [ 1585253 ] Various important bugfixes to wxFileName...
2006-10-24  Michael WetherellAdd tests for wxBackingFile.
2006-10-23  Michael WetherellAdd tests for wxBackingFile.
2006-10-23  Michael WetherellCompile fix.
2006-10-22  Vadim Zeitlinmore printf() tests (slightly modified patch 1581936)
2006-10-22  Vadim Zeitlinfix compilation with PCH (patch 1581936)
2006-10-09  Robin DunnBumping the version number also requires that version...
2006-09-28  Vadim Zeitlinadded wxString::Contains() unit test
2006-09-28  Vadim ZeitlinVC7.1 warning fix about passing temporary as (non-const...
2006-09-24  Michael WetherellForward port test case that corrupts archives to see...
2006-09-17  Kevin OllivierCommiting re-baked files after wxListCtrl OS X additions.
2006-09-05  Vadim Zeitlinwx printf() implementation bug fixes ('%' handling...
2006-08-30  Michael WetherellUse CPPUNIT_ASSERT_EQUAL where possible to improve...
2006-08-28  Michael WetherellCompile fixes.
2006-08-28  Michael WetherellCompile fix.
2006-08-28  Michael WetherellWe can't define things in someone else's namespace.
2006-08-13  Vadim Zeitlindon't rely on system snprintf() for the tests (patch...
2006-08-13  Vadim Zeitlinfixed wrong test (patch 1532411)
2006-07-20  Vadim Zeitlinadded more time span formatting tests
2006-07-20  Vadim Zeitlinhandle negative time spans correctly in Format()
2006-07-20  Vadim Zeitlinfixed TestTimeFormat() test: and can use 2 digit...
2006-07-20  Vadim Zeitlinadded wxTimeSpan::Format() test
2006-07-14  Vadim Zeitlintest for the bug in HasEntry() which could create non...
2006-06-29  Julian SmartMoved wxRichTextCtrl to its own library
2006-06-27  Vadim Zeitlinfix handling of % in our printf implementation (part...
2006-06-14  Włodzimierz SkibawxString::Trim() test.
2006-05-30  Vadim Zeitlinfix the tests to pass with both gcc and msvc (2nd part...
2006-05-28  Vadim ZeitlinwxVsnprintf() implementation with positional parameters...
2006-05-28  Vadim Zeitlinadded assertion_traits<> specialization for wxString...
2006-05-06  Vadim Zeitlinadded ConversionEmpty() test
2006-05-06  Vadim Zeitlinadded wxString::EndsWith() (patch 1483049)
next