libcopp 2.3.1
|
generator_vtable
.COPP_*
to LIBCOPP_*
.LIBCOPP_MACRO_HAS_EXCEPTION
.strong_rc_ptr
for non thread-safety smart pointer.LIBCOPP_DISABLE_ATOMIC_LOCK
, LIBCOPP_LOCK_DISABLE_THIS_MT
and LIBCOPP_LOCK_DISABLE_MT
. We use the only one option LIBCOPP_ENABLE_MULTI_THREAD
now.copp::make_channel<T>()
to create channel receiver and sender for easier usage.LIBCOPP_MACRO_TLS_STACK_PROTECTOR
to work with -fstack-protector
-pthread
flag detection.-fno-rtti
now.valid()
for task_promise
(C++ 20 coroutine).unhandled_exception
when without exception.Valgrind_ROOT
promise_error_transform
for C++20 coroutine.task_future
task_future
task_manager<task_type, container_type>
to task_manager<task_type>
2.We will keep ABI compatitablity for all assemblly APIs and will change the suffix when ABI changed.
cotask::task
changesvalue_type
to task_macro ( macro_coroutine
)LIBCOPP_DISABLE_THIS_MT
to LIBCOPP_LOCK_DISABLE_THIS_MT
COPP_MACRO_ENABLE_VARIADIC_TEMPLATE
STD_DECLTYPE
, COPP_MACRO_TYPEOF
libcopp/utils/std/decltype.h
libcopp/utils/config/compiler_features.h
libcopp/utils/std/functional.h
libcopp/utils/std/smart_ptr.h
git
.find_package(<PackageName>)
<PackageName>_DIR
LIBCOPP_DISABLE_ATOMIC_LOCK
and LIBCOPP_DISABLE_THIS_MT
..
[OPTIMIZE]
cotask::task` can capture all integer type of return value now.task::await
into
task::await_task, Some compile don't allow
await_taskas function name.
[BOOST] Merge boost.context 1.73.0
[FEATURE] Implement context of windows fiber and
SetUnhandledExceptionFilteris available to catchunhandled exception in coroutine action
[OPTIMIZE] Catch and rethrow unhandle exception after coroutine resumed when using C++11 or upper, most APIs are exception safe now.
[OPTIMIZE] Remove TTASK_MACRO in cotask::task, task id now is always set
uint64_tand use the id allocator with thread cache.
[OPTIMIZE] Fix
Warning: client switching stacks?in unit test when enable valgrind support.
[FEATURE] Enable
-DLIBCOPP_FCONTEXT_USE_TSX=ON` for default.cotask::task::await
into cotask::task::await_task
cotask::task<TCO_MACRO, TTASK_MACRO>
with cotask::task<TCO_MACRO>
, we don't allow to custom id allocator now.cotask::core::standard_int_id_allocator<uint64_t>
with copp::util::uint64_id_allocator
, we don't allow to custom id allocator now.v0.1.0