Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Remove inline keyword from forward declaration for VS9. | Brad King | 2008-02-03 | 1 | -4/+4 |
| | |||||
* | COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the ↵ | Brad King | 2005-04-15 | 1 | -11/+11 |
| | | | | configured namespace. | ||||
* | ENH: Added KWSys try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS, ↵ | Brad King | 2005-04-15 | 1 | -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: Remove friend templates and always use template friends (possibly with ↵ | Brad King | 2005-04-14 | 1 | -12/+0 |
| | | | | <>). Needed to work-around Sun CC bug. | ||||
* | ENH: Adding SGI hash_map and hash_set implementation ported from STL to ↵ | Brad King | 2005-04-13 | 1 | -0/+459 |
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. |