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
Aleksandar Fabijanic
1e90f64bbf
4307/8/9/10 data races ( #4312 )
...
* fix(NumericString): properly mark uIntToString deprecated #4304
* dev(runLibtests): allow to specify test to run
* fix(NotificationCenter): data race #4307
* fix(DirectoryWatcher): data race #4308
* fix(ArchiveStrategy): data race #4309
* fix(ActiveThread): data race #4310
* fix(Task): Cancelled Task shouldn't start running #4311 (WIP)
* fix(String): ignore clang loop unrolling warnings
* fix(TaskManager): task ownership #4311
* chore(FIFOEventTest): fix unused var warning; disable benchmark in test
* fix(Task): remove unnecessary mutex (and prevent cyclic locking reported by TSAN)
* fix(CryptoTest): disable testEncryptDecryptGCM
* fix(ci): typo
* fix(NotificationCenter): disable and clear observers in dtor (#4307 )
---------
Co-authored-by: Matej Kenda <matejken@gmail.com >
2023-12-09 21:16:24 +01:00
Aleksandar Fabijanic
11de40399c
fix(sharedMemory): x64 size error #2976 ( #4295 )
...
* fix(sharedMemory): x64 size error #2976
* chore: add Util dependency to Prometheus samples
* fix(HTTPClientSession): not working with UNIX_LOCAL SocketAddress #2578
* fix(WebSocketTest): supress connection reset exception assertion
* fix(PollSet): wait on premature epoll_wait return; reinforce tests for windows
* fix(build): add DataTest dependency to Makefile
* fix(Task): intermittently hanging test and some other improvements
* fix(Net): PollSet loop; suppress test WebSocket handler shutdown IOExeption
2023-11-26 04:57:39 +01:00
Philip Ye
43bcc553fe
Fix typo in document of TaskManager::start() ( #4155 )
2023-09-21 13:30:52 +02:00
Aleksandar Fabijanic
86a4f0045e
Fix/posix sleep ( #3705 )
...
* fix(Thread_POSIX): sleep() poor performance #3703
* chore(vscode): add file associations
* fix(TaskManager): waits for all threads in the ThreadPool #3704
* fix(Thread): call std::this_thread::sleep_for() to sleep #3703
* fix(PollSet): wakeup fd is never read #3708
* feat(Thread): Add Thread::set/getAffinity() #3709
* doc(Thread): Thread::trySleep() assertion #3710
* fix(PollSet): wakeup fd is never read (windows portion and some other optimizations) #3708
* feat(SocketReactor): improvements #3713
* chore(ThreadTest): add missing include
* fix(PollSet): wakeup fd is never read #3708
* fix(Any): #3682 #3683 #3692 #3712
* fix(mingw): lowercase winsock2 and iphlpapi to allow cross compile #3711
* feat(Thread): Add Thread::set/getAffinity() #3709
* chore(SocketReactor): one-liners inlined, removed redundant try/catch in dospatch, remove unused onBusy()
* feat(SocketReactor): add socket to ErrorNotification
* fix(SocketReactor): pollTimeout assignment and ConnectorTest leak
2022-07-26 06:54:56 -05:00
John Vandenberg
0e6e16645c
Remove trailing whitespace ( #3668 )
2022-07-07 04:18:20 -05:00
Günter Obiltschnig
1bf40a0cd2
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
Günter Obiltschnig
04e7e04d4d
Remove \$Id`$ headers
2017-09-09 11:14:06 +02: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
Aleksandar Fabijanic
d9cf671330
fixed SF# 3496493, 3495656
2012-08-22 02:40:41 +00:00
Aleksandar Fabijanic
5a639074d9
change EOL to 'native'
2012-04-29 18:52:25 +00: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
Marian Krivos
f66cd72471
trunk/branch integration: documentation
2011-08-22 17:58:47 +00:00
Guenter Obiltschnig
da49971d0f
synced with main repository
2008-01-28 17:23:19 +00:00
Guenter Obiltschnig
7639f5a3f0
sync to internal repository
2007-02-23 14:27:57 +00:00
Guenter Obiltschnig
bb11cbaf29
sources from main repository
2006-12-22 09:51:53 +00:00
Guenter Obiltschnig
772a1021dc
sources from main repository
2006-12-22 09:31:08 +00:00
Guenter Obiltschnig
768642ae98
sources for 1.3
2006-11-17 16:21:51 +00:00
Guenter Obiltschnig
84fedbdb60
set eol-style to native
2006-10-23 15:48:43 +00:00
Guenter Obiltschnig
2d4078f392
submitted 1.2.0
2006-08-29 07:10:35 +00:00