Add more checks for Intel compiler.
[wxWidgets.git] / include / wx / hashset.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-08-06  Vadim ZeitlinA better fix for wxHash{Map,Set} with g++ 4.7.
2011-10-27  Vadim ZeitlinAdd _PTR WX_DECLARE_HASH_SET variants to fix warnings...
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2009-04-27  Vadim Zeitlinmake it possible to forward declare the class defined...
2009-04-26  Vadim ZeitlinwxHashSet::count() method should be const
2008-06-12  Vadim Zeitlinuse std[::tr1]::unordered_map if available in wxUSE_STL...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-10-05  Václav Slavíkfixed WX_CLEAR_HASH_SET to compile
2006-02-08  Vadim Zeitlinremoved a few more extra semicolons (patch 1425785)
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2004-12-08  Mattia Barbon Made wxHashSet compile again. Changed the return...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2003-08-29  Mattia Barbon Fixed bug introduced in fs_zip.cpp when replacing...
2003-08-12  Mattia Barbon Added wxHashSet, with minimal tests.