summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Collapse)AuthorAgeFilesLines
* ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to themBill Hoffman2004-02-131-8/+0
|
* ERR: Fixed use of _findfirst for MSVC 6.Brad King2004-02-121-1/+6
|
* fix incorrect signature for findfirstKen Martin2004-02-121-1/+1
|
* Fix install test fail on mingwBill Hoffman2004-02-121-0/+8
|
* BUG: Like cygwin, mingw does not produce .lib file for shared libraries, so ↵Andy Cedilnik2004-02-121-1/+1
| | | | search for dll when searching for library
* ENH: On Cygwin shared libraries have only .dll file no .lib file, so when ↵Andy Cedilnik2004-02-111-0/+8
| | | | finding library on cygwin, search also for .dll. Also fix SimpleInstall test on cygwin
* BUG: Corrected detection of exceptional exit code.Brad King2004-01-281-3/+3
|
* ENH: Added exception string to abnormal termination report.Brad King2004-01-281-1/+2
|
* ENH: fix for build on cygwin mingwBill Hoffman2004-01-261-0/+8
|
* ERR: Fixed function prototypes with zero arguments to be C-style.Brad King2004-01-222-6/+6
|
* BUG: If working directory does not exists, exitAndy Cedilnik2004-01-221-0/+1
|
* BUG: CopyFileIfDifferent should return success if the files did not differ ↵Brad King2004-01-221-4/+3
| | | | or if the copy succeeded. It should return failure only if the files were different and the copy failed.
* BUG: Fix valgrind error. If working directory is not set do not do chdirAndy Cedilnik2004-01-211-9/+10
|
* ERR: Fixed unused argument warning.Brad King2004-01-191-0/+1
|
* ERR: Must include Dart module after PROJECT command.Brad King2004-01-191-6/+8
|
* ENH: Added Dart testing configuration.Brad King2004-01-171-0/+15
|
* ENH: Added a recursive process execution test.Brad King2004-01-171-27/+100
|
* BUG: try to get access to work on borlandBill Hoffman2004-01-121-1/+3
|
* ENH: use access over stat for performanceBill Hoffman2004-01-121-2/+7
|
* ENH: Only look for executable until foundAndy Cedilnik2004-01-121-2/+3
|
* ENH: Removing empty source file now that makefile dependencies should have ↵Brad King2004-01-065-5/+0
| | | | updated.
* ERR: Removed use of FILE command and using WRITE_FILE instead. We would ↵Brad King2004-01-051-4/+4
| | | | still like CMake 1.6 to be able to build CMake CVS, and kwsys is used.
* ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable ↵Brad King2003-12-307-45/+45
| | | | in the C++ sources.
* ENH: Added GetExceptionString method to provide an error description when ↵Brad King2003-12-304-55/+257
| | | | GetState returns Exception.
* BUG: CollapseFullPath was calling SplitProgramPath before changing the ↵Brad King2003-12-301-3/+3
| | | | working directory to in_base.
* ERR: Removed ftime ambiguity created by poor C++ standard headers provided ↵Brad King2003-12-291-1/+1
| | | | by Borland 5.5.
* Fixed a problem where ifstream was not the same as kwsys_ios::ifstream onKen Moreland2003-12-241-0/+1
| | | | MSVC 6.0.
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵Brad King2003-12-2321-611/+708
| | | | This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.
* ERR: std -> kwsys_std.Brad King2003-12-171-1/+1
|
* ENH: Added SetPipeShared method to allow stdout and stderr pipes to be ↵Brad King2003-12-163-15/+171
| | | | shared with the parent process.
* ENH: Added GetEnv method.Brad King2003-12-162-0/+22
|
* ENH: Updated copyright.Brad King2003-12-161-5/+2
|
* ERR: SystemTools now depends on Directory.Brad King2003-12-161-5/+4
|
* is there any chance thiswill work on all platforms hmmm added removeAdirectoryKen Martin2003-12-162-3/+48
|
* ENH: Updated copyright.Brad King2003-12-1525-166/+173
|
* STYLE: Fixed typo on comment.Brad King2003-12-141-1/+1
|
* ENH: Using CreateFile with FILE_FLAG_DELETE_ON_CLOSE to automatically delete ↵Brad King2003-12-141-3/+21
| | | | the Win9x forwarding executable even if the parent process crashes.
* ENH: Added KWSYS_NAMESPACE_STRING macro.Brad King2003-12-141-0/+8
|
* BUG: Fixed dllimport.Brad King2003-12-141-1/+1
|
* ERR: Added include of sys/stat.h for open functions mode bits.Brad King2003-12-131-0/+1
|
* ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, ↵Brad King2003-12-133-30/+383
| | | | and stderr to be redirected from/to files.
* ENH: Code is now robust to New method returning NULL.Brad King2003-12-132-19/+84
|
* BUG: File comparison on windows must test the volume serial number as well ↵Brad King2003-12-091-1/+2
| | | | as the file index.
* STYLE: Removed trailing whitespace.Brad King2003-12-081-7/+7
|
* ENH: Cleaned up pipe numbering.Brad King2003-12-073-13/+28
|
* ERR: Need to include Configure.hxx to get kwsys_std definition.Brad King2003-12-051-4/+6
|
* ENH: Removed pipe selection argument from WaitForData method in ↵Brad King2003-12-055-28/+15
| | | | kwsysProcess. This greatly simplifies its use.
* STYLE: Removed trailing whitespace.Brad King2003-12-053-144/+144
|
* BUG: Process startup-info struct dwFlags were being set incorrectly due to a ↵Brad King2003-12-051-1/+1
| | | | change in statement order.
* ERR: Added missing static storage class specifier for kwsysProcessCreate.Brad King2003-12-041-2/+2
|