Commit Graph

12 Commits

Author SHA1 Message Date
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
Francis ANDRE
d41db39da1 Move include to runtime. Add PostgreSQL includes 2018-10-24 23:51:24 +02:00
Francis ANDRE
bad9b65822 Add Data/PostgreSQL 2018-06-30 12:34:23 +02:00
Francis ANDRE
2f8f131f8e Add VisualStudio selection for building poco 2018-06-29 08:11:12 +02:00
Francis ANDRE
81c6ab17f0 Add openssl lib/dll 2018-03-14 09:47:46 +01:00
zosrothko
9472b163b4 Poco 1.8.1: fix typo for build.gradle (#2022)
* Remove version from wxs file.

* Add Poco.wsx

* Remove extra '}'

* Add missing closing "'"

* Add missing various XXXX_WIN32.h includes.

* Add VS2017 directory.

* Fix Poco.wsx file name.
2017-12-11 11:20:44 -06:00
zosrothko
4d852b7b8d Gradle: update WiX file name (#2003)
* Remove version from wxs file.

* Add Poco.wsx
2017-11-15 10:59:42 -06:00
zosrothko
a6523002b0 Remove VMS includes
Signed-off-by: zosrothko <zosrothko@orange.fr>
2017-11-11 13:31:12 +01:00
Guenter Obiltschnig
7d4d01e343 GH #1988: Remove OpenVMS support 2017-11-09 12:42:13 +01:00
zosrothko
79f8176ae6 Remove Poco.CppUnit files
Signed-off-by: zosrothko <zosrothko@orange.fr>
2017-11-01 10:13:29 +01:00
zosrothko
9ad058c0a7 New file for poco-1.8.0
Signed-off-by: zosrothko <zosrothko@orange.fr>
2017-11-01 09:03:31 +01:00
zosrothko
6564238ad8 Add packaging directory. 2017-10-31 09:09:02 +01:00