Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / hashmap.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2012-06-01  Vadim ZeitlinUse float instead of double division in wxHashMap code.
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
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.
2011-01-19  Vadim ZeitlinAdd wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG symbol.
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-16  Francesco MontorsiMove SetDefaultTimeout to wxProtocol and set it to...
2008-12-17  Vadim Zeitlindon't change the value of the hash element if insert...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-06  Vadim Zeitlinremove erase(const_iterator) overload, it should have...
2008-07-13  Vadim Zeitlindefine {first,second}_type in the struct declared by...
2008-06-12  Vadim Zeitlinexclude pieces of wx hash map implementation which...
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...
2008-01-14  Paul Cornettavoid GCC warning about type-punned pointer breaking...
2008-01-09  Paul Cornettcheck for self-assignment in operator=
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-29  Václav Slavíkcompilation fix for --disable-compat28
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-28  Václav Slavíkmade wxHashMap work with any form of strings
2006-11-03  Michael WetherellUse hash<long> instead of hash<wxLongLong_t> when they...
2006-11-02  Michael WetherellUse the standard hash<wxLongLong_t> on 64-bit machines.
2006-11-01  Vadim Zeitlinfix for longlongHash for architectures where sizeof...
2006-06-20  Włodzimierz SkibaInclude wx/hashmap.h according to precompiled headers...
2006-05-08  Vadim Zeitlinadded conversion ctor to create const_iterator from...
2006-04-09  Vadim Zeitlinreally fix warning about implicitly converting 0 and...
2006-04-06  Vadim Zeitlinsome compilers warn about implicitly converting 0 and...
2006-02-25  Mart RaudseppRevert the strict aliasing "fix". As per Michael Wether...
2006-02-14  Mart RaudseppCast to void* before casting to Node** to make the...
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...
2005-12-01  Michael WetherellSilence warning from bcc
2005-11-26  Michael WetherellOnly define wxIntegerHash::longlongHash when long long...
2005-09-27  Michael WetherellRemove cast of hash value to unsigned long, hash value...
2005-09-27  Michael WetherellAdd hashes for long long keys
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-22  Julian SmartApplied patch [ 1195797 ] Fixes to compile on Win64
2005-01-04  Mattia Barbon Untabify.
2004-12-01  Robert Roebling Applied patch to "correct" hashmap's freeing
2004-10-15  Vadim Zeitlinuse wxPtrToUInt instead of (lossy) wxPtrToULong
2004-09-15  Włodzimierz SkibaSource cleaning: whitespaces, tabs, FALSE/false, TRUE...
2004-07-31  Robin DunnAvoid warnings in the DLL builds
2004-07-25  Vadim Zeitlininsert now returns pair<iterator, bool>, as for the...
2004-06-11  Robert Roebling Compile fix.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-10  Robin DunnAvoid duplicated definition errors for wxLongToLongHash...
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2003-11-23  Mattia Barbon New wxHashTable implementation when wxUSE_STL ==...
2003-08-29  Mattia Barbon Fixed bug introduced in fs_zip.cpp when replacing...
2003-08-20  Mattia Barbon Keep order of nodes when wxHashMap is resized; this...
2003-08-19  Mattia Barbon Fixes for wxHashTable when wxUSE_STL=1:
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-27  Václav Slavíkadded *_WITH_DECL macros so that it is possible to...
2003-07-23  Mattia Barbon Remove single-argument constructor of wxHashMap:...
2003-07-15  Julian SmartAdded RTL functions missing from WinCE to wxchar.h/cpp
2003-07-15  Julian SmartSmall tweaks for WinCE compatibility
2003-07-11  Vadim Zeitlinremoved a :: from WX_CLEAR_HASHMAP
2003-07-10  Julian SmartSome WinCE fixes
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-04  Mattia Barbon Applied first part of Roger Gammans' wxHashMap patch...
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-05-01  Vadim Zeitlinstddef.h required for IRIX compilation (patch 721388)
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-01-11  Mattia Barbon Fix PCH problems with some versions of CodeWarrior.
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-07  Vadim Zeitlinremoved trailing semicolons at the end of HASH_MAP...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-12  Vadim Zeitlinundid previous commit, the person who reported it retra...
2002-09-12  Vadim Zeitlininclude stddef.h to get ptrdiff_t decl (IRIX compilatio...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-05-11  Mattia Barbonconst KEY_T& does not do the right thing for pointers.
2002-05-08  Mattia BarbonFixed programming error (and BCC warning).
2002-03-19  Václav Slavíkminor fixes to #include
2002-02-08  Václav Slavíkreverted revision 1.6 -- Mattia obviously knows better...
2002-02-08  Václav Slavíkcompilation fix -- a better way
2002-02-08  Mattia BarbonBlind fix for Watcom ( and VisualAge? )
2002-02-01  Vadim Zeitlinvarious minor fixes to wxHashMap: compilation warnings...
2002-01-30  Mattia BarbonAdd WXDLLEXPORT
2002-01-29  Mattia BarbonNew wxHashMap class.