summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Expand)AuthorAgeFilesLines
* ENH: add kwsys test for DetectFileTypeSebastien Barre2005-10-043-0/+58
* ENH: Converting FundamentalType try-compiles into a single try-run. All the ...Brad King2005-10-032-34/+137
* COMP: Try to remove warningsAndy Cedilnik2005-09-221-18/+14
* ENH: Updated to use modern FILE command for writing to output logs instead of...Brad King2005-09-211-4/+4
* BUG: kwsys_ios namespace should import streambuf also.Brad King2005-09-211-0/+1
* ENH: Make message into statusAndy Cedilnik2005-09-201-1/+1
* BUG: Remove warning and try to fix memory problemAndy Cedilnik2005-09-191-5/+6
* ENH: Test for both commandsAndy Cedilnik2005-09-191-2/+2
* STYLE: Added reference to documentation in CMakeLists.txt.Brad King2005-09-181-1/+4
* STYLE: Added backward compatibility disclaimer.Brad King2005-09-181-0/+8
* BUG: Fix which argument is which, also, fix the test to be less agressiveAndy Cedilnik2005-09-181-3/+1
* ENH: Add testing of GET_TEST_PROPERTY commandAndy Cedilnik2005-09-171-0/+4
* BUG: On WIN32, since we are using subkey, set itAndy Cedilnik2005-09-171-1/+5
* COMP: Remove unused variableAndy Cedilnik2005-09-161-2/+0
* BUG: Fix encoding and add deleting to the testAndy Cedilnik2005-09-162-4/+8
* ENH: Modify API a little bit to allow arbitrary length values. Encode certain...Andy Cedilnik2005-09-163-61/+161
* COMP: Remove problem on borlandAndy Cedilnik2005-09-161-7/+4
* ENH: Enable registry, add test of SET_TESTS_PROPERTIES, rename tests for dart2Andy Cedilnik2005-09-161-10/+19
* COMP: Remove some more warningsAndy Cedilnik2005-09-161-13/+11
* ENH: Cleanups and expose unix registry on windows (for cygwin etc)Andy Cedilnik2005-09-162-27/+25
* COMP: Win32 fixesAndy Cedilnik2005-09-162-31/+64
* ENH: More handling of unix versus windows registryAndy Cedilnik2005-09-161-99/+132
* ENH: Initial importAndy Cedilnik2005-09-164-0/+869
* ENH: Added cygcheck knowledge for --ldd option on Cygwin. Added error messag...Brad King2005-08-311-1/+11
* BUG: Fixed dirname in a few cases on windows. Now using KWSYS_SHARED_FORWARD...Brad King2005-08-181-12/+21
* ENH: Added support for Windows.Brad King2005-08-181-31/+178
* BUG: Automatic pwd/cwd path translation must check that the generated logical...Brad King2005-08-171-28/+26
* ENH: If VTK_LIBRARY_PROPERTIES is set then the properties it lists will be ad...Brad King2005-08-041-0/+14
* ENH: change loc of log filesKen Martin2005-07-291-2/+2
* ENH: add method to attempt to check if a file is text or binarySebastien Barre2005-07-282-1/+80
* ENH: Added FundamentalType header defining platform-independent fixed size/si...Brad King2005-07-262-1/+217
* ENH: Added TEST_KWSYS_CXX_SAME_LONG_AND___INT64, TEST_KWSYS_CXX_SAME_LONG_LON...Brad King2005-07-261-0/+44
* ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of buil...Brad King2005-07-264-8/+19
* ENH: Rename testAndy Cedilnik2005-07-201-0/+77
* ENH: Rename testAndy Cedilnik2005-07-202-79/+2
* COMP: Remove warning on windowsAndy Cedilnik2005-07-131-0/+1
* BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlin...Andy Cedilnik2005-07-122-5/+24
* BUG: When removing directory, use lstat instead of stat to make sure that sym...Andy Cedilnik2005-07-121-0/+4
* COMP: Fixed uninitialized variable.Brad King2005-07-081-1/+1
* ENH: Extended test 0 to run the executable twice using the same process objec...Brad King2005-07-071-14/+29
* BUG: Fixed reusability of process object by clearing each pipe's Closed flag ...Brad King2005-07-071-1/+2
* BUG: Do not increment optr by 2 after storing only one character. Also fixed...Brad King2005-06-301-5/+16
* ENH: Several improvements with the way things are handled. Also, support mult...Andy Cedilnik2005-06-231-0/+1
* ENH: Added some smaller primes to allow small hash table sizes and therefore ...Brad King2005-06-231-1/+2
* BUG: Use sleep(1) instead of usleep(1000000) because some UNIX systems specif...Brad King2005-06-211-1/+1
* ENH: fix test, it has to return a true/false value otherwise it just passes t...Sebastien Barre2005-06-201-5/+46
* ENH: Enabling new test 7 of process execution.Brad King2005-06-171-0/+1
* ENH: Added polling feature to documentation of WaitForData.Brad King2005-06-171-1/+3
* BUG: Fixed polling feature of WaitForData.Brad King2005-06-171-2/+13
* ENH: Added test 7 to expose problems with polling by WaitForData.Brad King2005-06-171-18/+94