Fix lots of warnings reported by Clang.
[wxWidgets.git] / src / common / any.cpp
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2013-05-26  Vadim ZeitlinUse C locale representation for floating point numbers...
2013-05-17  Vadim ZeitlinTest using wxString::ToCDouble() in wxAny.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-07  Stefan Csomorxti changes
2011-01-06  Stefan Csomorfixing a few typos, wxAny copy constructor implementati...
2011-01-02  Jaakko SalliAllow any.cpp to compile without wxDateTime support...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-04-30  Jaakko SalliUse scoped ptrs to managed wxAnyValueType instances...
2010-04-27  Jaakko SalliSafeguard against redundant registration of the same...
2010-04-22  Jaakko SalliAllow wxAny to contain 'const char*' or 'const wchar_t...
2010-04-19  Jaakko Sallior -> || (how did that compile on GCC anyway?)
2010-04-19  Jaakko SalliWhen deciding whether to convert wxAny to 'long' or...
2010-04-18  Jaakko SalliUse const_cast<> to get 'wxAnyValueType*' from 'const...
2010-04-18  Jaakko SalliFix STL build
2010-04-18  Jaakko SalliFix wxAny for VC6 by removing 'wxAny& operator=(const...
2010-04-17  Jaakko SalliSuppressed some harmless VC6 warnings
2010-04-16  Jaakko SalliwxVariant <-> wxAny conversion functionality. Includes...
2009-10-22  Vadim ZeitlinFix UseUintMax definition used by wxAny for VC6.
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-20  Vadim ZeitlinPut wxAny implementation entirely in the header.
2009-09-19  Vadim ZeitlinSet svn properties correctly for the newly added files.
2009-09-19  Jaakko SalliwxAny initial commit (closes #10932)