poco/Data/testsuite
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
..
DataTest Win build fix (#4260) 2023-11-11 11:08:18 +01:00
src 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
Makefile fix(Data): 2023-11-04 23:11:38 +01:00
Makefile-testrunner enh(Data): move SQLExecutor to a library in Poco::Data testsuite #4230 2023-11-02 22:27:17 +01:00
TestSuite_NO_SQL_PARSER.progen feat(ProGen): default to c++17 2023-11-05 23:40:47 +01:00
TestSuite_NO_SQL_PARSER.vcproj feat(ProGen): default to c++17 2023-11-05 23:40:47 +01:00
TestSuite_vs140.vcxproj re-generated project files 2020-01-11 22:33:28 +01:00
TestSuite_vs140.vcxproj.filters re-generated project files 2020-01-11 22:33:28 +01:00
TestSuite_vs150.vcxproj re-generated project files 2020-01-11 22:33:28 +01:00
TestSuite_vs150.vcxproj.filters re-generated project files 2020-01-11 22:33:28 +01:00
TestSuite_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
TestSuite_vs160.vcxproj.filters Win build fix (#4260) 2023-11-11 11:08:18 +01:00
TestSuite_vs170.vcxproj Win build fix (#4260) 2023-11-11 11:08:18 +01:00
TestSuite_vs170.vcxproj.filters Win build fix (#4260) 2023-11-11 11:08:18 +01:00
TestSuite_VS90.vcproj feat(ProGen): default to c++17 2023-11-05 23:40:47 +01:00
testsuite.cmake RFC: Remove Windows CE support (#4342) 2023-12-14 00:25:04 +01:00
TestSuite.progen fix(ci): Partially revert "add sendfile method for streamsocket (#4007)" 2023-12-12 22:13:00 +01:00