1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-07 07:19:08 +01:00

6 Commits

Author SHA1 Message Date
Alexander B
24b7122f43
add sendfile method for streamsocket ()
* add sendfile method for streamsocket

* add mswsock.lib to the project files and templates

* remove /DPOCO_NO_AUTOMATIC_LIBS for cmake windows build

* merge from upstream

* merge from upstream

* fix code stile
add NotImplemented exception for unsupported platforms
exculude <sys/sendfile.h> for POCO_EMSCRIPTEN, because https://
github.com/emscripten-core/emscripten/pull/16234

* add iostream include for std::cout

* fix compilation for emscripten (wrap sendfile)
2023-12-11 10:47:03 +01:00
Aleksandar Fabijanic
78234857bf feat(ProGen): default to c++17 2023-11-05 23:40:47 +01:00
Byungjun Lee
5430b4c5b6
Fix Aix Build ()
* Fix : Aix System NumberFormatter Build Error

* Fix : Aix System OpenSSL 3.0 Build Support

 - https://github.com/openssl/openssl/blob/openssl-3.0.0/NOTES-UNIX.md?plain=1#L110

* Add : Aix System Gcc Build Support

* Revert "Add : Aix System Gcc Build Support"

This reverts commit b9a4b90e39ed0a6514a1fe24ae5564560553876b.

* Add : Aix System Gcc Build Support
2023-01-24 00:55:17 -06:00
Alex Fabijanic
a1b21d2a0d chore(ProGen): MSVC does not properly recognize std version 2022-07-06 11:39:47 +02:00
Alex Fabijanic
0008f2cc4d chore(samples): add/fix VS project/solution files 2022-05-20 15:14:10 -07:00
Alex Fabijanic
804ce9ee59 feat(samples): add SetSourceIP 2022-05-20 14:51:58 -07:00