summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/test1.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Removing old test1.c Process execution example. It is fully replaced ↵Brad King2005-04-131-52/+0
| | | | by testProcess.
* COMP: Adding work-around for CMake dependency scanning limitation. Any ↵Brad King2005-04-131-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 Cedilnik2005-04-131-3/+4
| | | | not experimental and add simple test for systemtools
* ENH: Added GetExceptionString method to provide an error description when ↵Brad King2003-12-301-0/+9
| | | | GetState returns Exception.
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵Brad King2003-12-231-3/+3
| | | | This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.
* ENH: Updated copyright.Brad King2003-12-151-0/+13
|
* ENH: Removed pipe selection argument from WaitForData method in ↵Brad King2003-12-051-3/+1
| | | | kwsysProcess. This greatly simplifies its use.
* ENH: Added documentation to interface. Finished process exit code ↵Brad King2003-06-181-1/+2
| | | | interpretation implementation prototype.
* ENH: Added use of process execution.Brad King2003-06-101-0/+15
|
* ENH: Setup for testing as a stand-alone project.Brad King2003-05-081-0/+7