CMake/Source/kwsys
Brad King 0c7f84ca41 KWSys Process: Workaround child kill trouble on Cygwin
When we kill a child we send SIGSTOP first so that we can traverse its
child processes recursively.  On unwinding the recursion we then send
SIGKILL.  Current Cygwin has trouble when both signals are sent in quick
succession by the parent process.  Add a usleep(1) after sending the
first signal to give up our time slice and give Cygwin a chance to
process the first signal before sending the second.
2014-05-20 09:48:35 -04:00
..
Base64.c
Base64.h.in
CMakeEmptyInputFile.in
CMakeLists.txt Merge branch 'upstream-kwsys' into update-kwsys 2013-12-23 10:51:38 -05:00
CPU.h.in Merge branch 'upstream-kwsys' into update-kwsys 2012-12-22 09:52:05 -05:00
CTestConfig.cmake KWSys: Submit dashboard builds to PublicDashboard 2012-10-01 15:45:21 -04:00
CommandLineArguments.cxx KWSys: Address Intel compiler remarks 2011-11-01 10:49:25 -04:00
CommandLineArguments.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-05-07 08:38:10 -04:00
Configure.h.in Merge branch 'upstream-kwsys' into import-KWSys-subtree 2012-10-01 15:18:30 -04:00
Configure.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
Copyright.txt
Directory.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
Directory.hxx.in
DynamicLoader.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
DynamicLoader.hxx.in
Encoding.h.in Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
Encoding.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-12-20 14:27:36 -05:00
EncodingC.c Merge branch 'upstream-kwsys' into update-kwsys 2013-12-19 10:44:29 -05:00
EncodingCXX.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-12-20 14:27:36 -05:00
ExtraTest.cmake.in
FStream.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-12-23 10:51:38 -05:00
FundamentalType.h.in
Glob.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-02-01 09:28:50 -05:00
Glob.hxx.in
IOStream.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-02-01 09:28:50 -05:00
IOStream.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-01-08 08:42:58 -05:00
MD5.c
MD5.h.in
Process.h.in
ProcessUNIX.c KWSys Process: Workaround child kill trouble on Cygwin 2014-05-20 09:48:35 -04:00
ProcessWin32.c Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
README.txt
RegularExpression.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-07-01 09:36:48 -04:00
RegularExpression.hxx.in
SharedForward.h.in Merge branch 'upstream-kwsys' into update-kwsys 2013-05-07 08:38:10 -04:00
String.c
String.h.in
String.hxx.in
System.c
System.h.in
SystemInformation.cxx KWSys SystemInformation: Include backtrace APIs whenever we use them 2014-05-06 10:05:01 -04:00
SystemInformation.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-08-07 08:18:32 -04:00
SystemTools.cxx KWSys SystemTools: Port cygwin path conversion to modern API 2014-05-20 09:48:26 -04:00
SystemTools.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
Terminal.c Merge branch 'upstream-kwsys' into update-kwsys 2014-01-03 10:21:07 -05:00
Terminal.h.in
auto_ptr.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-08-07 08:18:32 -04:00
hash_fun.hxx.in KWSys: Remove dependencies on FundamentalType 2012-05-02 08:46:10 -04:00
hash_map.hxx.in
hash_set.hxx.in
hashtable.hxx.in Merge branch 'upstream-kwsys' into update-kwsys 2013-08-07 08:18:32 -04:00
kwsysHeaderDump.pl
kwsysPlatformTests.cmake Merge branch 'upstream-kwsys' into update-kwsys 2013-08-07 08:18:32 -04:00
kwsysPlatformTestsC.c
kwsysPlatformTestsCXX.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-11-25 11:19:42 -05:00
kwsysPrivate.h
kwsys_cstddef.hxx.in
kwsys_ios_fstream.h.in
kwsys_ios_iosfwd.h.in
kwsys_ios_iostream.h.in
kwsys_ios_sstream.h.in
kwsys_stl.hxx.in
kwsys_stl_string.hxx.in
testAutoPtr.cxx
testCommandLineArguments.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-02-01 09:28:50 -05:00
testCommandLineArguments1.cxx
testDynamicLoader.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-10-08 09:53:13 -04:00
testDynload.c
testEncode.c
testEncoding.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-12-20 14:27:36 -05:00
testFStream.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-12-23 10:51:38 -05:00
testFail.c
testHashSTL.cxx
testIOS.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-05-29 08:56:20 -04:00
testProcess.c Merge branch 'upstream-kwsys' into update-kwsys 2013-02-01 09:28:50 -05:00
testSharedForward.c.in
testSystemInformation.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-08-07 08:18:32 -04:00
testSystemTools.bin
testSystemTools.cxx Merge branch 'upstream-kwsys' into update-kwsys 2013-02-01 09:28:50 -05:00
testSystemTools.h.in
testTerminal.c

README.txt

KWSys provides a platform-independent API to many common system
features that are implemented differently on every platform.  This
library is intended to be shared among many projects, so it has a
configurable namespace.  Each project should configure KWSys to use a
namespace unique to itself.  See comments in CMakeLists.txt for
details.

You are probably reading this file in the source tree of a surrounding
project.  In that case, see "../README.kwsys" for details of using
KWSys in your project.