poco/Net/samples
Kari Argillander 708a5d8307
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 <kari.argillander@fidelix.com>
2023-12-14 00:25:04 +01:00
..
dict fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
download fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
EchoServer fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
HTTPFormServer fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
httpget fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
HTTPLoadTest fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
HTTPTimeServer fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
ifconfig fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
Mail fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
Ping fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
SMTPLogger fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
tcpserver fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
TimeServer fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
WebSocketServer RFC: Remove Windows CE support (#4342) 2023-12-14 00:25:04 +01:00
CMakeLists.txt chore(Net/samples): tcpserver missing from Net/samples/CMakeLists.txt #3651 2022-06-29 19:56:48 +02:00
dependencies build fixes 2016-03-05 14:29:34 +01:00
Makefile chore(build): add missing distclean 2023-10-15 17:56:48 +02:00
samples_vs90.sln add tcpserver example 2018-06-13 16:30:58 -05:00
samples_vs140.sln re-generated project files 2020-01-11 22:33:28 +01:00
samples_vs150.sln re-generated project files 2020-01-11 22:33:28 +01:00
samples_vs160.sln re-generated project files 2020-01-11 22:33:28 +01:00
samples_vs170.sln added VS2022 project files 2022-02-19 21:06:24 +01:00
samples.progen updated progen files 2020-01-11 09:34:54 +01:00