Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / include / wx / any.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-12-28  Vadim ZeitlinAdd wxGCC_WARNING_{SUPPRESS,RESTORE} macros and use...
2011-01-07  Stefan CsomorXTI updates
2011-01-06  Stefan Csomorreverting AssignAny fix, not needed if wxAny is not...
2011-01-06  Stefan Csomorfixing a few typos, wxAny copy constructor implementati...
2010-06-18  Jaakko SalliMade wxAny::IsNull() doc string a bit clearer
2010-06-18  Jaakko SalliAdded wxAny::HasSameType()
2010-06-18  Jaakko SalliUse placement new when storing value in wxAnyValueBuffe...
2010-06-14  Jaakko SalliAdded wxIsPod<>. Use it in wxAny instead of wxIsMovable<>.
2010-06-09  Jaakko SalliwxAny CheckType() member functions should be const
2010-04-30  Jaakko SalliUse scoped ptrs to managed wxAnyValueType instances...
2010-04-22  Jaakko SalliAdded parenthesis around macro arguments
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-18  Jaakko SalliFix wxAny for VC6 by removing 'wxAny& operator=(const...
2010-04-17  Jaakko SalliRemoved two instances of 'template<>' - looks like...
2010-04-17  Jaakko SalliFixed VC6 compilation - wxAny(const wxVariant&) ctor...
2010-04-16  Jaakko SalliwxVariant <-> wxAny conversion functionality. Includes...
2010-04-11  Jaakko SalliFixed typo in documentation string
2010-04-04  Jaakko SalliResolve GCC's 'type-punned pointer will break strict...
2009-12-02  Paul Cornettcheck for self assignment in operator=
2009-11-19  Jaakko SalliAdded typeinfo.h which implements wxTypeId, using C...
2009-10-03  Jaakko SalliAdded wxDECLARE_ANY_TYPE(CLS, DECL) and documented...
2009-09-29  Jaakko SalliRemoved dst buffer delete responsibility from wxAnyValu...
2009-09-27  Jaakko SalliUse long double instead of double in wxAnyValueBuffer...
2009-09-27  Jaakko SalliAdded function and member function pointers in wxAnyVal...
2009-09-27  Jaakko SalliMake sure there are no memory alignment issues with...
2009-09-20  Vadim ZeitlinPut wxAny implementation entirely in the header.
2009-09-19  Vadim ZeitlinAdd curly braces around wxFAIL_MSG() to avoid g++ 4...
2009-09-19  Vadim ZeitlinSet svn properties correctly for the newly added files.
2009-09-19  Jaakko SalliwxAny initial commit (closes #10932)