~zosrothko/poco/+git/poco:upgrade-ci-actions-to-v3

Last commit made on 2023-03-18
Get this branch:
git clone -b upgrade-ci-actions-to-v3 https://git.launchpad.net/~zosrothko/poco/+git/poco

Branch merges

Branch information

Name:
upgrade-ci-actions-to-v3
Repository:
lp:~zosrothko/poco/+git/poco

Recent commits

af7cf06... by Aleksandar Fabijanic <email address hidden>

Merge branch 'devel' into upgrade-ci-actions-to-v3

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

2d1b559... by Aleksandar Fabijanic <email address hidden>

Upgrade actions to v3

f6c3017... by Gleb Popov <email address hidden>

Do not incur insane stack limit in Foundation-ThreadPool test. (#3861)

This fixes the test on FreeBSD.

abd06ab... by MailShop <email address hidden>

ODBC: Fix DataFormatException getting Time value from SQL Server (#3802)

85f7486... by Gary Yee

Fixed compile error with OpenSSL 1.0 systems (#3739) (#3912)

60faa4f... by micheleselea <email address hidden>

hasMicrosecond is undefined (#3842)