poco/MongoDB
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 Do not overwrite CMAKE_PREFIX_PATH in component config files. 2015-02-04 04:35:23 +01:00
include/Poco/MongoDB fix(platform): Fixes to compile with emscripten 3.1.5 (fixes #2707) (#4318) 2023-12-07 01:48:14 +01:00
samples fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00
src Github Action for Android NDK (#4321) 2023-12-11 20:34:03 +01:00
testsuite RFC: Remove Windows CE support (#4342) 2023-12-14 00:25:04 +01:00
CMakeLists.txt fix(Data): 2023-11-04 23:11:38 +01:00
dependencies Add more build files 2013-02-16 20:51:58 +01:00
Makefile Resolves #3484: support for OP_MSG in Poco::MongoDB (#3902) 2023-03-20 01:50:15 -05:00
MongoDB_vs90.sln VS 71,80,90 projects, style edits 2013-03-11 22:50:08 -05:00
MongoDB_vs90.vcproj project file fixes 2020-01-11 12:45:39 +01:00
MongoDB_vs140.sln re-generated project files 2020-01-11 22:33:28 +01:00
MongoDB_vs140.vcxproj Resolves #3484: support for OP_MSG in Poco::MongoDB (#3902) 2023-03-20 01:50:15 -05:00
MongoDB_vs140.vcxproj.filters re-generated project files 2020-01-12 23:04:09 +01:00
MongoDB_vs150.sln re-generated project files 2020-01-11 22:33:28 +01:00
MongoDB_vs150.vcxproj Resolves #3484: support for OP_MSG in Poco::MongoDB (#3902) 2023-03-20 01:50:15 -05:00
MongoDB_vs150.vcxproj.filters re-generated project files 2020-01-12 23:04:09 +01:00
MongoDB_vs160.sln re-generated project files 2020-01-11 22:33:28 +01:00
MongoDB_vs160.vcxproj Resolves #3484: support for OP_MSG in Poco::MongoDB (#3902) 2023-03-20 01:50:15 -05:00
MongoDB_vs160.vcxproj.filters re-generated project files 2020-01-12 23:04:09 +01:00
MongoDB_vs170.sln ProGen vs170 projects with Win32,x64,ARM64 (#3612) 2022-05-27 21:58:46 -05:00
MongoDB_vs170.vcxproj Resolves #3484: support for OP_MSG in Poco::MongoDB (#3902) 2023-03-20 01:50:15 -05:00
MongoDB_vs170.vcxproj.filters added VS2022 project files 2022-02-19 21:06:24 +01:00
MongoDB.progen feat(ProGen): default to c++17 2023-11-05 23:40:47 +01:00