2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
blob | commitdiff | raw |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Francesco Montorsi | Move SetDefaultTimeout to wxProtocol and set it to... |
blob | commitdiff | raw | diff to current |
2008-12-17 |
Vadim Zeitlin | don't change the value of the hash element if insert... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Vadim Zeitlin | remove erase(const_iterator) overload, it should have... |
blob | commitdiff | raw | diff to current |
2008-07-13 |
Vadim Zeitlin | define {first,second}_type in the struct declared by... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Vadim Zeitlin | exclude pieces of wx hash map implementation which... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Vadim Zeitlin | use std[::tr1]::unordered_map if available in wxUSE_STL... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2008-01-14 |
Paul Cornett | avoid GCC warning about type-punned pointer breaking... |
blob | commitdiff | raw | diff to current |
2008-01-09 |
Paul Cornett | check for self-assignment in operator= |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-05-29 |
Václav Slavík | compilation fix for --disable-compat28 |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Václav Slavík | made wxHashMap work with any form of strings |
blob | commitdiff | raw | diff to current |
2006-11-03 |
Michael Wetherell | Use hash<long> instead of hash<wxLongLong_t> when they... |
blob | commitdiff | raw | diff to current |
2006-11-02 |
Michael Wetherell | Use the standard hash<wxLongLong_t> on 64-bit machines. |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Vadim Zeitlin | fix for longlongHash for architectures where sizeof... |
blob | commitdiff | raw | diff to current |
2006-06-20 |
Włodzimierz Skiba | Include wx/hashmap.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-08 |
Vadim Zeitlin | added conversion ctor to create const_iterator from... |
blob | commitdiff | raw | diff to current |
2006-04-09 |
Vadim Zeitlin | really fix warning about implicitly converting 0 and... |
blob | commitdiff | raw | diff to current |
2006-04-06 |
Vadim Zeitlin | some compilers warn about implicitly converting 0 and... |
blob | commitdiff | raw | diff to current |
2006-02-25 |
Mart Raudsepp | Revert the strict aliasing "fix". As per Michael Wether... |
blob | commitdiff | raw | diff to current |
2006-02-14 |
Mart Raudsepp | Cast to void* before casting to Node** to make the... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | removed a few more extra semicolons (patch 1425785) |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Reverted semicolons patch |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Applied patch [ 1399013 ] More removals of extraneous... |
blob | commitdiff | raw | diff to current |
2005-12-01 |
Michael Wetherell | Silence warning from bcc |
blob | commitdiff | raw | diff to current |
2005-11-26 |
Michael Wetherell | Only define wxIntegerHash::longlongHash when long long... |
blob | commitdiff | raw | diff to current |
2005-09-27 |
Michael Wetherell | Remove cast of hash value to unsigned long, hash value... |
blob | commitdiff | raw | diff to current |
2005-09-27 |
Michael Wetherell | Add hashes for long long keys |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Julian Smart | Applied patch [ 1195797 ] Fixes to compile on Win64 |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Mattia Barbon | Untabify. |
blob | commitdiff | raw | diff to current |
2004-12-01 |
Robert Roebling | Applied patch to "correct" hashmap's freeing |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Vadim Zeitlin | use wxPtrToUInt instead of (lossy) wxPtrToULong |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, FALSE/false, TRUE... |
blob | commitdiff | raw | diff to current |
2004-07-31 |
Robin Dunn | Avoid warnings in the DLL builds |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | insert now returns pair<iterator, bool>, as for the... |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Robert Roebling | Compile fix. |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Robin Dunn | Avoid duplicated definition errors for wxLongToLongHash... |
blob | commitdiff | raw | diff to current |
2004-05-08 |
Mattia Barbon | When wxUSE_STL == 1 and STL provides quasi-standard... |
blob | commitdiff | raw | diff to current |
2003-11-23 |
Mattia Barbon | New wxHashTable implementation when wxUSE_STL ==... |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Mattia Barbon | Fixed bug introduced in fs_zip.cpp when replacing... |
blob | commitdiff | raw | diff to current |
2003-08-20 |
Mattia Barbon | Keep order of nodes when wxHashMap is resized; this... |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Mattia Barbon | Fixes for wxHashTable when wxUSE_STL=1: |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-27 |
Václav Slavík | added *_WITH_DECL macros so that it is possible to... |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Mattia Barbon | Remove single-argument constructor of wxHashMap:... |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Julian Smart | Added RTL functions missing from WinCE to wxchar.h/cpp |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Julian Smart | Small tweaks for WinCE compatibility |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Vadim Zeitlin | removed a :: from WX_CLEAR_HASHMAP |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Some WinCE fixes |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h |
blob | commitdiff | raw | diff to current |
2003-07-04 |
Mattia Barbon | Applied first part of Roger Gammans' wxHashMap patch... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-05-01 |
Vadim Zeitlin | stddef.h required for IRIX compilation (patch 721388) |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Julian Smart | Applied some of patch [ 688466 ] MSVC7 build & bug... |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Mattia Barbon | Fix PCH problems with some versions of CodeWarrior. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Vadim Zeitlin | removed trailing semicolons at the end of HASH_MAP... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Vadim Zeitlin | undid previous commit, the person who reported it retra... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Vadim Zeitlin | include stddef.h to get ptrdiff_t decl (IRIX compilatio... |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-05-11 |
Mattia Barbon | const KEY_T& does not do the right thing for pointers. |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Mattia Barbon | Fixed programming error (and BCC warning). |
blob | commitdiff | raw | diff to current |
2002-03-19 |
Václav Slavík | minor fixes to #include |
blob | commitdiff | raw | diff to current |
2002-02-08 |
Václav Slavík | reverted revision 1.6 -- Mattia obviously knows better... |
blob | commitdiff | raw | diff to current |
2002-02-08 |
Václav Slavík | compilation fix -- a better way |
blob | commitdiff | raw | diff to current |
2002-02-08 |
Mattia Barbon | Blind fix for Watcom ( and VisualAge? ) |
blob | commitdiff | raw | diff to current |
2002-02-01 |
Vadim Zeitlin | various minor fixes to wxHashMap: compilation warnings... |
blob | commitdiff | raw | diff to current |
2002-01-30 |
Mattia Barbon | Add WXDLLEXPORT |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Mattia Barbon | New wxHashMap class. |
blob | commitdiff | raw | diff to current |
|