You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# CHANGELOG
2
2
3
+
## 2.3.0
4
+
5
+
1. Rename all macros `COPP_*` to `LIBCOPP_*`
6
+
2. Make all macros in compile_optimize.h and explicit_declare. standalone from atframework
7
+
3. Merge boost.fcontext 1.87
8
+
4. Remove `LIBCOPP_MACRO_HAS_EXCEPTION`
9
+
5. Add nostd type_traits and `strong_rc_ptr` for non thread-safety smart pointer
10
+
6. Remove `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.
11
+
7. Allow to disable multi-thread support for stack pool and C++20 coroutine to reduce cache miss.
12
+
8. We allow use lightweight callback or channel mode(without callback) for C++20 coroutine generator.
13
+
9. Add `copp::make_channel<T>()` to create channel receiver and sender for easier usage.
0 commit comments