poco/Foundation
Mike Gelfand 3abdb1fc23 Return non-zero from ProcessHandle::wait if killed by signal
Currently, ProcessHandle::wait (and transitively Process::wait) on *NIX
return zero if process was terminated as a result of unhandled signal.
Check if this is the case and return negative signal number instead to
indicate non-graceful process termination.
2015-10-03 15:32:15 +03:00
..
cmake CMake: Create PocoConfig.cmake to make importable from other CMake projects 2014-10-14 17:58:46 +02:00
include/Poco added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
samples added Visual Studio 2015 project files 2015-07-30 15:48:45 +02:00
src Return non-zero from ProcessHandle::wait if killed by signal 2015-10-03 15:32:15 +03:00
testsuite Return non-zero from ProcessHandle::wait if killed by signal 2015-10-03 15:32:15 +03:00
wcelibcex-1.0 new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
CMakeLists.txt Change Foundation library version back to SHARED_LIBRARY_VERSION 2015-09-20 03:08:19 +03:00
extradirs new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
Foundation_CE_vs90.sln added ProGen Files for Foundation and regenerated projects to include JSONString 2015-03-02 19:57:46 -06:00
Foundation_CE_vs90.vcproj added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_vs90.sln fixed project files 2015-03-11 18:39:23 +01:00
Foundation_vs90.vcproj added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_vs100.sln fixed project files 2015-03-11 18:39:23 +01:00
Foundation_vs100.vcxproj added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_vs100.vcxproj.filters added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_vs110.sln fixed project files 2015-03-11 18:39:23 +01:00
Foundation_vs110.vcxproj added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_vs110.vcxproj.filters added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_vs120.sln fixed project files 2015-03-11 18:39:23 +01:00
Foundation_vs120.vcxproj added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_vs120.vcxproj.filters added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_vs140.sln added Visual Studio 2015 project files 2015-07-30 15:48:45 +02:00
Foundation_vs140.vcxproj added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_vs140.vcxproj.filters added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_WEC2013_vs110.sln fixed WEC2013 project files 2015-03-11 16:41:40 +01:00
Foundation_WEC2013_vs110.vcxproj added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_WEC2013_vs110.vcxproj.filters added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_WEC2013_vs120.sln fixed WEC2013 project files 2015-03-11 16:41:40 +01:00
Foundation_WEC2013_vs120.vcxproj added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_WEC2013_vs120.vcxproj.filters added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_x64_vs90.sln fixed project files 2015-03-11 18:39:23 +01:00
Foundation_x64_vs90.vcproj added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_x64_vs100.sln fixed project files 2015-03-11 18:39:23 +01:00
Foundation_x64_vs100.vcxproj added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_x64_vs100.vcxproj.filters added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_x64_vs110.sln fixed project files 2015-03-11 18:39:23 +01:00
Foundation_x64_vs110.vcxproj added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_x64_vs110.vcxproj.filters added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_x64_vs120.sln fixed project files 2015-03-11 18:39:23 +01:00
Foundation_x64_vs120.vcxproj added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_x64_vs120.vcxproj.filters added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_x64_vs140.sln added Visual Studio 2015 project files 2015-07-30 15:48:45 +02:00
Foundation_x64_vs140.vcxproj added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation_x64_vs140.vcxproj.filters added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Foundation.progen added ProGen Files for Foundation and regenerated projects to include JSONString 2015-03-02 19:57:46 -06:00
Foundation.vxbuild PCRE 8.35.0 Update 2014-10-03 23:17:24 +10:00
Makefile added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00