Aleksandar Fabijanic
c2ee0ebd0d
fix(progen): add LanguageStandard (stdcpp17, stdc11); regenerate vs170 projects
2024-01-28 22:52:29 +01:00
Kari Argillander
d1d557a4f7
Remove vs140 and vs150 project files
...
As we now only support C++17 these does not make much sense to keep.
2023-12-18 17:26:13 +01:00
Matej Kenda
54f0feb282
fix(ci): Partially revert "add sendfile method for streamsocket ( #4007 )"
...
This reverts commit 24b7122f432631458719ef757c79f198f3c705a8.
2023-12-12 22:13:00 +01:00
Alexander B
24b7122f43
add sendfile method for streamsocket ( #4007 )
...
* 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 ( #3860 )
...
* 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 #3665
2022-07-06 11:39:47 +02:00
Alex Fabijanic
0008f2cc4d
chore(samples): add/fix VS project/solution files #2271
2022-05-20 15:14:10 -07:00
Alex Fabijanic
804ce9ee59
feat(samples): add SetSourceIP #2271
2022-05-20 14:51:58 -07:00