10 Commits

Author SHA1 Message Date
John Wellbelove
483f322f89 Changed static const to enum. 2017-12-21 13:53:32 +00:00
John Wellbelove
0f03a90cda Removed redundant include 2017-11-19 10:31:41 +00:00
John Wellbelove
a742749849 Merge branch 'development' 2017-11-01 09:33:17 +00:00
John Wellbelove
4fe242baff Renamed base class MAX_SIZE to CAPACITY to avoid name clash with top level classes. 2017-06-21 19:43:09 +01:00
John Wellbelove
909fc87515 Renamed key_value_parameter_t to key_parameter_t 2017-06-12 22:27:20 +01:00
jwellbelove
113a561596 Removed erronious 'const' and '&' from 'key_value_parameter_t' parameters, as for non-fundamental types they will already be 'const &'. 2017-06-12 12:30:19 +01:00
John Wellbelove
7c9fa2db20 Combined multiset.h, imultiset.h & multiset_base.h
Deleted imultiset.h & multiset_base.h
2017-04-17 18:45:39 +01:00
John Wellbelove
73e65ae023 Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
John Wellbelove
46eea4caed Added platform.h.
Fixed GCC incompatibilities
2016-03-10 00:41:36 +00:00
John Wellbelove
f1c5c20ba7 Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00