- Apr 20, 2005
-
-
Brad King authored
-
- Apr 19, 2005
-
-
Andy Cedilnik authored
-
Brad King authored
BUG: When killing a child all the pipe read ends should be closed. This will allow a child that is blocking while waiting to write to the pipe to wake up and receive the kill signal properly on cygwin.
-
Brad King authored
BUG: Expanded difference in timeouts between tests 4 and 5 so that 5 does not timeout while waiting for 4 to timeout. This should fix the intermittent failure of test 5 on cygwin. ENH: When a mismatch is reported it now reports what it was as well as what it should have been.
-
- Apr 15, 2005
-
-
Brad King authored
BUG: For some reason the non-template allocator test compiles on VS6 even though its allocator is a template. Adding ::size_type to be sure it accesses a member of the allocator.
-
Brad King authored
-
Brad King authored
BUG: Cannot use Win32 implementation for cygwin processes because then cygwin paths to executables like /usr/bin/ls are not found.
-
Brad King authored
COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstddef header (to get size_t for hash_fun.hxx).
-
Brad King authored
-
Sebastien Barre authored
-
Brad King authored
-
Brad King authored
ENH: Changing kwsysProcess implementation on Cygwin to use the Win32 implementation instead of the UNIX implementation. This makes dealing with misbehaving children work better. The KWSys Win32 process implementaion is more robust than the Cygwin implementation (partly because it doesn't have to exactly reproduce the POSIX api).
-
Brad King authored
ENH: Added KWSys try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS, 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.
-
Brad King authored
COMP: Replacing _Select1st with a specialized hash_select1st that avoids requiring the stl pair to have first_type defined. The old HP STL does not define first_type and second_type in its pair.
-
Brad King authored
ENH: Added KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP try-compile to KWSys. Needed to optionally bring hash table comparison operators into the global namespace when argument dependent lookup is not supported.
-
Brad King authored
-
- Apr 13, 2005
-
-
Brad King authored
COMP: Remove friend templates and always use template friends (possibly with <>). Needed to work-around Sun CC bug.
-
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
-