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