Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / common / hash.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2007-05-02  Václav Slavíkinclude object.h so that delete has complete type
2007-04-25  Vadim Zeitlinleave only wxString overloads for of the functions...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-04-21  Włodzimierz SkibaInclude wx/hash.h according to precompiled headers...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-03-23  Włodzimierz SkibaUnconditional assert means fail.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2005-02-01  Vadim Zeitlin(harmless) warning fix
2004-06-01  Włodzimierz SkibaDMC warning fix, code cleaning
2004-05-23  Julian SmartUse old licence name
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-08-09  Václav Slavíkadded support for gcc precompiled headers
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-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-06-06  Julian SmartCorrected typo in wxStringHashTable::Delete
2002-06-05  Julian SmartAdded Delete member to wxStringHashTable in order to...
2002-01-31  Julian SmartApplied hash copy fix, BC++ makefile fix (though not...
2001-12-10  Julian SmartReversed crazy wxKEY_STRING/INTEGER thing
2001-08-14  Robin DunnMoved fix from 2.2 branch that allows the attributes...
2001-06-15  Vadim Zeitlinapplied patch 430961 (fix for wxHashTable::Put(key...
2001-02-21  Václav Slavíkadded missing implementation of wxHashTableLong::Create
2000-09-10  Vadim Zeitlin1. added wxHelpProvider and (unfinished) wxSimpleHelpPr...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-03-04  Stefan NeisAdded a fix for compilers with problems to compute...
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-18  Bart A.M. JourquinHashtable now supports negative keys
2000-02-02  Václav Slavíkfixed DeleteContents inconsistency: didn't free memory...
2000-01-11  Bart A.M. JourquinAdding GetCount() to wxHashTable
1999-12-17  Julian SmartMisc small mods
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-10-27  Václav Slavíkadded copy ctor to wxHashTable
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1998-09-11  Robert Roebling Updates to memcheck
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision