aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-14 12:25:23 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-14 12:25:23 +0200
commit792128255b6c6add22f97ea60734181cb915f2ae (patch)
treec3d8e3a3466639591245495ec0148d49732193c3 /CHANGES
parent6177a3c6b5a05ac2c64978ccf3ca11de9793505b (diff)
downloadlanes-792128255b6c6add22f97ea60734181cb915f2ae.tar.gz
lanes-792128255b6c6add22f97ea60734181cb915f2ae.tar.bz2
lanes-792128255b6c6add22f97ea60734181cb915f2ae.zip
More fixes to make clang happy
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 80e94cf..1b0a354 100644
--- a/CHANGES
+++ b/CHANGES
@@ -31,7 +31,7 @@ CHANGE 2: BGe 11-Jun-24
31 - error_trace_level added. Replaces the global verbose_errors setting. 31 - error_trace_level added. Replaces the global verbose_errors setting.
32 - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). 32 - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()).
33 * Internal changes 33 * Internal changes
34 - Lanes is implemented in C++20: jthread, condition_variable, mutex, string_view, variant, and more! 34 - Lanes is implemented in C++20: thread, condition_variable, mutex, string_view, variant, and more!
35 - Almost all platform-specific code is gone (only a small bit for thread priority and affinity remains). 35 - Almost all platform-specific code is gone (only a small bit for thread priority and affinity remains).
36 - Decoda support inactive by default. 36 - Decoda support inactive by default.
37 - Deep userdata interface fully revamped to C++20 too. 37 - Deep userdata interface fully revamped to C++20 too.