Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Removing old test1.c Process execution example. It is fully replaced ↵ | Brad King | 2005-04-13 | 1 | -52/+0 |
| | | | | by testProcess. | ||||
* | COMP: Adding work-around for CMake dependency scanning limitation. Any ↵ | Brad King | 2005-04-13 | 1 | -0/+8 |
| | | | | configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies. | ||||
* | ENH: Do kwsys testing as part of cmake testing, command line arguments are ↵ | Andy Cedilnik | 2005-04-13 | 1 | -3/+4 |
| | | | | not experimental and add simple test for systemtools | ||||
* | ENH: Added GetExceptionString method to provide an error description when ↵ | Brad King | 2003-12-30 | 1 | -0/+9 |
| | | | | GetState returns Exception. | ||||
* | ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵ | Brad King | 2003-12-23 | 1 | -3/+3 |
| | | | | This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. | ||||
* | ENH: Updated copyright. | Brad King | 2003-12-15 | 1 | -0/+13 |
| | |||||
* | ENH: Removed pipe selection argument from WaitForData method in ↵ | Brad King | 2003-12-05 | 1 | -3/+1 |
| | | | | kwsysProcess. This greatly simplifies its use. | ||||
* | ENH: Added documentation to interface. Finished process exit code ↵ | Brad King | 2003-06-18 | 1 | -1/+2 |
| | | | | interpretation implementation prototype. | ||||
* | ENH: Added use of process execution. | Brad King | 2003-06-10 | 1 | -0/+15 |
| | |||||
* | ENH: Setup for testing as a stand-alone project. | Brad King | 2003-05-08 | 1 | -0/+7 |