Files
poco/Util
Friedrich Wilckens 7f03ba5ba4 Modernize Poco::Util and clean up some code duplications (#5153)
* 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>
2026-01-06 18:26:20 +01:00
..
2012-05-03 20:12:28 +00:00
2025-12-22 21:06:43 +01:00