824 Commits

Author SHA1 Message Date
John Wellbelove
e9c17deb3f Removed AUTO specialisations for forward and tree links. 2016-11-13 16:31:13 +00:00
John Wellbelove
1c05617535 Moved counter type to common class.
Changed some parameter names.
2016-11-13 16:31:13 +00:00
John Wellbelove
e75f4bd248 Changed 'Does nothing' comment to 'Undefined behavior' 2016-11-13 16:31:12 +00:00
John Wellbelove
b468c8b3a4 Added ETL_ prefix 2016-11-13 16:31:12 +00:00
John Wellbelove
10674d52c0 Removed build platform defines.
Added 'no 8bit types' define
2016-11-13 16:31:12 +00:00
John Wellbelove
e7ecc17a78 Untabify 2016-11-13 16:31:11 +00:00
John Wellbelove
c477d48133 New intrusive stack 2016-11-13 16:31:11 +00:00
John Wellbelove
31d6defffe Counter type for intrusive containers.
Specializations for slow and fast count types.
2016-11-13 16:31:11 +00:00
John Wellbelove
6edd27698f Added default constructors to automatically clear links. 2016-11-13 16:31:11 +00:00
John Wellbelove
f4630351a2 Tans to spaces 2016-11-13 16:31:10 +00:00
jwellbelove
1a9607c46e Changed default element size from uint8_t to uint_least8_t 2016-11-08 15:43:23 +00:00
John Wellbelove
14e387afdc Tabs to spaces 2016-10-01 19:48:09 +01:00
John Wellbelove
79bbf860f6 Tabs to spaces 2016-10-01 19:48:09 +01:00
John Wellbelove
59ab675836 Removed tabs 2016-10-01 19:48:08 +01:00
jwellbelove
bee78ab4c6 Initial implementation of intrusive stack.
Uncompiled & untested.
2016-09-30 14:38:40 +01:00
John Wellbelove
654a930df7 Modified pointer vector operators 2016-07-31 11:00:05 +01:00
John Wellbelove
aa3cf653e8 Updated version to 8.2.0 2016-07-31 09:23:56 +01:00
John Wellbelove
36cff24ce1 Comment change "is the" to "if the" 2016-07-30 09:51:30 +01:00
John Wellbelove
461cea3c65 Added macro test 2016-07-30 09:51:05 +01:00
John Wellbelove
c3001293e4 Global operators are not templates. 2016-07-30 09:50:46 +01:00
jwellbelove
f597667f6d Added convenience macro 2016-07-29 13:41:18 +01:00
John Wellbelove
0a6a9239c4 Strong typedef template class tests 2016-07-28 22:56:09 +01:00
John Wellbelove
9816b755e5 Pointer specialisations of vector 2016-07-28 22:55:16 +01:00
John Wellbelove
001bdc6f1d Fixed syntax errors in get() and <<= 2016-07-28 22:39:39 +01:00
John Wellbelove
2659455a0c Pointer specialisations of vector 2016-07-27 21:27:44 +01:00
John Wellbelove
3b78b9c871 Pointer specialisations of vector 2016-07-27 21:27:13 +01:00
jwellbelove
07569d648d Strong typedef template class. 2016-07-27 14:31:32 +01:00
John Wellbelove
c7c5e3ee50 Temporarily commented out ivectorpointer.h due to compile error under TI compiler. 2016-07-01 23:58:23 +01:00
John Wellbelove
96662d4da4 Added specialisation for vectors of pointer types.
Added optimisations for fundamental or pointer types.
2016-07-01 23:20:39 +01:00
John Wellbelove
2a15f25fbb Corrected spelling of 'lexicographically'. 2016-07-01 23:19:22 +01:00
John Wellbelove
cb9f619107 Added 16 bit generic_hash for systems where size_t is 16 bit. 2016-07-01 22:21:35 +01:00
John Wellbelove
eea2af244b Reverted bloom_filter to earlier version so as not to use default value template arguments. 2016-06-30 21:18:56 +01:00
John Wellbelove
c2012b5fd8 Removed last comma from enum list. 2016-06-30 21:18:56 +01:00
John Wellbelove
9aa43ddafe Added 'class' to friend declaration. 2016-06-30 21:18:56 +01:00
John Wellbelove
7b1fd7fc53 Removed last comma from template list. 2016-06-30 21:18:55 +01:00
John Wellbelove
f38e74f70e Added <CR> at end of file for compiler compatibility. 2016-06-30 21:18:55 +01:00
John Wellbelove
1dfbfa0b01 Added <CR> at end of file for compiler compatibility. 2016-06-30 21:18:55 +01:00
John Wellbelove
dac6bda2f9 Incorrect base class call to wstring instead of iwstring in constructor. 2016-06-30 21:18:55 +01:00
jwellbelove
9160af0630 Missing boolean tests from the ETL_LOG_ERRORS #define branch. 2016-06-30 12:09:32 +01:00
jwellbelove
497e862a37 Put include back to <cstddef> 2016-06-29 12:31:26 +01:00
jwellbelove
f3c6067e47 Added #include <stddef.h> if nullptr is supported. 2016-06-29 12:27:13 +01:00
jwellbelove
da1822b5db Added #include <cstddef> if nullptr is supported. 2016-06-29 12:26:08 +01:00
jwellbelove
5af9f72a84 Modified comment 2016-06-29 09:35:53 +01:00
John Wellbelove
70771d0768 Temporarily remove include for vector pointer code 2016-06-28 21:02:38 +01:00
John Wellbelove
66d100f166 Temporarily remove include for vector pointer header 2016-06-28 21:01:00 +01:00
John Wellbelove
c9010a0573 Fixed incorrect implementation of etl::string::copy 2016-06-28 20:24:57 +01:00
John Wellbelove
879e9bad21 Fixed incorrect implementation of etl::string::copy 2016-06-28 20:24:35 +01:00
jwellbelove
e13d10fb29 Bug fixes form Mark. 2016-06-28 10:21:34 +01:00
John Wellbelove
bf1e8d791e Added string classes. 2016-06-26 11:55:10 +01:00
John Wellbelove
f0f75788d0 Added string classes. 2016-06-26 11:52:11 +01:00