~zosrothko/poco/+git/poco:poll-closed-server-test

Last commit made on 2023-03-19
Get this branch:
git clone -b poll-closed-server-test https://git.launchpad.net/~zosrothko/poco/+git/poco

Branch merges

Branch information

Name:
poll-closed-server-test
Repository:
lp:~zosrothko/poco/+git/poco

Recent commits

eccd8ac... by Alex Fabijanic <email address hidden>

test

ee1b8fa... by Alex Fabijanic <email address hidden>

ci: temp disable all but windows

3d85569... by Alex Fabijanic <email address hidden>

test(pollClosedServer): break signalled count into steps

57a5315... by Alex Fabijanic <email address hidden>

Merge branch 'devel' of https://github.com/pocoproject/poco into devel

cee8c96... by Cesar

Added system_error header to SockerProactor for std::error_code references (#3883)

7ab7a52... by Alexander B <email address hidden>

Improve implementation of logging macros. #2331 (#3862)

* Improve implementation of logging macros. #2331

The GNU compiler emits a warning if nested "if" statements are followed by
an "else" statement and braces are not used to explicitly disambiguate the
"else" binding. This leads to problems with code like:

   if (gate)
     ASSERT_*(condition) << "Some message";

The "switch (0) case 0:" idiom is used to suppress this.

* I was wrong.
do-while better then switch-case approach for "ambiguous else blocker"
https://godbolt.org/z/W5nnYrzx6

* try to fix tabs

* again fix tabs

* again fix tabs

* again fix tabs

6207b8f... by Aleksandar Fabijanic <email address hidden>

fix(devel): add missing 1.11 releases commits (#3976)

3852a6b... by Alexander B <email address hidden>

Solaris.build fix #3843 and #3643 (#3939)

* try fix compilation for solaris

* this commit for issue #3843 and #3643
changes in Types.h allow ignore problem with declaration of std::int8_t. int8_t can be defined as char or signed char. IMHO we need strong types for Poco::Int's

Envelop.cpp contains initializer for EVP_CIPHER_CTX_init, because this function prototype depends on openssl version.

Application.cpp contains includes especial for SOLARIS, for ioctl support

ClassLoaderTest.cpp and SharedLibraryTest.cpp contains changes because loadlibrary(dlopen) doesn't load library from current directory by default

LocalDateTimeTest.cpp contains changes because SOLARIS use std::tm without tm_gmtoff

* fix : define of SOLARIOS OS in LocalDateTimeTest

* remove unnecessary wrapper

* fix output dir for windows build with multi-config build

* try to fix bug with unixodbc version in linux-builds
[read here](https://github.com/microsoft/linux-package-repositories/issues/36)

* try to fix bug with unixodbc version in linux-builds
[read here](https://github.com/microsoft/linux-package-repositories/issues/36)

* fix : warning in main cmake for if-condition for multi-config build
fix : error for linux-gcc-make-cxx20, use --allow-downgrades for unixodbc

* fix : warning for cmake windows builds
revert changes for linux-gcc-make-cxx20

* revert ci.yml, remove unixodbc version

* try re-run build

---------

Co-authored-by: Aleksandar Fabijanic <email address hidden>

66e93f9... by Andrew Auclair <email address hidden>

Custom rotate, archive and purge strategies for FileChannel (#3810)

* Adding the ability to set custom rotate, archive and purge strategies.

* Force CI

e0e628a... by chrisbednarski <email address hidden>

fix(build): fix build with openssl 3.1.0 on vs2022 (#3969)

* fix log verbosity in windows powershell build script

* stop paths being added multiple times to environment variables

* pass useenv property to msbuild

* linking issue: include crypto.h prior to config.h so POCO_EXTERNAL_OPENSSL is initialised

* resolve poco_base path in powershell script

* build against any available windows sdk