John Wellbelove
|
e323f2267f
|
Changed http://www.etlcpp.com to https://www.etlcpp.com
|
2020-05-01 10:22:36 +01:00 |
|
John Wellbelove
|
0eeef097ae
|
Fix insert to empty deque bug
|
2020-04-30 19:10:03 +01:00 |
|
John Wellbelove
|
cefce447b4
|
Remove initialisation of the moved from container. Not required by STL containers.
|
2020-03-31 11:59:05 +01:00 |
|
John Wellbelove
|
caba10699a
|
Move etl::swap to utilities.h
Fixed many CLang warnings
|
2020-02-24 11:48:04 +01:00 |
|
John Wellbelove
|
9dd88e1885
|
Merge remote-tracking branch 'origin/development'
|
2020-02-11 13:27:43 +01:00 |
|
John Wellbelove
|
83347ccfdd
|
Work in progress
|
2020-01-09 11:15:50 +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
|
96ce602874
|
Added interface move assignment.
|
2019-01-01 14:03:02 +00:00 |
|
John Wellbelove
|
2aae4c1104
|
Added move tests
|
2018-12-30 11:15:41 +00:00 |
|
John Wellbelove
|
fa891b9dbc
|
Minor change top variable declaration
|
2018-12-29 15:35:12 +00:00 |
|
John Wellbelove
|
3e4035e059
|
Added rvalue reference API
|
2018-12-16 18:36:01 +00:00 |
|
John Wellbelove
|
02987191a5
|
Removed push(void) push_back(void) and push_front(void) function for containers.
|
2018-09-15 08:58:08 +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
|
ab65a5abaa
|
Added std::initializer_list constructors when ETL_CPP11_SUPPORTED is defined as 1
|
2018-03-25 14:34:28 +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
|
bf06775b51
|
Added fast clear for types that are trivially destructible. (Integral and pointer types only for C++03)
|
2018-01-27 15:40:03 +00:00 |
|
John Wellbelove
|
044535d6d6
|
Merge branch 'Emplace' into development
# Conflicts:
# src/CreateFSM.bat
# src/CreateMessageRouter.bat
# src/flat_map.h
# src/fsm.h
# src/fsm_generator.h
# src/message_router.h
# src/message_router_generator.h
# src/queue.h
# src/vector.h
# test/codeblocks/ETL.depend
# test/codeblocks/ETL.layout
# test/data.h
# test/test_fsm.cpp
# test/test_message_router.cpp
# test/vs2017/etl.vcxproj
# test/vs2017/etl.vcxproj.filters
# test/vs2017/random.csv
|
2017-07-26 10:06:23 +01:00 |
|
John Wellbelove
|
97ead6fc27
|
Added repair functions to allow certain containers to copied with low level functions such as memcpy.
|
2017-06-17 15:33:04 +01: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
|
aaac059008
|
Updated tests
|
2017-01-31 21:11:23 +00:00 |
|
John Wellbelove
|
01a94919e3
|
Added test_pop_back_exception & test_pop_front_exception
|
2016-05-03 19:18:13 +01:00 |
|
John Wellbelove
|
f1c5c20ba7
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
jwellbelove
|
a8dcc7cd5f
|
Removed redundant line
|
2016-01-15 08:13:53 +00:00 |
|
John Wellbelove
|
ceef10dc93
|
Disabled copy constructor.
Added interface assignment operator.
|
2016-01-14 18:31:43 +00:00 |
|
John Wellbelove
|
16a1978f43
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
John Wellbelove
|
26c31eb05b
|
Fixed begin() != end() for empty container.
Added test for above.
|
2015-12-07 10:46:30 +00:00 |
|
jwellbelove
|
5325c7233f
|
Merge remote-tracking branch 'origin/master'
|
2015-03-30 19:30:01 +01:00 |
|
Ryan Lindeman
|
2a0ea093bd
|
fix missing const for etl:map
|
2015-03-19 20:09:08 -06:00 |
|
jwellbelove
|
ae385d5561
|
Added Github link to copyright notice.
|
2015-02-22 13:23:18 +00:00 |
|
jwellbelove
|
185546f035
|
Undated tests to use default and non default contructer elements.
|
2015-02-15 20:13:59 +00:00 |
|
jwellbelove
|
6647b52245
|
Modified deque to be able to use non-default constructor elements.
|
2015-02-10 21:00:07 +00:00 |
|
jwellbelove
|
ae7ffb8165
|
Removed front & back empty test
|
2014-12-08 20:27:09 +00:00 |
|
jwellbelove
|
e5a9fa3127
|
Updated tests
|
2014-11-19 18:37:14 +00:00 |
|
jwellbelove
|
21cfc811cf
|
Added 'swap'
|
2014-11-06 12:54:00 +00:00 |
|
jwellbelove
|
1108b9e5c7
|
Updates for Code::Blocks and CodeLite
Updates so that Code::Blocks and CodeLite can compile the tests.
Made include guards upper case.
|
2014-11-05 17:41:17 +00:00 |
|
jwellbelove
|
8feac38d02
|
Double ended queue container added
|
2014-11-03 12:32:43 +00:00 |
|