13 Commits

Author SHA1 Message Date
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
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
jwellbelove
8a6de78bfa Experimental etl::vector with 'fixup()' 2017-06-16 12:43:44 +01:00
John Wellbelove
6384d59f3c Remove 'typename' not allowed in C++03 2017-04-26 21:57:11 +01:00
John Wellbelove
06dc7d2a66 Removed redundant declarations. 2017-04-17 13:45:19 +01:00
John Wellbelove
1a1283308d Performance enhancements 2017-02-23 23:15:18 +00:00
John Wellbelove
3845ad41d4 Modified debug #defines 2016-12-28 12:54:33 +00:00
John Wellbelove
d58f675722 Added hash functions 2016-12-28 12:40:29 +00:00
John Wellbelove
d39a74bc6e Changed 'Does nothing' comment to 'Undefined behavior' 2016-11-13 16:31:14 +00:00
John Wellbelove
654a930df7 Modified pointer vector operators 2016-07-31 11:00:05 +01:00
John Wellbelove
c3001293e4 Global operators are not templates. 2016-07-30 09:50:46 +01:00
John Wellbelove
2659455a0c Pointer specialisations of vector 2016-07-27 21:27:44 +01:00