1
0
mirror of https://github.com/pocoproject/poco.git synced 2024-12-14 11:06:57 +01:00
Commit Graph

2 Commits

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

---------

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
Aleksandar Fabijanic
ff879f5905
Fix/tsan ()
* fix(Foundation): tsan warnings fixes

* fix(Thread_POSIX): tsan warnings fixes; add tsan.suppress

* fix(Util): tsan fixes

* fix(netSSL_OpenSSL): tsan fixes

* fix(Data): tsan warnings fixes

* feat(ci): add tsan job

* feat(ci): add tsan job, another attempt

* feat(ci): add tsan job, 3rd attempt

* fix(Foundation): tsan warnings fixes

* fix(Thread_POSIX): tsan warnings fixes; add tsan.suppress

* fix(Util): tsan fixes

* fix(netSSL_OpenSSL): tsan fixes

* fix(Data): tsan warnings fixes

* feat(ci): add tsan job

* feat(ci): add tsan job, another attempt

* feat(ci): add tsan job, 3rd attempt

* fix(ResultMetadata): memory leak 

* feat(ci): disable ActiveDispatcher tests for tsan runs

* feat(ci): try to fix tsan options file detection (again)

* chore(TestLibrary: correct spelling

* fix(ci): fix tsan run; add -y to apt; disable samples build for some jobs

* fix(ci): add mysql ports

* feat(ci): add VS asan

* feat(double-conversion): Upgrade double-conversion to v3.2.0 

* chore(asan): disable msvc asan build (dll not found)

* chore(double-conversion): move NumericString.h before double-conversion includes to prevent min/max collision; reinstate lost loongarch64

* chore(JSON): sync pdjson with upstream

* fix(Statement): Poco::Data::Statement becomes unusable after exception 
2022-06-01 23:47:26 -05:00