Another attempt to isolate memory corrupting wxAny test.
[wxWidgets.git] / tests / any /
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)