Update OpenVMS makefile
[wxWidgets.git] / tests / any /
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-17  Vadim ZeitlinTest using wxString::ToCDouble() in wxAny.
2013-05-17  Vadim ZeitlinTry using wxString::ToCDouble() instead of ToDouble...
2013-05-16  Vadim ZeitlinRe-enable yet another hopefully harmless test in wxAny...
2013-05-16  Vadim ZeitlinRe-enable wxAny<double>::GetAs<wxString>() test.
2013-05-16  Vadim ZeitlinEnable wxAny<double>::GetAs<unsigned long>() test.
2013-05-15  Vadim ZeitlinRe-enable a single m_anyDoubleDouble1 test in wxAny...
2013-05-15  Vadim ZeitlinReenable m_anyBool1 tests in wxAny test case too.
2013-05-15  Vadim ZeitlinRe-enable conversions of wxAny to boolean tests.
2013-05-14  Vadim ZeitlinReenable some wxAny tests back.
2013-05-13  Vadim ZeitlinDisable more wxAny tests again.
2013-05-13  Vadim ZeitlinTry to find another wxAny test that results in heap...
2013-05-13  Vadim ZeitlinDisable more tests in wxOSX/PPC build.
2013-05-12  Vadim ZeitlinWhack-a-mole with wxOSX/PPC unit tests continued.
2013-05-12  Vadim ZeitlinDisable double-to-float conversion tests in wxAny code.
2013-05-12  Vadim ZeitlinEnable another test in wxAnyTestCase under OS X.
2013-05-10  Vadim ZeitlinEnable yet more tests in wxAnyTestCase::GetAs().
2013-05-10  Vadim ZeitlinEnable a few more tests in wxAnyTestCase::GetAs().
2013-05-09  Vadim ZeitlinReduce the number of wxAny tests ran under wxOSX further.
2013-05-09  Vadim ZeitlinStart bisecting GetAs() wxAny test itself.
2013-05-09  Vadim ZeitlinLeave only a single wxAny unit test disabled.
2013-05-08  Vadim ZeitlinAnother attempt to isolate memory corrupting wxAny...
2013-05-08  Vadim ZeitlinContinue bisecting tests crash in PPC OS X builds.
2013-05-08  Vadim ZeitlinReally disable wxAny tests under wxOSX.
2013-05-07  Vadim ZeitlinDisable more wxAny tests under OS X to try to find...
2013-05-06  Vadim ZeitlinDisable wxAny-to-wxVariant conversion test case under...
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2010-07-12  Vadim ZeitlinCompilation fix for wxAnyTestCase in ANSI-only build.
2010-06-20  Jaakko SalliVC6 Fix: Use wxANY_AS() instead of wxAny::As<>()
2010-06-19  Jaakko SalliAdded (sanity) checks for the inplace allocation
2010-06-18  Jaakko SalliAdded wxAny::HasSameType()
2010-05-06  Jaakko SalliModify float/double wxAny testing to use CPPUNIT_ASSERT...
2010-04-22  Jaakko SalliAllow wxAny to contain 'const char*' or 'const wchar_t...
2010-04-20  Jaakko SalliFix VC6 compilation by changing the order of assignment...
2010-04-19  Jaakko SalliImprove wxAny<->wxVariant conversion 64-bit integer...
2010-04-18  Jaakko SalliFix wxAny for VC6 by removing 'wxAny& operator=(const...
2010-04-16  Jaakko SalliwxVariant <-> wxAny conversion functionality. Includes...
2009-11-19  Jaakko SalliAdded typeinfo.h which implements wxTypeId, using C...
2009-09-20  Vadim ZeitlinAdd missing header to fix wxAny test compilation under...
2009-09-19  Vadim ZeitlinSet svn properties correctly for the newly added files.
2009-09-19  Jaakko SalliFixed wxAny tests for VC6
2009-09-19  Jaakko SalliwxAny initial commit (closes #10932)