Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added cygcheck knowledge for --ldd option on Cygwin. Added error ↵ | Brad King | 2005-08-31 | 1 | -1/+11 |
| | | | | message for --ldd option when no tool is available but the option was still requested. | ||||
* | BUG: Fixed dirname in a few cases on windows. Now using ↵ | Brad King | 2005-08-18 | 1 | -12/+21 |
| | | | | KWSYS_SHARED_FORWARD_CONFIG_NAME setting instead of CMAKE_INTDIR directly to give choice to user code. Updated documentation to include @KWSYS_NAMESPACE@_SHARED_FORWARD_CONFIG_NAME, @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_PRINT, and @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_LDD settings. | ||||
* | ENH: Added support for Windows. | Brad King | 2005-08-18 | 1 | -31/+178 |
| | |||||
* | BUG: Automatic pwd/cwd path translation must check that the generated ↵ | Brad King | 2005-08-17 | 1 | -28/+26 |
| | | | | logical-to-physical mapping is correct by using realpath. | ||||
* | ENH: If VTK_LIBRARY_PROPERTIES is set then the properties it lists will be ↵ | Brad King | 2005-08-04 | 1 | -0/+14 |
| | | | | added to VTK library targets with SET_TARGET_PROPERTIES. This will be useful to enable shared library versioning. | ||||
* | ENH: change loc of log files | Ken Martin | 2005-07-29 | 1 | -2/+2 |
| | |||||
* | ENH: add method to attempt to check if a file is text or binary | Sebastien Barre | 2005-07-28 | 2 | -1/+80 |
| | |||||
* | ENH: Added FundamentalType header defining platform-independent fixed ↵ | Brad King | 2005-07-26 | 2 | -1/+217 |
| | | | | size/signedness integer types. | ||||
* | ENH: Added TEST_KWSYS_CXX_SAME_LONG_AND___INT64, ↵ | Brad King | 2005-07-26 | 1 | -0/+44 |
| | | | | TEST_KWSYS_CXX_SAME_LONG_LONG_AND___INT64, TEST_KWSYS_CAN_CONVERT_UI64_TO_DOUBLE, and TEST_KWSYS_CHAR_IS_SIGNED. | ||||
* | ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of ↵ | Brad King | 2005-07-26 | 4 | -8/+19 |
| | | | | building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros. | ||||
* | 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 ↵ | Andy Cedilnik | 2005-07-12 | 2 | -5/+24 |
| | | | | symlinks as files when removing directory | ||||
* | BUG: When removing directory, use lstat instead of stat to make sure that ↵ | Andy Cedilnik | 2005-07-12 | 1 | -0/+4 |
| | | | | symlinks are treated as files and not as directories | ||||
* | 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 ↵ | Brad King | 2005-07-07 | 1 | -14/+29 |
| | | | | object. This tests the reusability of the objects. | ||||
* | BUG: Fixed reusability of process object by clearing each pipe's Closed flag ↵ | Brad King | 2005-07-07 | 1 | -1/+2 |
| | | | | when cleaning up. | ||||
* | BUG: Do not increment optr by 2 after storing only one character. Also ↵ | Brad King | 2005-06-30 | 1 | -5/+16 |
| | | | | fixed possibility of storing uninitialized characters from the last triplet. | ||||
* | ENH: Several improvements with the way things are handled. Also, support ↵ | Andy Cedilnik | 2005-06-23 | 1 | -0/+1 |
| | | | | multiple submited files | ||||
* | ENH: Added some smaller primes to allow small hash table sizes and therefore ↵ | Brad King | 2005-06-23 | 1 | -1/+2 |
| | | | | shorter initial construction times. | ||||
* | BUG: Use sleep(1) instead of usleep(1000000) because some UNIX systems ↵ | Brad King | 2005-06-21 | 1 | -1/+1 |
| | | | | specify that the argument to usleep must be less than 1000000. | ||||
* | ENH: fix test, it has to return a true/false value otherwise it just passes ↵ | Sebastien Barre | 2005-06-20 | 1 | -5/+46 |
| | | | | the test, and add test for EscapeChars | ||||
* | 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 ↵ | Mathieu Malaterre | 2005-06-17 | 1 | -1/+1 |
| | | | | (convenience) | ||||
* | 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 ↵ | Brad King | 2005-06-09 | 1 | -0/+11 |
| | | | | warning. | ||||
* | 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 |
| | | | | argc/argv. Pulled and cleaned from PV/VV/VJ init code | ||||
* | 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). ↵ | Brad King | 2005-05-10 | 1 | -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 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 |
| | | | | just fail always for now. | ||||
* | COMP: Removed unused parameter warning. | Brad King | 2005-05-05 | 1 | -1/+1 |
| | |||||
* | COMP: Added work-around to avoid warnings about unreferenced inline ↵ | Brad King | 2005-05-05 | 1 | -0/+21 |
| | | | | functions from SGI termios. | ||||
* | 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 |
| |