1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-01 10:57:56 +01:00
Matej Kenda f24547cdcf enh(Poco): Mark deprecated functionality with C++ attributes and resolve internal usage of deprecated functions ()
* enh(poco): Replace deprecated comments with C++ deprecated attribute.

* enh(Poco): Replace some deprecated functionality in Poco sources. ()

* enh(Poco): Replace more deprecated functionality in Poco sources. ()

* fix(CMake): Variable BUILD_SHARED_LIBS must be defined properly to create valid binaries.

* enh: Code improvements done while resolving deprecated functionality ()

* Un-deprecate LocalDateTme ()

* enh(Poco): Replace usage of deprecated functionality with other functions/classes ()

* chore(SSL): temporarily un-deprecate SSL-related functionality ()

* chore(SSL): temporarily un-deprecate old MongoDB protocol functionality ()

* enh(Poco): Minor Hash improvements ()

* enh(Foundation): Compile deprecated hash tests only when POCO_TEST_DEPRECATED is enabled ()

* enh(Net): Compile deprecated Socket::select functionality only when POCO_TEST_DEPRECATED is enabled ()

* enh(Bonjour): Replace deprecated Socket::select with PollSet ()

* enh(Poco): Introduce POCO_DEPRECATED macro to have the ability to disable deprecation warnings in applications ()

* test(ODBC): add few asserts to testStoredProcedureDynamicVar

* fix(ODBC): rename DynamicAny -> DynamicVar in tests

* fix(ODBC): make Dignostics static members inline to prevent explicit instantiation warnings on windows

---------

Co-authored-by: Alex Fabijanic <alex@pocoproject.org>
2024-07-29 08:37:35 +02:00
..
2017-09-26 21:43:22 -05:00
2023-12-09 21:16:24 +01:00