]> git.saurik.com Git - wxWidgets.git/history - src/common/hashmap.cpp
When wxUSE_STL == 1 and STL provides quasi-standard hash_map/hash_set,
[wxWidgets.git] / src / common / hashmap.cpp
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-20  Mattia Barbon Keep order of nodes when wxHashMap is resized; this...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-02-01  Vadim Zeitlinvarious minor fixes to wxHashMap: compilation warnings...
2002-02-01  David WebsterGot rid of the bad EOLs.
2002-01-29  Mattia BarbonNew wxHashMap class.