poco/Foundation
Pavle Dragisic 70bb3a40de
Add ProcessRunner and PIDFile (#4225)
* feat(Foundation): PIDFile and ProcessRunner #4064
* feat(Thread): optional signal blocking on POSIX #2978
* fix(ProcessRunner):remove logger, code enhancement #4225
* feat(Foundation): add PIDFile and ProcessRunner Tests #4064
* fix(Foundation): failing ProcessRunner Test #4064
* fix(PIDFile): remove append argument #4064
* remove Windows TODO from ProcessRunner #4064
* feat(ProcessRunnerTest): add line to checkTimeout #4064
* fix(ProcessRunner): add done flag to run() #4064
* fix(ProcessRunnerTest): add missing pidFile argument #4064
* chore(ProcessRunner): remove comments #4064
* fix(ProcessRunner): add runCount flag #4064
* fix(test): SharedLibrary and Class tests paths
* fix(ProcessRunner): thread sanitizer reported data races #4064
* fix(build): pass env var to testrunner #4064
* chore(PIDFile): remove ; in comments #4064
* feat(ProcessRunner): add Win argument format #4064
* fix(Tests): add ProcessRunnerTest to vcxproj #4064
* fix(Tests): change path to TestApp #4064
* feat(Tests): windows processrunner tests #4064
* fix(Tests): duplicate  ProcessRunnerTest in TestSuite vcxproj  #4064
* fix(CodeQL): sw declaration hides variable  #4064
* fix test binaries path for cmake
* fix(Build): missing include/PIDFile.h buildWin #4064
* fix(Build): add PocoFoundation depend in buildWin #4064
* feat(ProcessRunner): test process launching multiple threads #2976

---------

Co-authored-by: Pavle <pavle@debian-gnu-linux-11.localdomain>
Co-authored-by: Alex Fabijanic <alex@pocoproject.org>
2023-11-24 20:22:01 +01:00
..
cmake fix(cmake): PocoFoundationConfig.cmake should now check for PCRE2 #3677 2022-07-09 19:13:04 +02:00
include/Poco Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
samples feat(ProGen): default to c++17 2023-11-05 23:40:47 +01:00
src Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
testsuite Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
wcelibcex-1.0 Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
CMakeLists.txt fix(Data): 2023-11-04 23:11:38 +01:00
extradirs new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
Foundation_vs140.sln revert Foundation project files 2020-01-11 23:59:05 +01:00
Foundation_vs140.vcxproj Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs140.vcxproj.filters Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs150.sln revert Foundation project files 2020-01-11 23:59:05 +01:00
Foundation_vs150.vcxproj Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs150.vcxproj.filters Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs160.sln revert Foundation project files 2020-01-11 23:59:05 +01:00
Foundation_vs160.vcxproj Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs160.vcxproj.filters Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs170.sln Remaining changes for Windows on ARM64 support (#3608) 2022-05-26 22:40:30 -05:00
Foundation_vs170.vcxproj Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs170.vcxproj.filters Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Makefile Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00