poco/Util/src
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
..
AbstractConfiguration.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
Application.cpp Solaris.build fix #3843 and #3643 (#3939) 2023-03-18 01:28:47 -05:00
ConfigurationMapper.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
ConfigurationView.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
FilesystemConfiguration.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
HelpFormatter.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
IniFileConfiguration.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
IntValidator.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
JSONConfiguration.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
LayeredConfiguration.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
LocalConfigurationView.cpp chore(LocalConfigurationView): fix style #3529 2022-06-20 17:48:53 +02:00
LoggingConfigurator.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
LoggingSubsystem.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
MapConfiguration.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
Option.cpp As of C++11, std::swap is noexcept. #2386 (#3645) 2022-06-28 12:14:36 -05:00
OptionCallback.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
OptionException.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
OptionProcessor.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
OptionSet.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
PropertyFileConfiguration.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RegExpValidator.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
ServerApplication.cpp #3193: ServerApplication::registerService() unquoted path security vulnerability 2021-06-15 07:32:47 +02:00
Subsystem.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
SystemConfiguration.cpp #3302: MSVC: Poco hides warnings (C4996) for the C++14 attribute [[deprecated]] 2021-06-17 18:20:29 +02:00
Timer.cpp Fix deadlock in Timer when one sync and one async cancel requests are issued 2023-01-16 11:53:11 +01:00
TimerTask.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Validator.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
WinRegistryConfiguration.cpp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
WinRegistryKey.cpp merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
WinService.cpp Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
XMLConfiguration.cpp Use map from key to count instead of multiset (#3885) 2023-01-24 00:52:23 -06:00