John Wellbelove
|
18d8236f91
|
Conditionally disable template deduction guide tests
|
2020-09-29 11:23:10 +01:00 |
|
John Wellbelove
|
509089c0e2
|
Added template deduction guides
|
2020-09-28 13:14:12 +01:00 |
|
John Wellbelove
|
f339e8d3da
|
Fixed issue for incorrect operation of erase(const_iterator, const_iterator)
when the terminating iterator was end() for etl::unordered_map, etl::unordered_multimap, etl::unordered_set and etl::unordered_multiset.
|
2020-08-15 21:00:18 +01:00 |
|
John Wellbelove
|
a108addf84
|
Added move API to unordered map and set containers.
Added a 'move' member function that moves items into the containers.
|
2020-03-30 18:05:33 +01:00 |
|
John Wellbelove
|
83347ccfdd
|
Work in progress
|
2020-01-09 11:15:50 +00:00 |
|
John Wellbelove
|
94c5eed5a4
|
Work in progress
|
2020-01-04 11:49:22 +00:00 |
|
John Wellbelove
|
5803d928a1
|
Merge remote-tracking branch 'origin/feature/no_stl_unit_tests' into development
# Conflicts:
# include/etl/stl/alternate/algorithm.h
# include/etl/stl/alternate/iterator.h
# include/etl/version.h
# library.json
# library.properties
# support/Release notes.txt
# test/test_no_stl_algorithm.cpp
# test/test_no_stl_iterator.cpp
# test/vs2017/etl.vcxproj
|
2019-12-01 18:21:10 +00:00 |
|
John Wellbelove
|
02f7326a09
|
Changed STL alternate namespace to always be 'etlstd'.
Changed std:: to ETLSTD:: macro to select std:: or etlstd:: depending on existence of ETL_NO_STL.
|
2019-10-10 13:05:59 +01:00 |
|
John Wellbelove
|
97127475ea
|
Merge branch 'hot-fix/unordered_map_erase' into development
# Conflicts:
# include/etl/version.h
# support/Release notes.txt
|
2019-02-13 11:21:19 +01:00 |
|
John Wellbelove
|
aee76d67e8
|
Merge remote-tracking branch 'origin/feature/bit_stream' into development
# Conflicts:
# include/etl/profiles/armv6.h
# include/etl/profiles/armv6_no_stl.h
# include/etl/version.h
# support/Release notes.txt
# test/vs2017/etl.vcxproj.filters
|
2018-10-07 08:37:14 +01:00 |
|
John Wellbelove
|
bd008350a2
|
Merge remote-tracking branch 'origin/feature/changed_include_paths' into development
# Conflicts:
# include/etl/version.h
|
2018-07-28 21:55:27 +01:00 |
|
John Wellbelove
|
eb222f54bb
|
Containers are now deleteable through a pointer to their 'ixxxx' class.
|
2018-01-30 08:47:49 +00:00 |
|
John Wellbelove
|
26b7326d72
|
Updated Code::Blocks project.
Changed test project include paths to use unittest++ as sub-module.
|
2017-05-08 20:48:22 +01:00 |
|
John Wellbelove
|
79e33fbe81
|
Removed default constructor from 'non-default constructor' type.
Modified tests to compensate.
|
2017-02-25 20:32:27 +00:00 |
|
John Wellbelove
|
aaac059008
|
Updated tests
|
2017-01-31 21:11:23 +00:00 |
|
John Wellbelove
|
6c4a29b498
|
Fixed bug in erase()
|
2016-12-30 11:56:08 +00:00 |
|
John Wellbelove
|
dd60c3aa7c
|
Fixed GCC warnings
|
2016-12-28 12:57:04 +00:00 |
|
John Wellbelove
|
f1c5c20ba7
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
John Wellbelove
|
02aa427e6b
|
Added unordered_set, unordered_multiset, unordered_multimap
|
2016-02-21 21:11:46 +00:00 |
|
John Wellbelove
|
9908714b13
|
Added begin==end tests
|
2016-02-18 20:10:54 +00:00 |
|
jwellbelove
|
1e06432f90
|
Added tests for load_factor, key_eq & hash_function member functions.
|
2016-01-15 14:05:10 +00:00 |
|
John Wellbelove
|
06815473d1
|
New unordered_map
|
2016-01-14 18:06:07 +00:00 |
|