index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
kwsys
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Rename test
Andy Cedilnik
2005-07-20
1
-0/+77
*
ENH: Rename test
Andy Cedilnik
2005-07-20
2
-79/+2
*
COMP: Remove warning on windows
Andy Cedilnik
2005-07-13
1
-0/+1
*
BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlin...
Andy Cedilnik
2005-07-12
2
-5/+24
*
BUG: When removing directory, use lstat instead of stat to make sure that sym...
Andy Cedilnik
2005-07-12
1
-0/+4
*
COMP: Fixed uninitialized variable.
Brad King
2005-07-08
1
-1/+1
*
ENH: Extended test 0 to run the executable twice using the same process objec...
Brad King
2005-07-07
1
-14/+29
*
BUG: Fixed reusability of process object by clearing each pipe's Closed flag ...
Brad King
2005-07-07
1
-1/+2
*
BUG: Do not increment optr by 2 after storing only one character. Also fixed...
Brad King
2005-06-30
1
-5/+16
*
ENH: Several improvements with the way things are handled. Also, support mult...
Andy Cedilnik
2005-06-23
1
-0/+1
*
ENH: Added some smaller primes to allow small hash table sizes and therefore ...
Brad King
2005-06-23
1
-1/+2
*
BUG: Use sleep(1) instead of usleep(1000000) because some UNIX systems specif...
Brad King
2005-06-21
1
-1/+1
*
ENH: fix test, it has to return a true/false value otherwise it just passes t...
Sebastien Barre
2005-06-20
1
-5/+46
*
ENH: Enabling new test 7 of process execution.
Brad King
2005-06-17
1
-0/+1
*
ENH: Added polling feature to documentation of WaitForData.
Brad King
2005-06-17
1
-1/+3
*
BUG: Fixed polling feature of WaitForData.
Brad King
2005-06-17
1
-2/+13
*
ENH: Added test 7 to expose problems with polling by WaitForData.
Brad King
2005-06-17
1
-18/+94
*
BUG: Fixed polling capability of WaitForData.
Brad King
2005-06-17
1
-18/+28
*
ENH: Fix Bug #1950, provide a direct access to the input. Minor cleanup (conv...
Mathieu Malaterre
2005-06-17
1
-1/+1
*
ENH: add method to escape some chars in a string
Sebastien Barre
2005-06-13
2
-0/+41
*
COMP: Disable more warnings.
Brad King
2005-06-09
1
-2/+29
*
COMP: Fix no-assignment-operator warning and disable typedef-name synonym war...
Brad King
2005-06-09
1
-0/+11
*
COMP: Disable useless warnings.
Brad King
2005-06-09
1
-0/+8
*
ENH: C++ configuration should include C configuration.
Brad King
2005-06-09
1
-0/+3
*
COMP: Need windows.h even on cygwin to get CreateFile API.
Brad King
2005-06-09
1
-1/+5
*
COMP: Fixed conversion warnings.
Brad King
2005-06-09
1
-5/+5
*
ENH: Add capability to include files to DartTestfile.txt and add example of that
Andy Cedilnik
2005-06-07
2
-0/+6
*
COMP: warning.
Bill Lorensen
2005-05-28
1
-1/+1
*
ENH: add convenience function to convert Windows command line args into Unix ...
Sebastien Barre
2005-05-28
2
-4/+116
*
ENH: Removing previous debug code.
Brad King
2005-05-16
2
-15/+0
*
ENH: Added knowledge of FreeBSD.
Brad King
2005-05-13
1
-0/+7
*
ENH: Adding debugging code for freebsd.
Brad King
2005-05-13
2
-0/+15
*
ENH: Removing QNX hack for test 6 now that the problem has been fixed.
Brad King
2005-05-10
1
-7/+0
*
BUG: struct timeval uses unsigned types on at least one platform (QNX). Alot...
Brad King
2005-05-10
1
-8/+23
*
ENH: Add configuration file for kwsys
Andy Cedilnik
2005-05-05
1
-0/+2
*
ENH: Disabling test 6 on QNX until process killing can be resolved. It will ...
Brad King
2005-05-05
1
-0/+7
*
COMP: Removed unused parameter warning.
Brad King
2005-05-05
1
-1/+1
*
COMP: Added work-around to avoid warnings about unreferenced inline functions...
Brad King
2005-05-05
1
-0/+21
*
COMP: Added initializer to avoid warning. It is not really needed, though.
Brad King
2005-05-05
1
-1/+1
*
ENH: Add split that splits on arbitrary separator
Andy Cedilnik
2005-05-04
2
-0/+26
*
ENH: Expose ConvertToUnixOutputPath
Andy Cedilnik
2005-05-04
1
-2/+3
*
COMP: Added pragma directives for SGI compilers to avoid useless warnings.
Brad King
2005-05-03
3
-0/+11
*
COMP: Removed stray semicolon.
Brad King
2005-05-03
1
-4/+4
*
COMP: Changed type of regmlen to avoid warnings when other lengths are conver...
Brad King
2005-05-03
1
-1/+1
*
ENH: Adding test of running executable with forward slashes on windows.
Brad King
2005-05-03
1
-0/+24
*
BUG: Extending all timeouts to help out slower machines.
Brad King
2005-04-28
1
-3/+3
*
BUG: Extending timeout of test 6 from 0.1 seconds to 3 seconds. This should ...
Brad King
2005-04-27
1
-1/+1
*
BUG: Looks like std::string changes the result of c_str() call. This fixes po...
Andy Cedilnik
2005-04-26
1
-0/+2
*
COMP: Removed line continuation characters from #if lines to avoid linefeed p...
Brad King
2005-04-22
2
-11/+4
*
BUG: Drastically extending test5's timeouts to get it to pass when running on...
Brad King
2005-04-22
1
-2/+2
[next]