13 Commits

Author SHA1 Message Date
John Wellbelove
c6233f72ba Merge remote-tracking branch 'origin/development'
# Conflicts:
#	library.properties
#	support/Release notes.txt
#	test/codeblocks/ETL.layout
#	test/test_flat_map.cpp
#	test/test_flat_multimap.cpp
#	test/test_flat_multiset.cpp
#	test/test_flat_set.cpp
2018-02-03 21:21:12 +00:00
John Wellbelove
865d837011 Merge remote-tracking branch 'origin/development'
# Conflicts:
#	library.properties
#	src/container.h
#	test/codeblocks/ETL.layout
#	test/test_flat_multimap.cpp
#	test/test_flat_multiset.cpp
#	test/test_flat_set.cpp
#	test/test_forward_list.cpp
2018-01-30 09:22:38 +00:00
John Wellbelove
b857a28a39 Merge remote-tracking branch 'origin/development'
# Conflicts:
#	library.properties
#	src/container.h
#	src/platform.h
#	src/profiles/gcc_generic.h
#	src/profiles/gcc_linux_x86.h
#	src/profiles/gcc_windows_x86.h
2018-01-27 19:00:38 +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
4b84cc955e Changed internal operation to indirect access to improve insertion performance. 2017-03-04 14:53:05 +00:00
John Wellbelove
aaac059008 Updated tests 2017-01-31 21:11:23 +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
d89f0714cb Fixed a bug in find() when key was less than any value in the set or map. 2016-02-14 14:41:15 +00:00
John Wellbelove
ceef10dc93 Disabled copy constructor.
Added interface assignment operator.
2016-01-14 18:31:43 +00:00
John Wellbelove
f04e9d7302 Added tests for multiple same value insert. 2015-12-18 19:45:52 +00:00
John Wellbelove
16a1978f43 Added link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +00:00
John Wellbelove
2ff32193d6 Added 'count()' test 2015-08-28 20:27:45 +01:00
John Wellbelove
90780391c9 etl::flat_multimap implementation. 2015-08-28 15:09:46 +01:00