forked from pocoproject/poco
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ProcessRunner and PIDFile (pocoproject#4225)
* feat(Foundation): PIDFile and ProcessRunner pocoproject#4064 * feat(Thread): optional signal blocking on POSIX pocoproject#2978 * fix(ProcessRunner):remove logger, code enhancement pocoproject#4225 * feat(Foundation): add PIDFile and ProcessRunner Tests pocoproject#4064 * fix(Foundation): failing ProcessRunner Test pocoproject#4064 * fix(PIDFile): remove append argument pocoproject#4064 * remove Windows TODO from ProcessRunner pocoproject#4064 * feat(ProcessRunnerTest): add line to checkTimeout pocoproject#4064 * fix(ProcessRunner): add done flag to run() pocoproject#4064 * fix(ProcessRunnerTest): add missing pidFile argument pocoproject#4064 * chore(ProcessRunner): remove comments pocoproject#4064 * fix(ProcessRunner): add runCount flag pocoproject#4064 * fix(test): SharedLibrary and Class tests paths * fix(ProcessRunner): thread sanitizer reported data races pocoproject#4064 * fix(build): pass env var to testrunner pocoproject#4064 * chore(PIDFile): remove ; in comments pocoproject#4064 * feat(ProcessRunner): add Win argument format pocoproject#4064 * fix(Tests): add ProcessRunnerTest to vcxproj pocoproject#4064 * fix(Tests): change path to TestApp pocoproject#4064 * feat(Tests): windows processrunner tests pocoproject#4064 * fix(Tests): duplicate ProcessRunnerTest in TestSuite vcxproj pocoproject#4064 * fix(CodeQL): sw declaration hides variable pocoproject#4064 * fix test binaries path for cmake * fix(Build): missing include/PIDFile.h buildWin pocoproject#4064 * fix(Build): add PocoFoundation depend in buildWin pocoproject#4064 * feat(ProcessRunner): test process launching multiple threads pocoproject#2976 --------- Co-authored-by: Pavle <[email protected]> Co-authored-by: Alex Fabijanic <[email protected]>
- Loading branch information
1 parent
904075e
commit 70bb3a4
Showing
36 changed files
with
1,469 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.