mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
73df3689bf
* make Poco::ActiveThreadPool easy to use (#4544)
* code format
* Fix ThreadSanitizer thread leak error
* enh(ActivePooledThread): Change pointers to references
* enh(ActivePooledThread): remove unused method
* enh(Poco::ActiveThreadPool): Use std::unique_ptr instead of raw pointer
* enh(Poco::ActiveThreadPool): Use C++ static_cast instead of C casting
* enh(Poco::ActiveThreadPool): Use standard containers instead of implementing own
* enh(Poco::ActiveThreadPool): Change pointer to reference
* enh(Poco::ActiveThreadPool): Use smart pointers instead of bare pointers
* enh(Poco::ActiveThreadPool): Fix codeql warning: A stack address which arrived via a may be assigned to a non-local variable.
* enh(Poco::ActiveThreadPool): More test case
* enh(Poco::ActiveThreadPool): std::optional::value unavailable on earlier macOS versions
* enh(Poco::ActiveThreadPool): Fix compare function for make heap
* enh(Poco::ActiveThreadPool): Add more test case
* enh(Poco::ActiveThreadPool): Add more test case
* enh(Poco::ActiveThreadPool): Code style
* enh(Poco::ActiveThreadPool): Test case
* enh(Poco::ActiveThreadPool): Test case
* enh(Poco::ActiveThreadPool): Fix test case error
* Revert "enh(Poco::ActiveThreadPool): std::optional::value unavailable on earlier macOS versions"
This reverts commit
|
||
---|---|---|
.. | ||
AIX | ||
AIX-GCC | ||
Alpine | ||
Android | ||
Angstrom | ||
AppleTV | ||
AppleTVSimulator | ||
ARM-Linux | ||
BeagleBoard | ||
CEGCCARM | ||
CygLinux | ||
Cygwin | ||
Darwin | ||
Darwin64 | ||
Darwin64-clang | ||
Darwin64-clang-libc++ | ||
Darwin-clang | ||
Darwin-clang-libc++ | ||
DigiEL | ||
ELDK | ||
FreeBSD | ||
FreeBSD-Linux-compat | ||
GCCEMBEDLINUX | ||
HP-UX | ||
iPhone | ||
iPhone-clang | ||
iPhone-clang-libc++ | ||
iPhoneSimulator | ||
iPhoneSimulator-clang | ||
iPhoneSimulator-clang-libc++ | ||
Linux | ||
Linux-c++20 | ||
Linux-clang | ||
Linux-SolarisStudio | ||
MinGW | ||
MinGW-CrossEnv | ||
NIOS2-Linux | ||
OpenPandora | ||
OSF1 | ||
PPC-Linux | ||
QNX | ||
SH-Linux | ||
SmartOS-gcc | ||
SSV-LINUX | ||
SunOS | ||
SunOS-GCC | ||
SunOS-stdcxx-x86_64 | ||
SunOS-SunForte | ||
SunOS-SunStudio | ||
SunOS-SunStudio11 | ||
WatchOS | ||
WatchSimulator | ||
X-Linux-gcc-arm | ||
Yocto |