poco/ActiveRecord
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 added ActiveRecord library and compiler 2021-06-18 08:51:42 +02:00
Compiler CMake: Use CMAKE_INSTALL_* variables from GNUInstallDirs to install libraries, binaries and other files according to GNUInstallDirs rules. (#4190) 2023-10-20 17:21:13 +02:00
doc update ActiveRecord documentation 2021-06-19 17:00:40 +02:00
include/Poco/ActiveRecord #4162: [Bug] class KeylessActiveRecord is missing export macro 2023-10-02 07:49:47 +02:00
src ActiveRecord: project files and fixes for MSVC 2021-06-18 10:51:48 +02:00
testsuite RFC: Remove Windows CE support (#4342) 2023-12-14 00:25:04 +01:00
ActiveRecord_vs90.sln ActiveRecord: project files and fixes for MSVC 2021-06-18 10:51:48 +02:00
ActiveRecord_vs90.vcproj ODBC tests for UUID, updated ActiveRecord projects 2021-06-19 10:05:12 +02:00
ActiveRecord_vs140.sln ActiveRecord: project files and fixes for MSVC 2021-06-18 10:51:48 +02:00
ActiveRecord_vs140.vcxproj ODBC tests for UUID, updated ActiveRecord projects 2021-06-19 10:05:12 +02:00
ActiveRecord_vs140.vcxproj.filters ODBC tests for UUID, updated ActiveRecord projects 2021-06-19 10:05:12 +02:00
ActiveRecord_vs150.sln ActiveRecord: project files and fixes for MSVC 2021-06-18 10:51:48 +02:00
ActiveRecord_vs150.vcxproj ODBC tests for UUID, updated ActiveRecord projects 2021-06-19 10:05:12 +02:00
ActiveRecord_vs150.vcxproj.filters ODBC tests for UUID, updated ActiveRecord projects 2021-06-19 10:05:12 +02:00
ActiveRecord_vs160.sln ActiveRecord: project files and fixes for MSVC 2021-06-18 10:51:48 +02:00
ActiveRecord_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
ActiveRecord_vs160.vcxproj.filters Win build fix (#4260) 2023-11-11 11:08:18 +01:00
ActiveRecord_vs170.sln ProGen vs170 projects with Win32,x64,ARM64 (#3612) 2022-05-27 21:58:46 -05:00
ActiveRecord_vs170.vcxproj fix(build): update buildwin.ps1 script for ARM64; regenerate Data dependent VS2022 projects 2023-11-06 12:32:17 +01:00
ActiveRecord_vs170.vcxproj.filters Win build fix (#4260) 2023-11-11 11:08:18 +01:00
ActiveRecord.progen fix(build): update buildwin.ps1 script for ARM64; regenerate Data dependent VS2022 projects 2023-11-06 12:32:17 +01:00
CMakeLists.txt fix ActiveRecord CMake build and configuration 2021-06-18 12:42:15 +02:00
dependencies added dependencies file 2021-06-18 09:07:51 +02:00
Makefile fix(build): add missing include path 2023-11-01 11:53:15 +01:00