Matej Kenda
a6648ee8c3
Foundation simplifications with modern cpp ( #5086 )
...
* enh(Logger): simplified logging macros.
* enh(Delegate): Simplify code with constexpr and std::conditional_t.
* enh(NumericString): Simplify code with constexpr and std::is_signed_v.
* enh(MetaProgramming): Simplify code with C++17 equivalents.
* enh(Tuple): Simplify code with C++17 equivalents.
* enh(TypeList): Remove metaprogramming features that are not used.
* enh(Modules): Remove obsolete Foundation functionality
* enh(Foundation): Compile and run deprecated functionality only when POCO_TEST_DEPRECATED is enabled. Update comments for deprecated functionality.
* fix(Modules): Add missing conditional forward declarations for Foundation.
2025-12-16 07:53:45 +01:00
Matej Kenda
8a4a2955d5
Use nullptr in C++ code (solves #4348 ) ( #5043 )
...
* chore(CppParser): 0, NULL --> nullptr
* chore(Crypto): 0, NULL --> nullptr
* chore(DNSSD): 0, NULL --> nullptr
* chore(Encodings): 0, NULL --> nullptr
* chore(CppUnit): Correct indentation.
* chore(Foundation): 0, NULL --> nullptr
* chore(CMake): Always warn about wrong nullptr usage when compiling with GCC or CLang
* chore(Net): 0, NULL --> nullptr
* chore(Foundation): 0, NULL --> nullptr
* chore(Data): 0, NULL --> nullptr
* chore(macOS): 0, NULL --> nullptr
* chore(XML): 0, NULL --> nullptr
* chore(Zip): 0, NULL --> nullptr
* chore(Util): 0, NULL --> nullptr
* chore(Net/NetSSL): 0, NULL --> nullptr
* chore(Bonjour): 0, NULL --> nullptr
* chore(MongoDB, Redis): 0, NULL --> nullptr
* chore(Poco): 0, NULL --> nullptr
* chore(Win32): 0, NULL --> nullptr
* chore(CMake): Only warn about nullptr when verbose warnings are enabled.
* Potential fix for code scanning alert no. 1634: Guarded Free
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* chore(Net): Fix warning reported by gitlab.
* chore(gitlab CI): attempt to clean to gain disk space on the runner.
* chore(gitlab CI): Run build with --parallel 4, correct docker cleanup.
---------
Co-authored-by: Aleksandar Fabijanic <aleks-f@users.noreply.github.com >
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-10-30 15:20:53 +01:00
Matej Kenda
e7687d4bba
enh(Foundation): modernised header files (override, using, nullptr, ...)
2025-02-12 19:47:52 +01:00
John Vandenberg
0e6e16645c
Remove trailing whitespace ( #3668 )
2022-07-07 04:18:20 -05:00
Günter Obiltschnig
04e7e04d4d
Remove \$Id`$ headers
2017-09-09 11:14:06 +02:00
Guenter Obiltschnig
d5d048e689
Poco::BasicEvent improvements and preparations for future support of lambdas/std::function
2014-11-24 11:17:27 +01:00
Roger Meier
b0581433a7
LICENSE: add info about SPDX-License-Identifier usage and use it
...
fix: remove executable flag and change back to 100644 (was 100755)
Signed-off-by: Roger Meier <r.meier@siemens.com >
2014-05-14 08:38:09 +02:00
Roger Meier
628a06f718
LICENSE: add info about SPDX-License-Identifier usage and use it
...
Signed-off-by: Roger Meier <roger@bufferoverflow.ch >
2014-05-04 21:02:42 +02:00
Patrick White
69f7cb9846
Fix warnings in headers because application/user settings control what warnings are seen when compiling against poco
2014-01-23 16:22:38 -05:00
arturo
1de98a00c2
add VoidEvent
2013-01-22 09:23:16 +01:00
Aleksandar Fabijanic
d75e68c027
new trunk (base for 1.5)
...
windows build only
2012-04-23 01:14:34 +00:00
Aleksandar Fabijanic
f9b60296f7
removing old trunk files
2012-04-23 00:43:14 +00:00
Marian Krivos
7d7c02c579
trunk: backport eventing from 1.4.3
2012-02-05 12:16:58 +00:00
Aleksandar Fabijanic
0a1c616368
SF items:
...
[1981125] std::swap_ranges overloading resolution failed
[1981130] pointless comparison of unsigned integer with zero
[1981139] initial value of reference to non-const must be an lvalue
Buffer test
FunctionDelegate comment spelling
2008-06-01 14:33:45 +00:00
Guenter Obiltschnig
e4d9b3b40f
fixed line endings
2008-02-07 16:08:15 +00:00
Guenter Obiltschnig
da49971d0f
synced with main repository
2008-01-28 17:23:19 +00:00
Guenter Obiltschnig
9913f74f8d
latest sources from main repository
2007-06-13 15:13:29 +00:00