Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Fixes and additions source code.tar.gz | 2025-07-20 | 4.6 MB | |
Fixes and additions source code.zip | 2025-07-20 | 5.8 MB | |
README.md | 2025-07-20 | 712 Bytes | |
Totals: 3 Items | 10.4 MB | 3 |
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: [#955] Implements deferred callback timer with optional priority [#1147] Fix compile error in closure.h by using etl::forward