Skip to content

Releases: ETLCPP/etl

Fixed incorrect result for negative float to string

11 Oct 17:40
Compare
Choose a tag to compare
14.35.1

Merge remote-tracking branch 'origin/hotfix/incorrect_negative_float_…

Changed ETL's STL alternate namespace

10 Oct 19:03
Compare
Choose a tag to compare

Changed ETL's STL alternate namespace to enhance compiler compatibility.

Fixed strict aliasing bug for -O3 optimisation in etl::pool

09 Oct 10:24
Compare
Choose a tag to compare
14.34.1

Fixed strict aliasing bug for -O3 optimisation in etl::pool

Updated unit tests. Fix issues for ARM

30 Sep 09:15
Compare
Choose a tag to compare

Updated the unit tests to support C++17
Fixed issue where ARM6 compiler would not define std::pair with ETL_NO_STL
Added ARM 7 profiles

Added PlatformIO Example

26 Sep 06:34
Compare
Choose a tag to compare
14.32.0

Added Platform IO examples

More PIO json tweaks

25 Sep 08:37
Compare
Choose a tag to compare
14.31.2

Update json & properties

Fixed json error. Better version strings.

23 Sep 18:51
Compare
Choose a tag to compare
14.31.1

Merge remote-tracking branch 'origin/hotfix/quick_fixes' into develop…

Removed ECL. Updated properties & joson to latest version numbers

22 Sep 12:04
Compare
Choose a tag to compare
14.31.0

Merge remote-tracking branch 'origin/hotfix/remove_ecl' into development

Conan update

19 Sep 10:01
Compare
Choose a tag to compare

Allow conan's etl version metadata to automatically update via git tags

Fixed unordered_map iterator operator* return type

16 Sep 15:05
Compare
Choose a tag to compare
14.29.4

Merge branch 'hotfix/unordered_map_iterator_return_type' into develop…