poco/Data/SQLite
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 make CMake files style (more) consistent 2020-02-14 11:07:32 +01:00
include/Poco/Data/SQLite Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
src fix(Poco::Data): fixes and improvements #4198 (#4199) 2023-10-22 12:53:54 +02: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
dependencies new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
Makefile fix(Data): 2023-11-01 00:25:46 +01:00
SQLite_vs140.sln re-generated project files 2020-01-11 22:33:28 +01:00
SQLite_vs140.vcxproj re-generated project files 2020-01-12 23:04:09 +01:00
SQLite_vs140.vcxproj.filters re-generated project files 2020-01-12 23:04:09 +01:00
SQLite_vs150.sln re-generated project files 2020-01-11 22:33:28 +01:00
SQLite_vs150.vcxproj re-generated project files 2020-01-12 23:04:09 +01:00
SQLite_vs150.vcxproj.filters re-generated project files 2020-01-12 23:04:09 +01:00
SQLite_vs160.sln re-generated project files 2020-01-11 22:33:28 +01:00
SQLite_vs160.vcxproj fix(build): SQLite VS2019 projects 2023-11-10 10:54:56 +01:00
SQLite_vs160.vcxproj.filters Win build fix (#4260) 2023-11-11 11:08:18 +01:00
SQLite_vs170.sln ProGen vs170 projects with Win32,x64,ARM64 (#3612) 2022-05-27 21:58:46 -05:00
SQLite_vs170.vcxproj fix(build): update buildwin.ps1 script for ARM64; regenerate Data dependent VS2022 projects 2023-11-06 12:32:17 +01:00
SQLite_vs170.vcxproj.filters Win build fix (#4260) 2023-11-11 11:08:18 +01:00
SQLite_VS90.sln - change PocoODBC (SQLite, MySQL) to PocoDataODBC (SQLite, MySQL) 2012-06-25 00:48:59 +00:00
SQLite_VS90.vcproj fix(build): update buildwin.ps1 script for ARM64; regenerate Data dependent VS2022 projects 2023-11-06 12:32:17 +01:00
SQLite.progen fix(build): update buildwin.ps1 script for ARM64; regenerate Data dependent VS2022 projects 2023-11-06 12:32:17 +01:00