poco/Foundation
Alexander B 3852a6b6c2
Solaris.build fix #3843 and #3643 (#3939)
* try fix compilation for solaris

* this commit for issue #3843 and #3643
changes in Types.h allow ignore problem with declaration of std::int8_t. int8_t can be defined as char or signed char. IMHO we need strong types for Poco::Int's

Envelop.cpp contains initializer for EVP_CIPHER_CTX_init, because this function prototype depends on openssl version.

Application.cpp contains includes especial for SOLARIS, for ioctl support

ClassLoaderTest.cpp and SharedLibraryTest.cpp contains changes because loadlibrary(dlopen) doesn't load library from current directory by default

LocalDateTimeTest.cpp contains changes because SOLARIS use std::tm without tm_gmtoff

* fix : define of SOLARIOS OS in LocalDateTimeTest

* remove unnecessary wrapper

* fix output dir for windows build with multi-config build

* try to fix bug with unixodbc version in linux-builds
[read here](https://github.com/microsoft/linux-package-repositories/issues/36)

* try to fix bug with unixodbc version in linux-builds
[read here](https://github.com/microsoft/linux-package-repositories/issues/36)

* fix : warning in main cmake for if-condition for multi-config build
fix : error for linux-gcc-make-cxx20, use --allow-downgrades for unixodbc

* fix : warning for cmake windows builds
revert changes for linux-gcc-make-cxx20

* revert ci.yml, remove unixodbc version

* try re-run build

---------

Co-authored-by: Aleksandar Fabijanic <aleks-f@users.noreply.github.com>
2023-03-18 01:28:47 -05:00
..
cmake fix(cmake): PocoFoundationConfig.cmake should now check for PCRE2 #3677 2022-07-09 19:13:04 +02:00
include/Poco Solaris.build fix #3843 and #3643 (#3939) 2023-03-18 01:28:47 -05:00
samples Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
src Custom rotate, archive and purge strategies for FileChannel (#3810) 2023-03-18 01:28:25 -05:00
testsuite Solaris.build fix #3843 and #3643 (#3939) 2023-03-18 01:28:47 -05:00
wcelibcex-1.0 Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
CMakeLists.txt Add GNU Hurd support (#3946) 2023-03-17 15:24:57 -05:00
extradirs new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
Foundation_vs140.sln revert Foundation project files 2020-01-11 23:59:05 +01:00
Foundation_vs140.vcxproj Feat/pcre2 (#3663) 2022-07-06 10:46:38 -05:00
Foundation_vs140.vcxproj.filters Feat/pcre2 (#3663) 2022-07-06 10:46:38 -05:00
Foundation_vs150.sln revert Foundation project files 2020-01-11 23:59:05 +01:00
Foundation_vs150.vcxproj Feat/pcre2 (#3663) 2022-07-06 10:46:38 -05:00
Foundation_vs150.vcxproj.filters Feat/pcre2 (#3663) 2022-07-06 10:46:38 -05:00
Foundation_vs160.sln revert Foundation project files 2020-01-11 23:59:05 +01:00
Foundation_vs160.vcxproj Feat/pcre2 (#3663) 2022-07-06 10:46:38 -05:00
Foundation_vs160.vcxproj.filters Feat/pcre2 (#3663) 2022-07-06 10:46:38 -05:00
Foundation_vs170.sln Remaining changes for Windows on ARM64 support (#3608) 2022-05-26 22:40:30 -05:00
Foundation_vs170.vcxproj Feat/pcre2 (#3663) 2022-07-06 10:46:38 -05:00
Foundation_vs170.vcxproj.filters Feat/pcre2 (#3663) 2022-07-06 10:46:38 -05:00
Makefile Feat/pcre2 (#3663) 2022-07-06 10:46:38 -05:00