383 Commits

Author SHA1 Message Date
John Wellbelove
04a50d2b8a Changed from generic interface inherited from ihash. 2015-09-28 18:44:27 +01:00
John Wellbelove
31e828b4bb Minor change to template paramter value. 2015-09-28 18:31:19 +01:00
John Wellbelove
7bea827b94 Modified tests due to hash changes 2015-09-28 18:30:32 +01:00
John Wellbelove
5ac3c81d90 Modified tests due to hash changes 2015-09-28 18:30:11 +01:00
John Wellbelove
b3e93e38d6 Removed redundant header 2015-09-28 18:29:45 +01:00
John Wellbelove
8347c263c8 Added 'native' element 2015-09-28 18:29:22 +01:00
John Wellbelove
db359ecbab Changed from generic interface inherited from ihash. 2015-09-28 18:29:03 +01:00
John Wellbelove
1dae6210dd Changed CRCs from generic interface inherited from ihash. 2015-09-28 17:59:20 +01:00
John Wellbelove
318a0230d1 Changed bsd_checksum from generic interface inherited from ihash. 2015-09-28 09:51:30 +01:00
John Wellbelove
a2ca71731e Changed Murmur3 hash from generic interface inherited from ihash.
Added hash sum type as a non-type template parameter.
2015-09-28 09:40:45 +01:00
John Wellbelove
6a81573c2a Changed Jenkins hash from generic interface inherited from ihash.
Added hash sum type as a non-type template parameter.
2015-09-28 09:22:27 +01:00
John Wellbelove
16117d9a5c Added etl::max_value_for_nbits
Fixed etl::fold_bits by using etl::max_value_for_nbits in while loop.
2015-09-25 12:00:18 +01:00
John Wellbelove
0c75aed0fe Fixed comment 2015-09-25 11:59:20 +01:00
John Wellbelove
0e4d57b05c Changed size_t to TValue in 'fold_bits' 2015-09-19 14:45:16 +01:00
John Wellbelove
138bb98399 Added a test to check that the allocated size of the class is as expected. 2015-09-19 14:44:36 +01:00
John Wellbelove
2a4b6a1e19 Spelling mistake in comment 2015-09-19 14:43:54 +01:00
John Wellbelove
a31cae151d Fixed serious error where etl::vector would always allocate N^2 storage instead of N. 2015-09-13 21:13:53 +01:00
John Wellbelove
46fb16dd82 Added new classes & tests 2015-09-13 20:58:55 +01:00
John Wellbelove
515851c77f Changed to use etl::begin & etl::end functions. 2015-09-13 20:58:25 +01:00
John Wellbelove
9c9f61c5dc Modified 'power' tests to test 64 bit functionality. 2015-09-13 20:57:39 +01:00
John Wellbelove
690a68610b Added 'fold_bits' functionality. 2015-09-13 20:57:12 +01:00
John Wellbelove
9aface490b Modified 'power' to be able to cope with 64 bit values. 2015-09-13 20:56:34 +01:00
John Wellbelove
1e54b6d584 Converted to new error handling macro. 2015-09-13 20:55:59 +01:00
John Wellbelove
5315945711 Converted to new error handling macro. 2015-09-13 20:55:43 +01:00
John Wellbelove
a17e679259 Converted to new error handling macro. 2015-09-13 20:55:21 +01:00
John Wellbelove
c8e9a2e852 Added 'fold_bits()' to binary.h and used in bloom_filter.h 2015-09-10 11:25:17 +01:00
John Wellbelove
7aa3f81cd9 Duplicate 'enable2' in 'exists(key)' 2015-09-10 10:30:16 +01:00
John Wellbelove
278cfc9bca Removed VS2013 project 2015-08-29 16:27:59 +01:00
John Wellbelove
f05ac9d072 Added new classes 2015-08-29 16:27:21 +01:00
John Wellbelove
fb684916e9 Fixed cont equal_range 2015-08-29 16:26:48 +01:00
John Wellbelove
d8a690cf1b Added Pearson hash 2015-08-29 16:26:20 +01:00
John Wellbelove
77a939011e Added multiset tests 2015-08-28 20:29:26 +01:00
John Wellbelove
ddf0769854 Added get_iterator() methods 2015-08-28 20:29:03 +01:00
John Wellbelove
2ff32193d6 Added 'count()' test 2015-08-28 20:27:45 +01:00
John Wellbelove
0d9ab9bb82 Fixed guard macros 2015-08-28 20:27:25 +01:00
John Wellbelove
abbf6ea844 Made iterators const in 'count()'
Fixed trailing guard macro
2015-08-28 20:27:01 +01:00
John Wellbelove
8534bf7399 Fixed comments
Made iterators const in 'count()'
Fixed trailing guard macro
2015-08-28 20:26:32 +01:00
John Wellbelove
5553905f89 Fixed comments 2015-08-28 20:24:51 +01:00
John Wellbelove
301434dc77 Added flat_multiset implementation. 2015-08-28 15:33:56 +01:00
John Wellbelove
6073040fa7 Fixed 'count()' 2015-08-28 15:33:28 +01:00
John Wellbelove
a7956c5e80 Converted to new error reporting macro. 2015-08-28 15:33:01 +01:00
John Wellbelove
66eb540f5b Fixed flat map index test.
Used ETL_ERROR macros for exceptions.
Added new files to project.
2015-08-28 15:10:52 +01:00
John Wellbelove
90780391c9 etl::flat_multimap implementation. 2015-08-28 15:09:46 +01:00
John Wellbelove
fbfda3db39 Potential fix for wchar_t type traits. 2015-08-28 12:04:03 +01:00
John Wellbelove
f6cf0965e9 Commented out un-implemented 'get_iterator()' tests. 2015-08-28 09:41:25 +01:00
John Wellbelove
28770bf0cf Removed 'const' from digest() 2015-08-28 09:40:42 +01:00
John Wellbelove
72088f2137 Changed add_reference to add_lvalue_reference 2015-08-27 20:26:16 +01:00
John Wellbelove
28e046741b Added get_iterator tests 2015-08-27 20:25:37 +01:00
John Wellbelove
cdf4e3269d Changed etl::raise_error to ETL_ERROR 2015-08-27 20:23:49 +01:00
John Wellbelove
7612a587c9 Added ETL_ERROR macro 2015-08-27 20:22:45 +01:00