diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-14 12:25:23 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-14 12:25:23 +0200 |
commit | 792128255b6c6add22f97ea60734181cb915f2ae (patch) | |
tree | c3d8e3a3466639591245495ec0148d49732193c3 /CHANGES | |
parent | 6177a3c6b5a05ac2c64978ccf3ca11de9793505b (diff) | |
download | lanes-792128255b6c6add22f97ea60734181cb915f2ae.tar.gz lanes-792128255b6c6add22f97ea60734181cb915f2ae.tar.bz2 lanes-792128255b6c6add22f97ea60734181cb915f2ae.zip |
More fixes to make clang happy
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |