All Versions
13
Latest Version
Avg Release Cycle
3 days
Latest Release
1210 days ago

Changelog History
Page 1

  • v19.3.2

    December 05, 2020
  • v19.3.1 Changes

    December 04, 2020

    ๐Ÿ›  Fixed etl::format_spec constexpr compatibility with C++11.
    ๐Ÿ›  Fixed etl::bit_stream using too many bits when reading floating point values.

  • v19.3.0 Changes

    December 02, 2020

    โž• Added constexpr, template aliases and inline variables for the following files,

    absolute.h
    combinations.h
    delegate.h
    factorial.h
    fibonacci.h
    largest.h
    limits.h
    ๐ŸŒฒ log.h
    negative.h
    permutations.h
    power.h
    ratio.h
    smallest.h
    sqrt.h
    type_lookup.h
    type_select.h

    fsm.h
    โž• Added ETL_ASSERT for out-of-order state list.

  • v19.2.1

    November 27, 2020
  • v19.2.0 Changes

    November 27, 2020

    ๐Ÿ”’ Security flag for a string is copied on assignment or copy constructor.
    etl::format_spec may now be a constexpr.
    Maths constants now constexpr (C++11 or above)
    โž• Added AVR check to nullptr.h

  • v19.0.0 Changes

    November 21, 2020

    ๐Ÿ’ฅ Breaking Change

    Containers with external buffers or pools are now separate classes instead of specialisations.

    Old New
    etl::circular_buffer<T, 0> etl::circular_buffer_ext
    etl::forward_list<T, 0> etl::forward_list_ext
    etl::list<T, 0> etl::list_ext
    etl::string<0> etl::string_ext
    etl::wstring<0> etl::wstring_ext
    etl::u16string<0> etl::u16string_ext
    etl::u32string<0> etl::u32string_ext
    etl::vector<T, 0> etl::vector_ext
  • v18.20.2 Changes

    November 19, 2020

    ๐Ÿ›  #306-bugfix-to-string-formatting
    โšก๏ธ Updates Actions core toolkit to fix vulnerability on environment/path variable setting.

  • v18.20.1 Changes

    November 18, 2020

    โœ‚ Remove redundant test support code.
    Disabled ASAN option in Visual Studio project.

  • v18.20.0 Changes

    November 13, 2020

    โž• Added etl::buffer_descriptors.
    โž• Added std/etl pair conversions.
    Added etl::make_string_view.
    Resolved issue with zero length literals for etl::make_string
    Resolved etl::flags constexpr issues.
    โž• Added atomics for clang.
    Resolved type_traits issues for GCC < v5