summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add method to escape some chars in a stringSebastien Barre2005-06-132-0/+41
|
* COMP: Disable more warnings.Brad King2005-06-091-2/+29
|
* COMP: Fix no-assignment-operator warning and disable typedef-name synonym ↵Brad King2005-06-091-0/+11
| | | | warning.
* COMP: Disable useless warnings.Brad King2005-06-091-0/+8
|
* ENH: C++ configuration should include C configuration.Brad King2005-06-091-0/+3
|
* COMP: Need windows.h even on cygwin to get CreateFile API.Brad King2005-06-091-1/+5
|
* COMP: Fixed conversion warnings.Brad King2005-06-091-5/+5
|
* ENH: Add capability to include files to DartTestfile.txt and add example of thatAndy Cedilnik2005-06-072-0/+6
|
* COMP: warning.Bill Lorensen2005-05-281-1/+1
|
* ENH: add convenience function to convert Windows command line args into Unix ↵Sebastien Barre2005-05-282-4/+116
| | | | argc/argv. Pulled and cleaned from PV/VV/VJ init code
* ENH: Removing previous debug code.Brad King2005-05-162-15/+0
|
* ENH: Added knowledge of FreeBSD.Brad King2005-05-131-0/+7
|
* ENH: Adding debugging code for freebsd.Brad King2005-05-132-0/+15
|
* ENH: Removing QNX hack for test 6 now that the problem has been fixed.Brad King2005-05-101-7/+0
|
* BUG: struct timeval uses unsigned types on at least one platform (QNX). ↵Brad King2005-05-101-8/+23
| | | | Alot of the time logic assumes a signed type. Switch to using a signed representation that is converted to the native representation only for system calls.
* ENH: Add configuration file for kwsysAndy Cedilnik2005-05-051-0/+2
|
* ENH: Disabling test 6 on QNX until process killing can be resolved. It will ↵Brad King2005-05-051-0/+7
| | | | just fail always for now.
* COMP: Removed unused parameter warning.Brad King2005-05-051-1/+1
|
* COMP: Added work-around to avoid warnings about unreferenced inline ↵Brad King2005-05-051-0/+21
| | | | functions from SGI termios.
* COMP: Added initializer to avoid warning. It is not really needed, though.Brad King2005-05-051-1/+1
|
* ENH: Add split that splits on arbitrary separatorAndy Cedilnik2005-05-042-0/+26
|
* ENH: Expose ConvertToUnixOutputPathAndy Cedilnik2005-05-041-2/+3
|
* COMP: Added pragma directives for SGI compilers to avoid useless warnings.Brad King2005-05-033-0/+11
|
* COMP: Removed stray semicolon.Brad King2005-05-031-4/+4
|
* COMP: Changed type of regmlen to avoid warnings when other lengths are ↵Brad King2005-05-031-1/+1
| | | | converted to it.
* ENH: Adding test of running executable with forward slashes on windows.Brad King2005-05-031-0/+24
|
* BUG: Extending all timeouts to help out slower machines.Brad King2005-04-281-3/+3
|
* BUG: Extending timeout of test 6 from 0.1 seconds to 3 seconds. This should ↵Brad King2005-04-271-1/+1
| | | | avoid missed signals and intermittent failures.
* BUG: Looks like std::string changes the result of c_str() call. This fixes ↵Andy Cedilnik2005-04-261-0/+2
| | | | potential problems
* COMP: Removed line continuation characters from #if lines to avoid linefeed ↵Brad King2005-04-222-11/+4
| | | | problems on cygwin.
* BUG: Drastically extending test5's timeouts to get it to pass when running ↵Brad King2005-04-221-2/+2
| | | | on a heavily-loaded machine.
* COMP: Fixed assignment-in-conditional warning.Brad King2005-04-221-1/+2
|
* COMP: Fixed constant conditional warning.Brad King2005-04-221-1/+1
|
* COMP: Fixed unused parameter and constant conditional warnings.Brad King2005-04-221-1/+3
|
* BUG: Fixed hash_allocator_n size computation.Brad King2005-04-211-14/+38
|
* ENH: Added include-work-around for hashtable.hxx.in dependency.Brad King2005-04-211-0/+1
|
* BUG: Do not close stdout/stderr pipes in parent if they are shared.Brad King2005-04-212-4/+13
|
* COMP: Do not do va_list hack if there is no std:: namespace.Brad King2005-04-211-1/+1
|
* COMP: Added KWSys try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and ↵Brad King2005-04-214-45/+184
| | | | KWSYS_STL_HAS_ALLOCATOR_OBJECTS. Needed for more old-stl support in the hashtable.
* BUG: Adjusting timeouts for tests 4 and 5 to avoid early killing.Brad King2005-04-201-2/+2
|
* COMP: Attempt to fix problem with building on SGIAndy Cedilnik2005-04-191-0/+19
|
* BUG: When killing a child all the pipe read ends should be closed. This ↵Brad King2005-04-191-2/+7
| | | | 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.
* BUG: Expanded difference in timeouts between tests 4 and 5 so that 5 does ↵Brad King2005-04-191-7/+11
| | | | 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.
* BUG: For some reason the non-template allocator test compiles on VS6 even ↵Brad King2005-04-151-1/+1
| | | | though its allocator is a template. Adding ::size_type to be sure it accesses a member of the allocator.
* BUG: Fix iterator traits test to use a real iterator instead of int*.Brad King2005-04-151-3/+6
|
* BUG: Cannot use Win32 implementation for cygwin processes because then ↵Brad King2005-04-151-5/+5
| | | | cygwin paths to executables like /usr/bin/ls are not found.
* COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide ↵Brad King2005-04-156-0/+58
| | | | kwsys/cstddef header (to get size_t for hash_fun.hxx).
* COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the ↵Brad King2005-04-153-58/+58
| | | | configured namespace.
* ENH: move convenience method to get OS name and version from KWApp to KWSys.Sebastien Barre2005-04-152-0/+271
|
* BUG: Added missing variable initialization that was accidentally removed on ↵Brad King2005-04-151-1/+1
| | | | the previsous commit.