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 |
|