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
0e6e961039
commit
2c904baf80
@ -5,10 +5,16 @@ Updates:
|
||||
Added etl::crc8_opensafety
|
||||
Added etl::crc16_opensafety_a and etl::crc16_opensafety_b
|
||||
Added etl::crc64_iso
|
||||
Added etl::type_lists_are_convertible
|
||||
Made etl::closure constexpr for C++14
|
||||
Made invocation of delegate consrexpr for C++14
|
||||
#1132 Request: Make type_def Methods Noexcept
|
||||
|
||||
Fixes:
|
||||
Fix gamma tests (removed integral tests)
|
||||
#1126 to_arithmetic does not compile on C++98
|
||||
#1150 Bug in the void etl::unlink(first, last) for bidirectional links.
|
||||
#1151 test failure in i386 in 20.42.1: test_replace_strings in test_string_utilities.c fails
|
||||
|
||||
Pull Requests:
|
||||
#1147 Fix compile error in closure.h by using etl::forward
|
||||
|
||||
@ -1527,9 +1527,6 @@
|
||||
<ClInclude Include="..\..\include\etl\crc8_nrsc5.h">
|
||||
<Filter>ETL\Maths\CRC</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\etl\const_multimap.h">
|
||||
<Filter>UnitTest++\Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\etl\crc8_opensafety.h">
|
||||
<Filter>ETL\Maths\CRC</Filter>
|
||||
</ClInclude>
|
||||
@ -1539,6 +1536,12 @@
|
||||
<ClInclude Include="..\..\include\etl\crc16_opensafety_b.h">
|
||||
<Filter>ETL\Maths\CRC</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\etl\crc64_iso.h">
|
||||
<Filter>UnitTest++\Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\etl\const_multimap.h">
|
||||
<Filter>ETL\Containers</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\test_string_char.cpp">
|
||||
@ -3689,6 +3692,9 @@
|
||||
<ClCompile Include="..\test_crc16_opensafety_b.cpp">
|
||||
<Filter>Tests\CRC</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\test_crc64_iso.cpp">
|
||||
<Filter>Tests</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\library.properties">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user