]> git.saurik.com Git - wxWidgets.git/history - include/wx/hashmap.h
Applied some of patch [ 688466 ] MSVC7 build & bug fixes
[wxWidgets.git] / include / wx / hashmap.h
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.