~zosrothko/poco/+git/poco:build-progen-with-cmake

Last commit made on 2023-12-16
Get this branch:
git clone -b build-progen-with-cmake https://git.launchpad.net/~zosrothko/poco/+git/poco

Branch merges

Branch information

Name:
build-progen-with-cmake
Repository:
lp:~zosrothko/poco/+git/poco

Recent commits

001d7b6... by Matej Kenda <email address hidden>

enh(ci): Build ProGen with CMake.

111fe90... by Matej Kenda

enh(NumberFormatter): Introduce backward compatible options for formatHex functions (#4333)

* enh(NumberFormatter): Introduce backward compatible options for formatHex functions.

* enh(NumberFormatter): Corrections and improvements suggested in code review.

* fix(ci): disable testEncryptDecryptGCM on macOS which often fails.

* enh(NumberFormatter): Improved naming.

a464a4e... by Alexander B

fic(ci): Properly include openssl 1.1 on macOS (#4345)

* set opessl@1.1 path for macos build

* fix command-line problem

214b544... by Matej Kenda <email address hidden>

mingw 11: fixes to compile common libraries

cfc9ce3... by Andrew Auclair <email address hidden>

Throw exceptions when node ID retrieval is unsuccessful and support Wireless Adapters on Windows (#4336)

708a5d8... by Kari Argillander

RFC: Remove Windows CE support (#4342)

* Remove _WIN32_WCE macro

Poco now use C++17 and Windows CE does not support it and VS2017 does
also not support it so we can just remove Windows CE code. First remove
all macro usages from our own files.

* Remove WinCE support from build files

Poco now use C++17 and Windows CE does not support it and VS2017 does
also not support it so we can just remove Windows CE code. Remove all
references from build systems / scripts.

* Remove Windows CE related source and header files

Poco now use C++17 and Windows CE does not support it and VS2017 does
also not support it so we can just remove Windows CE code. First remove
all macro usages from our own files.

* Remove wcelibcex folder

Poco now use C++17 and Windows CE does not support it and VS2017 does
also not support it so we can just remove Windows CE code. First remove
all macro usages from our own files.

* Remove rest Windows CE mentions

There where some Windows CE mentions left. Remove those.

* Update Windows CE documentation

We should keep documentation some time so people can find reason for
remove.

---------

Co-authored-by: Kari Argillander <email address hidden>

46759ca... by Kari Argillander

Fix RemoteSyslogChannel setProperty value check (#4339)

We compare just 4 first letters. So if value would have example be
syslevel then this function would work wrong. Nothing major but nice to
fix.

Co-authored-by: Kari Argillander <email address hidden>

10f41c0... by Kari Argillander

Improve project C++17 support (#4334)

Poco now use C++17. We can take some old code away because of that. We
also raise requiments for C++17 so everything works as excpected with
it.

Co-authored-by: Kari Argillander <email address hidden>

12a99dc... by Matej Kenda <email address hidden>

fix(SocketImpl): Windows: use pragma to link mswsock.lib

54f0feb... by Matej Kenda <email address hidden>

fix(ci): Partially revert "add sendfile method for streamsocket (#4007)"

This reverts commit 24b7122f432631458719ef757c79f198f3c705a8.