poco/Foundation
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
..
cmake fix(cmake): PocoFoundationConfig.cmake should now check for PCRE2 #3677 2022-07-09 19:13:04 +02:00
include/Poco RFC: Remove Windows CE support (#4342) 2023-12-14 00:25:04 +01:00
samples fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
src RFC: Remove Windows CE support (#4342) 2023-12-14 00:25:04 +01:00
testsuite RFC: Remove Windows CE support (#4342) 2023-12-14 00:25:04 +01:00
CMakeLists.txt RFC: Remove Windows CE support (#4342) 2023-12-14 00:25:04 +01:00
Foundation_vs140.sln revert Foundation project files 2020-01-11 23:59:05 +01:00
Foundation_vs140.vcxproj Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs140.vcxproj.filters Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs150.sln revert Foundation project files 2020-01-11 23:59:05 +01:00
Foundation_vs150.vcxproj Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs150.vcxproj.filters Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs160.sln revert Foundation project files 2020-01-11 23:59:05 +01:00
Foundation_vs160.vcxproj Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs160.vcxproj.filters Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs170.sln Remaining changes for Windows on ARM64 support (#3608) 2022-05-26 22:40:30 -05:00
Foundation_vs170.vcxproj Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Foundation_vs170.vcxproj.filters Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00
Makefile Add ProcessRunner and PIDFile (#4225) 2023-11-24 20:22:01 +01:00