mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Updated release notes
This commit is contained in:
parent
30003cc9c4
commit
ad99c5aaf5
@ -1,4 +1,58 @@
|
||||
===============================================================================
|
||||
20.41.0
|
||||
|
||||
Updates:
|
||||
Added etl::tuple
|
||||
#757 Add etl::chrono time/date classes
|
||||
#1085 Add The Remaining Math Operators To ETL_TYPEDEF
|
||||
#1084 Add 'type' Alias to Strong Types
|
||||
#1068 Add swap(circular_buffer_ext&&) for circular_buffer_ext
|
||||
#1047 Deprecate etl::parameter_pack and replace with etl::type_list
|
||||
#966 A constructor for delegate with a freestanding function
|
||||
#962 Allow (overload) string append a string_view
|
||||
|
||||
Fixes:
|
||||
#1102 Optimise clear of sequence containers for trivially destructible types
|
||||
#1101 etl::array supports array sizes of zero
|
||||
#1096 bit_stream_reader constructors do not accept const pointers
|
||||
#1095 bit_stream_writer::empty() compares the wrong values to determine empty or not
|
||||
#1079 Compilation errors in algorithm.h in C++03
|
||||
#1078 Have etl::make_array Check for noexcept Condition
|
||||
#1077 Builds on i386 trigger -Werror=useless-cast
|
||||
#1076 circular_buffer::pop(N) when holding trivially destructible items
|
||||
#1073 Test failure on 32-bit x86 arches
|
||||
#1070 MacOs Circlular buffer type conversion error (-Werror)
|
||||
#1064 v20.40.0 error: has no member named ‘is_secure’
|
||||
#1057 ETL_DECLARE_DEBUG_COUNT increases RAM usage even when ETL_DEBUG_COUNT NOT defined
|
||||
#1056 variadic_variant doesn't use the type_id_t type to store type_id
|
||||
#1042 Incorrect rounding in scaled_rounding with scale of 1
|
||||
#1041 Incorrect rounding of scaled natural numbers in scaled_rounding #1041
|
||||
|
||||
Pull Requests:
|
||||
#1090 Fix copy_s() for C++03
|
||||
#1089 Cleanup fixes for C++03
|
||||
#1083 Add take() to etl::span
|
||||
#1082 Support const pointers in etl::is_aligned()
|
||||
#1080 Fixed compilation errors in algorithm.h in C++03 and compiler warning
|
||||
#1075 Add full West support for ETL in Zephyr builds
|
||||
#1074 Add Zephyr build system module.yml
|
||||
#1072 Add swap(circular_buffer_ext&&) (#1068)
|
||||
#1069 Support C++23
|
||||
#1067 Fix missing is_secure function
|
||||
#1055 Add enable_if restriction for span constructor from c array
|
||||
#1052 Returning const ref of member from const member function
|
||||
#1065 Fix cmake helper functions collision
|
||||
#1049 Various cleanup changes
|
||||
#1045 Support etl::underlying_type with compiler builtin
|
||||
#1044 Add traits to type_list
|
||||
#1043 Added iterator and const_iterator to etl::ipool
|
||||
#1040 Implement << operator for std basic_ostream and etl string_view
|
||||
#1039 Minor cleanup
|
||||
#1036 Add contains() and contains_node() to etl::intrusive_forward_list
|
||||
#1033 Add newline to end of parameter_pack.h
|
||||
|
||||
|
||||
===============================================================================
|
||||
20.40.0
|
||||
|
||||
Updates:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user