John Wellbelove
|
703a9e0f4a
|
Changes from master
|
2018-02-18 14:18:24 +00:00 |
|
John Wellbelove
|
7ce4fedf58
|
Added emplace member functions to flat_map, flat_multimap, flat_set and flat_multiset
|
2018-02-03 21:09:22 +00: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
|
a51530a96c
|
Completed modification of flat map/set classes to use reference flat map/set as bases.
|
2017-06-25 21:25:54 +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
|
cb28239f23
|
Added intrusive flat map/multimap/set/multiset
|
2017-04-16 19:17:38 +01:00 |
|
John Wellbelove
|
4b84cc955e
|
Changed internal operation to indirect access to improve insertion performance.
|
2017-03-04 14:53:05 +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
|
d89f0714cb
|
Fixed a bug in find() when key was less than any value in the set or map.
|
2016-02-14 14:41:15 +00:00 |
|
John Wellbelove
|
ceef10dc93
|
Disabled copy constructor.
Added interface assignment operator.
|
2016-01-14 18:31:43 +00:00 |
|
John Wellbelove
|
f04e9d7302
|
Added tests for multiple same value insert.
|
2015-12-18 19:45:52 +00:00 |
|
John Wellbelove
|
16a1978f43
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
jwellbelove
|
b84f507304
|
Added flat_map & flat_set.
|
2015-02-23 21:13:55 +00:00 |
|