John Wellbelove
|
3f07a785f4
|
Fixed sort() so that it is now 'stable'.
Fixed return value type for const_iterator::operator->() in etl::list
|
2017-06-14 23:42:11 +01:00 |
|
John Wellbelove
|
fe640ce8ef
|
Merge remote-tracking branch 'origin/development'
# Conflicts:
# src/cyclic_hash.h
# test/codeblocks/ETL.cbp
|
2017-05-08 22:43:34 +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
|
0508d796bc
|
Added extra size tests
|
2017-02-23 23:14:07 +00:00 |
|
John Wellbelove
|
aaac059008
|
Updated tests
|
2017-01-31 21:11:23 +00:00 |
|
John Wellbelove
|
0fb7a0e458
|
Fixed GCC warnings
|
2016-12-28 13:11:29 +00:00 |
|
John Wellbelove
|
2938ecce19
|
Added size check in test_insert_position_value
|
2016-06-19 08:39:13 +01:00 |
|
John Wellbelove
|
c409774555
|
Added many new tests
|
2016-05-03 19:21:34 +01:00 |
|
John Wellbelove
|
194688a19c
|
Removed 'splice whole list to self' test
|
2016-03-03 17:55: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
|
3e283a5d33
|
Added 'splice' nad 'merge' member functions.
Made 'move' member functions private.
|
2016-02-21 08:57:38 +00:00 |
|
John Wellbelove
|
c4b5bdc3b5
|
Changes for GCC compatibility
|
2016-01-21 20:16:56 +00:00 |
|
John Wellbelove
|
2cf14053d7
|
Added 'move' member function to support splice like operations within the list.
|
2016-01-17 07:33:42 +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 |
|
jwellbelove
|
ae385d5561
|
Added Github link to copyright notice.
|
2015-02-22 13:23:18 +00:00 |
|
jwellbelove
|
46de221cfe
|
Added self assignment tests.
|
2015-01-24 19:32:09 +00:00 |
|
jwellbelove
|
84769d1ae6
|
Updated unit tests
|
2015-01-18 20:08:40 +00:00 |
|
jwellbelove
|
9c2619ddfd
|
Mostly updated comments
Some extra tests
|
2014-11-21 17:10:04 +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
|
102e4a8bed
|
Changed exception names
|
2014-11-03 12:33:05 +00:00 |
|
jwellbelove
|
0b1b76428f
|
Modified CHECK_NO_THROW calls
|
2014-11-02 17:19:46 +00:00 |
|
jwellbelove
|
deefc89a12
|
Added list container tests
|
2014-11-01 15:27:31 +00:00 |
|