mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +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
|
||
---|---|---|
.. | ||
data | ||
src | ||
CMakeLists.txt | ||
Makefile | ||
Makefile-Driver | ||
Makefile-TestApp | ||
Makefile-TestLibrary | ||
nonexistent.txt | ||
TestApp_vs160.vcxproj | ||
TestApp_vs160.vcxproj.filters | ||
TestApp_vs170.vcxproj | ||
TestApp_vs170.vcxproj.filters | ||
TestLibrary_vs160.vcxproj | ||
TestLibrary_vs160.vcxproj.filters | ||
TestLibrary_vs170.vcxproj | ||
TestLibrary_vs170.vcxproj.filters | ||
testlibrary.opt | ||
TestSuite_vs160.vcxproj | ||
TestSuite_vs160.vcxproj.filters | ||
TestSuite_vs170.vcxproj | ||
TestSuite_vs170.vcxproj.filters |