poco/CppUnit/src
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
..
CppUnitException.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
TestCase.cpp CppUnit: demangle class names 2023-10-02 07:16:48 +02:00
TestDecorator.cpp fix(CppUint) : RepeatedTest compile error (#3759) 2022-08-18 11:37:35 -05:00
TestFailure.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
TestResult.cpp don't depend on POCO_HAVE_CXXABI_H 2023-10-02 07:41:18 +02:00
TestRunner.cpp Netssl/openssl3 (#3575) 2022-04-28 22:24:43 -05:00
TestSuite.cpp fix(CppUint) : RepeatedTest compile error (#3759) 2022-08-18 11:37:35 -05:00
TextTestResult.cpp RFC: Remove Windows CE support (#4342) 2023-12-14 00:25:04 +01:00