Matej Kenda
Matej Kenda
Linux packagers seem to use cmake (at least Fedora, Debian and Ubuntu). What about having just a message?
Which version of Poco?
Logically, there should be only LogFile, because we have POSIX and WIN32 FileStream; performance may be the reason for the current state. Some benchmarking would help to make the right...
Does everything labelled with `@deprecated` or `[[deprecated]]` qualify for removal?
Shall internal OpenSSL be removed from CMake or corrected?
I think that similar approach could also be used with `Poco::Dynamic::Any` (#4363, #4341).
@aleks-f: Sorry for not being clear. I was more referring to having partial specialisations for a group of types (like integers, enums, floats) instead of having specialisations for each type...
Possible solution to add links to issues and PRs is described here. Not the nicest, but github does not generate autolinks. https://stackoverflow.com/a/42424860
A library wepoll (https://github.com/piscisaureus/wepoll) implements epoll functions that wrap Win32 API.
> https://github.com/pocoproject/poco/blob/devel/Net/src/wepoll.c Thanks, I noticed those files almost immediately after posting :)