mirror of
https://github.com/pocoproject/poco.git
synced 2026-01-12 00:04:54 +08:00
* Util::Application: unified argument handling to reduce code duplication * Syntax fix for Util::Application on Win32 * Util::Application: fix for _WIN32 * Explicitly delete and default constructors of Subsystem. * Data::TypeHandler: suppress MSVC warning about implicitly deleted destructor * Poco::Util: deleted/defaulted constructors, override annotations * Application, ServerApplication: some cleanup * Default member initializers for Util::Option * Poco::Util: more deleted/defaulted constructors, override annotations * Overload of AbstractConfiguration::keys() that returns the result * Util::LocalConfigurationView as a variant of ConfigurationView * Util::SystemConfiguration: use map of functions * Util: update copyright notices * Util::AbstractConfigurationView * Poco::Util::Units::abs template * Overloads for Application::getApplicationPath and getApplicationDirectory * Potential fix for code scanning alert no. 1696: No raw arrays in interfaces Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Potential fix for code scanning alert no. 1697: Commented-out code Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Documentation fix for AbstractConfiguration * More fixes for code scanning alert no. 1696: No raw arrays in interfaces --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>