John Wellbelove
|
9c94fb3034
|
Merge remote-tracking branch 'origin/feature/rvalue-references' into development
# Conflicts:
# include/etl/flat_map.h
# include/etl/flat_multimap.h
# include/etl/flat_multiset.h
# include/etl/flat_set.h
# include/etl/queue.h
# include/etl/queue_mpmc_mutex.h
# include/etl/queue_spsc_atomic.h
# include/etl/queue_spsc_isr.h
# include/etl/queue_spsc_locked.h
# test/test_flat_map.cpp
# test/test_flat_multimap.cpp
# test/test_flat_multiset.cpp
# test/test_flat_set.cpp
|
2020-02-06 12:06:08 +00:00 |
|
John Wellbelove
|
83347ccfdd
|
Work in progress
|
2020-01-09 11:15:50 +00:00 |
|
John Wellbelove
|
8f00a1d822
|
Added 'emplace' to etl::optional.
C++03 & C++11 variants supplied depending on compiler support.
|
2019-04-17 22:47:39 +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
|
d28c88b1da
|
Added reset() to etl::optional
|
2018-03-22 06:10:07 +00:00 |
|
John Wellbelove
|
d3493d601d
|
Add full set of operators to etl::optional
|
2018-02-25 13:21:27 +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
|
0fb7a0e458
|
Fixed GCC warnings
|
2016-12-28 13:11:29 +00:00 |
|
John Wellbelove
|
46eea4caed
|
Added platform.h.
Fixed GCC incompatibilities
|
2016-03-10 00:41:36 +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
|
16a1978f43
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
jwellbelove
|
86c1023cfd
|
Optional etl::vector does not work under Linux for some reason.
Disabled test for Linux for the time being.
|
2015-04-05 16:44:22 +01:00 |
|
jwellbelove
|
91728c424e
|
Added 'swap'. Fixed possible uninitialised 'alid' in copy constructor.
|
2015-04-05 09:37:58 +01:00 |
|
jwellbelove
|
f62819e72b
|
Added tests for debug exceptions.
|
2015-03-30 21:56:09 +01:00 |
|
jwellbelove
|
17838cffcb
|
Added optional vector tests.
|
2015-03-28 18:27:54 +00:00 |
|
jwellbelove
|
6ebb8e9a6b
|
Added etl::optional
|
2015-03-28 12:48:11 +00:00 |
|