summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/hashtable.hxx.in
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-091-245/+241
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-09-021-343/+44
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-03-111-1/+1
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-05-061-0/+3
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-08-071-0/+18
* KWSys: Fix hashtable prime list on g++ 2.9 (#13273)Daniel R. Gomez2012-06-051-1/+1
* Silence warnings on sgi compiler.Bill Hoffman2010-05-121-0/+4
* Make get_stl_prime_list an inline function to avoid duplicate copies of it.Bill Hoffman2010-04-291-1/+1
* Fix for bug #10550, work around instantiation out of scopeBill Hoffman2010-04-281-3/+9
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
* STYLE: suppress warnings for borlandBill Hoffman2009-06-091-0/+4
* COMP: Hopefully fix hashmap on VS6, Thanks Brad K!Dave Partyka2009-06-051-2/+2
* COMP: Fixed unreferenced parameter warning for VS6 with /W4.Brad King2007-03-091-1/+5
* STYLE: Move warning disable pragma into push/pop block.Brad King2007-03-071-5/+1
* COMP: shut up w4 warningKen Martin2007-03-061-0/+5
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-1/+1
* ENH: Added some smaller primes to allow small hash table sizes and therefore ...Brad King2005-06-231-1/+2
* COMP: Removed unused parameter warning.Brad King2005-05-051-1/+1
* COMP: Removed line continuation characters from #if lines to avoid linefeed p...Brad King2005-04-221-2/+1
* BUG: Fixed hash_allocator_n size computation.Brad King2005-04-211-14/+38
* COMP: Added KWSys try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and KWSYS_STL...Brad King2005-04-211-38/+137
* COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstdd...Brad King2005-04-151-0/+1
* COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the confi...Brad King2005-04-151-35/+35
* ENH: Added KWSys try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS, KWSYS_STL_HAS_IT...Brad King2005-04-151-11/+43
* ENH: Added KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP try-compile to KWSys. Nee...Brad King2005-04-151-0/+8
* COMP: Remove friend templates and always use template friends (possibly with ...Brad King2005-04-141-6/+0
* COMP: Added KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT check for non-standard ...Brad King2005-04-131-0/+7
* COMP: Fix for Sun CC stl allocator signature of allocate method.Brad King2005-04-131-1/+5
* BUG: When constructing the bucket vector type the allocator given must have b...Brad King2005-04-131-1/+2
* ENH: Adding SGI hash_map and hash_set implementation ported from STL to KWSys...Brad King2005-04-131-0/+1088