- Apr 13, 2005
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
COMP: Removing return value from test6. It is an infinite loop, so the return causes warnings. It will never return anyway.
-
Brad King authored
-
Brad King authored
COMP: Adding work-around for CMake dependency scanning limitation. Any configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies.
-
Brad King authored
-
Brad King authored
-
Brad King authored
COMP: Added KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT check for non-standard argument to stl allocator<>::max_size method. Needed for kwsys hashtable to compile on Sun CC.
-
Brad King authored
-
Brad King authored
-
Brad King authored
BUG: When constructing the bucket vector type the allocator given must have been rebound to _Node* already because GCC 3.4's vector type does not rebind it.
-
Brad King authored
-
Brad King authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
ENH: Do kwsys testing as part of cmake testing, command line arguments are not experimental and add simple test for systemtools
-
Bill Hoffman authored
-
Brad King authored
ENH: Adding SGI hash_map and hash_set implementation ported from STL to 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.
-
Brad King authored
-
- Apr 12, 2005
-
-
Brad King authored
-
Bill Hoffman authored
-
- Apr 11, 2005
-
-
Bill Hoffman authored
-
- Apr 08, 2005
-
-
Bill Hoffman authored
-
- Apr 07, 2005
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- Apr 06, 2005
-
-
Brad King authored
ENH: Added proper namespaced version of KWSYS_STL_STRING_ISTREAM_DEFINED, KWSYS_STL_STRING_OSTREAM_DEFINED, and _STL_STRING_NEQ_CHAR_DEFINED macros.
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- Apr 05, 2005
-
-
Bill Hoffman authored
-
- Mar 30, 2005
-
-
Brad King authored
-
- Mar 29, 2005
-
-
Brad King authored
-
Brad King authored
ENH: Added istream and ostream operators for stl string in KWSys when using old streams that do not provide them.
-
Brad King authored
ENH: SplitPath now supports slashes in both directions in the input path but still produces forward slashes in the root component.
-
- Mar 28, 2005
-
-
Sebastien Barre authored
-
- Mar 26, 2005
- Mar 25, 2005
-
-
Brad King authored
ENH: Adding SharedForward C header to help create forwarding executables on UNIX systems that configure the shared library runtime search path and then replace themselves with the real executable. This is useful to create binary distributions that work from any extracted location even with shared libraries.
-
Brad King authored
ENH: Re-implemented CollapseFullPath to not need to change directories. Operation is now fully string based.
-
- Mar 17, 2005
-
-
Brad King authored
-
- Mar 16, 2005
-
-
Brad King authored
-