Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / hash.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-25  Vadim Zeitlinleave only wxString overloads for of the functions...
2007-04-15  Mattia Barbon Make wxClassInfo attributes private. Replace
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-09  Václav Slavíkcompilation fix: needs wx/string.h
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-08  Włodzimierz Skiba[ 1216436 ] cleanup 'shadow variable' warnings from...
2005-05-04  Julian SmartAdded licence/copyright information
2004-09-27  Vadim Zeitlinexplicitly forward declare wxHashTableBase when wxUSE_S...
2004-09-15  Włodzimierz SkibaSource cleaning: whitespaces, tabs, FALSE/false, TRUE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Mattia Barbon Fix memory leak by letting the base class version...
2004-05-23  Julian SmartName and version changes
2004-05-08  Mattia Barbon Fix for pure virtual method call caused by wxHashTabl...
2004-05-01  Mattia Barbon Use new wxHashTable implementation not using keyed...
2003-11-23  Mattia Barbon New wxHashTable implementation when wxUSE_STL ==...
2003-11-02  Mattia Barbon Updated wxHashTable::Next documentation to use wxHash...
2003-08-19  Mattia Barbon Fixes for wxHashTable when wxUSE_STL=1:
2003-08-11  Mattia Barbon Expose GetCount when wxUSE_STL=1.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-24  Mattia Barbon Removed (wrong) wxHashTable::compatibility_iterator...
2003-07-23  Mattia Barbon Fixed memory leaks when wxUSE_STL=1.
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-12  Vadim Zeitlin fixed class/struct mismatch
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-06-05  Julian SmartAdded Delete member to wxStringHashTable in order to...
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-08-01  Vadim Zeitlinapplied patch 444915 (warning fixes for gcc 2.95.4)
2001-07-04  Jouk Jansen Committing in .
2001-01-27  Vadim Zeitlinfix for DoPut() from long time ago
2000-09-10  Vadim Zeitlin1. added wxHelpProvider and (unfinished) wxSimpleHelpPr...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-02  Vadim Zeitlin1. wxGrid row can't be resized to less than minimal...
2000-02-29  Vadim Zeitlinadded wxHashTableLong
2000-02-25  Vadim ZeitlinWX_DECLARE_HASH() macro for type safe hashes
2000-02-02  Václav Slavíkfixed DeleteContents inconsistency: didn't free memory...
2000-01-11  Bart A.M. JourquinAdding GetCount() to wxHashTable
1999-10-27  Václav Slavíkadded copy ctor to wxHashTable
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1998-09-11  Robert Roebling Updates to memcheck
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision