summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Expand)AuthorAgeFilesLines
...
* no c++ comments in cBill Hoffman2004-07-041-1/+1
* fix for hp buildBill Hoffman2004-07-031-1/+1
* BUG: Need a C-only library for C tests.Brad King2004-07-021-9/+22
* BUG#392: Implementation of process tree killing for systems with /proc filesy...Brad King2004-07-021-2/+74
* ENH: add CMAKE_FILE_PATH, CMAKE_PROGRAM_PATH, CMAKE_LIBRARY_PATH, and search ...Bill Hoffman2004-06-301-3/+5
* BUG: undo last bug fix because it breaks cmake, rebuild_cache on ParaView get...Bill Hoffman2004-06-081-7/+1
* BUG: Do not create a directory on top of a file.Brad King2004-06-071-1/+7
* ERR: Do not add the library if no sources are used.Brad King2004-06-041-6/+8
* ENH: make sure find library does not find directoriesBill Hoffman2004-06-011-6/+12
* BUG: Do not wait for children to exit when killing them. Sometimes they do n...Brad King2004-05-131-6/+2
* ENH: Adding native windows process tree kill to ProcessWin32.c. This replace...Brad King2004-05-104-506/+403
* ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the m...Brad King2004-05-102-10/+10
* ENH: Renaming kwsys macro to kwsys_ns to work around borland preprocessor bug.Brad King2004-05-101-4/+4
* ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the m...Brad King2004-05-102-50/+50
* ENH: remove extra include for compile with mingwBill Hoffman2004-05-101-1/+0
* ENH: change to c code so it can be built with mingwBill Hoffman2004-05-103-447/+455
* ENH: remove unused include file so it will build with mingwBill Hoffman2004-05-101-1/+0
* ERR: On Borland preprocessor goes into recursion which adds some weid spaces ...Andy Cedilnik2004-05-074-57/+57
* BUG: make sure the correct state is set for expired processesBill Hoffman2004-05-071-0/+1
* ENH: Adding process tree killing for Win32 process execution.Brad King2004-05-064-3/+502
* ERR: Added units to SetTimeout documentation.Brad King2004-05-061-4/+4
* BUG: fix collapse full path to handle a file in the root directoryBill Hoffman2004-05-061-2/+11
* ENH: remove warningsBill Hoffman2004-04-301-7/+11
* ENH: Added automatic adjustment of C++ flags to include -timplicit_local and ...Brad King2004-04-291-0/+17
* BUG: Most of time when asking if file exists, we actually want to read it... ...Andy Cedilnik2004-04-291-3/+3
* ERR: Verify that getenv returned something before using itAndy Cedilnik2004-04-221-1/+8
* BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ...Bill Hoffman2004-04-222-4/+9
* BUG: Prevent crash when the current working directory cannot be establishedAndy Cedilnik2004-04-211-1/+6
* ENH: Added comment for future work to make forwarding executable always stati...Brad King2004-04-011-0/+9
* ENH: Always include KWSys header files directoryAndy Cedilnik2004-03-151-1/+1
* ERR: SIGSEGV == SIGBUS on BeOS.Brad King2004-03-121-0/+2
* 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 s...Andy Cedilnik2004-02-121-1/+1
* ENH: On Cygwin shared libraries have only .dll file no .lib file, so when fin...Andy Cedilnik2004-02-111-0/+8
* 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 or...Brad King2004-01-221-4/+3
* 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