poco/Data/samples/RowFormatter
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
..
src Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
CMakeLists.txt Cleanup cmake build system to use transitive dependency management from cmake (#2321) 2018-06-03 11:17:50 -05:00
Makefile fix(build): add missing include path 2023-11-01 16:29:49 +01:00
RowFormatter_vs90.vcproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
RowFormatter_vs140.vcxproj re-generated project files 2020-01-11 22:33:28 +01:00
RowFormatter_vs140.vcxproj.filters re-generated project files 2020-01-11 22:33:28 +01:00
RowFormatter_vs150.vcxproj re-generated project files 2020-01-11 22:33:28 +01:00
RowFormatter_vs150.vcxproj.filters re-generated project files 2020-01-11 22:33:28 +01:00
RowFormatter_vs160.vcxproj fix(build): regenerate vs160 Data-dependent projects; temporarily disable all CI jobs except VS2019 buildwin 2023-11-10 10:12:41 +01:00
RowFormatter_vs160.vcxproj.filters Win build fix (#4260) 2023-11-11 11:08:18 +01:00
RowFormatter_vs170.vcxproj Win build fix (#4260) 2023-11-11 11:08:18 +01:00
RowFormatter_vs170.vcxproj.filters Win build fix (#4260) 2023-11-11 11:08:18 +01:00
RowFormatter.progen add sendfile method for streamsocket (#4007) 2023-12-11 10:47:03 +01:00