Brad King
|
d23636d48b
|
BUG: Corrected detection of exceptional exit code.
|
2004-01-28 10:59:46 -05:00 |
Brad King
|
e27ad7eb97
|
ENH: Added exception string to abnormal termination report.
|
2004-01-28 10:59:22 -05:00 |
Bill Hoffman
|
dd7f85a9dc
|
ENH: fix for build on cygwin mingw
|
2004-01-26 13:32:20 -05:00 |
Brad King
|
9651c9d996
|
ERR: Fixed function prototypes with zero arguments to be C-style.
|
2004-01-22 14:44:44 -05:00 |
Andy Cedilnik
|
9cf5bb4bb0
|
BUG: If working directory does not exists, exit
|
2004-01-22 11:16:43 -05:00 |
Brad King
|
49bd89fe31
|
BUG: CopyFileIfDifferent should return success if the files did not differ or if the copy succeeded. It should return failure only if the files were different and the copy failed.
|
2004-01-22 10:30:01 -05:00 |
Andy Cedilnik
|
d609e037b9
|
BUG: Fix valgrind error. If working directory is not set do not do chdir
|
2004-01-21 13:38:09 -05:00 |
Brad King
|
9878c9ea34
|
ERR: Fixed unused argument warning.
|
2004-01-19 09:30:44 -05:00 |
Brad King
|
5ba4fd9e8a
|
ERR: Must include Dart module after PROJECT command.
|
2004-01-19 09:30:09 -05:00 |
Brad King
|
f2714ab435
|
ENH: Added Dart testing configuration.
|
2004-01-17 12:47:11 -05:00 |
Brad King
|
740505bb63
|
ENH: Added a recursive process execution test.
|
2004-01-17 12:46:56 -05:00 |
Bill Hoffman
|
a9beaa40e8
|
BUG: try to get access to work on borland
|
2004-01-12 16:16:46 -05:00 |
Bill Hoffman
|
e5bcc9244b
|
ENH: use access over stat for performance
|
2004-01-12 13:53:46 -05:00 |
Andy Cedilnik
|
b4bf41434c
|
ENH: Only look for executable until found
|
2004-01-12 13:30:57 -05:00 |
Brad King
|
e365b64ff6
|
ENH: Removing empty source file now that makefile dependencies should have updated.
|
2004-01-06 16:56:13 -05:00 |
Brad King
|
fca398f961
|
ERR: Removed use of FILE command and using WRITE_FILE instead. We would still like CMake 1.6 to be able to build CMake CVS, and kwsys is used.
|
2004-01-05 11:02:38 -05:00 |
Brad King
|
c14915697c
|
ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources.
|
2003-12-30 17:15:51 -05:00 |
Brad King
|
1c8f885f9d
|
ENH: Added GetExceptionString method to provide an error description when GetState returns Exception.
|
2003-12-30 16:23:16 -05:00 |
Brad King
|
f48941f261
|
BUG: CollapseFullPath was calling SplitProgramPath before changing the working directory to in_base.
|
2003-12-30 13:38:32 -05:00 |
Brad King
|
242f4f2fc8
|
ERR: Removed ftime ambiguity created by poor C++ standard headers provided by Borland 5.5.
|
2003-12-29 13:14:26 -05:00 |
Ken Moreland
|
06bf73f9c3
|
Fixed a problem where ifstream was not the same as kwsys_ios::ifstream on
MSVC 6.0.
|
2003-12-24 10:07:42 -05:00 |
Brad King
|
032d1d8652
|
ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.
|
2003-12-23 11:03:33 -05:00 |
Brad King
|
92bcdb8d66
|
ERR: std -> kwsys_std.
|
2003-12-17 08:30:07 -05:00 |
Brad King
|
802601b606
|
ENH: Added SetPipeShared method to allow stdout and stderr pipes to be shared with the parent process.
|
2003-12-16 17:20:01 -05:00 |
Brad King
|
8ca149d34f
|
ENH: Added GetEnv method.
|
2003-12-16 15:55:18 -05:00 |
Brad King
|
40ea4b6761
|
ENH: Updated copyright.
|
2003-12-16 15:38:36 -05:00 |
Brad King
|
e70aa1b3a2
|
ERR: SystemTools now depends on Directory.
|
2003-12-16 15:37:24 -05:00 |
Ken Martin
|
cd5ec5ee1b
|
is there any chance thiswill work on all platforms hmmm added removeAdirectory
|
2003-12-16 14:26:19 -05:00 |
Brad King
|
ce8a34907a
|
ENH: Updated copyright.
|
2003-12-15 16:30:46 -05:00 |
Brad King
|
c9e9e8d121
|
STYLE: Fixed typo on comment.
|
2003-12-14 13:48:18 -05:00 |
Brad King
|
5dcbef7dfe
|
ENH: Using CreateFile with FILE_FLAG_DELETE_ON_CLOSE to automatically delete the Win9x forwarding executable even if the parent process crashes.
|
2003-12-14 13:47:39 -05:00 |
Brad King
|
8da78710bc
|
ENH: Added KWSYS_NAMESPACE_STRING macro.
|
2003-12-14 13:44:20 -05:00 |
Brad King
|
31d72f961b
|
BUG: Fixed dllimport.
|
2003-12-14 13:03:44 -05:00 |
Brad King
|
d3f1410be3
|
ERR: Added include of sys/stat.h for open functions mode bits.
|
2003-12-13 14:19:45 -05:00 |
Brad King
|
1f40a4205b
|
ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, and stderr to be redirected from/to files.
|
2003-12-13 14:13:54 -05:00 |
Brad King
|
dc96992e56
|
ENH: Code is now robust to New method returning NULL.
|
2003-12-13 10:36:22 -05:00 |
Brad King
|
4d68d005bc
|
BUG: File comparison on windows must test the volume serial number as well as the file index.
|
2003-12-09 11:44:53 -05:00 |
Brad King
|
380ee8ca36
|
STYLE: Removed trailing whitespace.
|
2003-12-08 11:35:34 -05:00 |
Brad King
|
b777b8656e
|
ENH: Cleaned up pipe numbering.
|
2003-12-07 14:09:58 -05:00 |
Brad King
|
bcfd5ce161
|
ERR: Need to include Configure.hxx to get kwsys_std definition.
|
2003-12-05 14:51:27 -05:00 |
Brad King
|
ed853b5d70
|
ENH: Removed pipe selection argument from WaitForData method in kwsysProcess. This greatly simplifies its use.
|
2003-12-05 11:53:17 -05:00 |
Brad King
|
97b469537b
|
STYLE: Removed trailing whitespace.
|
2003-12-05 11:37:28 -05:00 |
Brad King
|
9ce4e23715
|
BUG: Process startup-info struct dwFlags were being set incorrectly due to a change in statement order.
|
2003-12-05 11:19:43 -05:00 |
Brad King
|
ddd3190387
|
ERR: Added missing static storage class specifier for kwsysProcessCreate.
|
2003-12-04 13:56:00 -05:00 |
Brad King
|
cee49e74cf
|
ERR: Some platforms define stdin, stdout, and stderr as macros. Renaming these symbols to StdIn, StdOut, and StdErr.
|
2003-12-03 13:37:21 -05:00 |
Brad King
|
ad8bc4b1a4
|
ENH: Merged changes from KWSys-MultiProcess-bp to KWSys-MultiProcess-b2t-1-mp to main tree. This introduces support for process pipelines.
|
2003-12-03 09:20:05 -05:00 |
Brad King
|
9ec524def6
|
STYLE: Removed trailing whitespace.
|
2003-11-28 09:48:42 -05:00 |
Brad King
|
37bbb27bfa
|
ERR: Removed extra variable assignments.
|
2003-11-04 09:00:18 -05:00 |
Brad King
|
8f8cc16ea3
|
BUG: Removed CloseHandle in case of error in DuplicateHandle. According to documentation, DuplicateHandle will close the source handle regardless of error condition.
|
2003-11-04 08:56:12 -05:00 |
Bill Hoffman
|
96e8cd82c7
|
ENH: put the system path after the paths specified on to the FIND command
|
2003-10-09 15:52:29 -04:00 |