summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/hash_map.hxx.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-09-021-105/+19
|
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
| | | | | | | This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range.
* COMP: Fix warnings on VS9.Brad King2008-01-301-3/+3
|
* COMP: Remove inline keyword from forward declaration for VS9.Brad King2008-01-221-2/+2
|
* COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the ↵Brad King2005-04-151-12/+12
| | | | configured namespace.
* ENH: Added KWSys try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS, ↵Brad King2005-04-151-2/+2
| | | | KWSYS_STL_HAS_ITERATOR_CATEGORY, KWSYS_STL_HAS___ITERATOR_CATEGORY, and KWSYS_STL_HAS_ALLOCATOR_NONTEMPLATE to get the hash table to compile on old HP and Sun compilers.
* COMP: Replacing _Select1st with a specialized hash_select1st that avoids ↵Brad King2005-04-151-5/+6
| | | | requiring the stl pair to have first_type defined. The old HP STL does not define first_type and second_type in its pair.
* COMP: Remove friend templates and always use template friends (possibly with ↵Brad King2005-04-141-13/+0
| | | | <>). Needed to work-around Sun CC bug.
* ENH: Adding SGI hash_map and hash_set implementation ported from STL to ↵Brad King2005-04-131-0/+475
KWSys. This also adds try-compiles for KWSYS_STL_HAS_ALLOCATOR_REBIND, KWSYS_CXX_HAS_FULL_SPECIALIZATION, KWSYS_CXX_HAS_MEMBER_TEMPLATES, and KWSYS_CXX_HAS_NULL_TEMPLATE_ARGS.