412 Commits

Author SHA1 Message Date
John Wellbelove
a49c3a8b58 Merge remote-tracking branch 'origin/development'
# Conflicts:
#	algorithm.h
2015-12-04 11:43:43 +00:00
John Wellbelove
9a4c0e693b Changed size_t type for count result to int32_t. 2015-12-04 11:40:51 +00:00
John Wellbelove
7645b14072 Added missing 'return *this' 2015-12-04 10:54:30 +00:00
John Wellbelove
d591b9988f Merge remote-tracking branch 'origin/development' 2015-12-04 10:46:38 +00:00
John Wellbelove
aa2fcf7d42 Hoisted some functions to non-type base class to reduce compiled code size. 2015-12-04 10:34:29 +00:00
John Wellbelove
a0c0f46035 Removed files. Now using Keil default install directory 2015-12-03 11:31:41 +00:00
John Wellbelove
ec93e4a600 Merge remote-tracking branch 'origin/development' 2015-10-13 10:57:29 +01:00
John Wellbelove
abe2bd50e5 Added intrusive_forward_list 2015-10-13 10:56:02 +01:00
John Wellbelove
b7fb3385e8 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	enum_type.h
2015-10-10 16:58:32 +01:00
John Wellbelove
f507f2fa53 Merge remote-tracking branch 'origin/development' 2015-10-10 16:56:40 +01:00
John Wellbelove
7c0e5f42cd Fixed bug in push_front. Items were not linked correctly. 2015-10-10 16:55:33 +01:00
John Wellbelove
02211e969c Added nullptr check in remove_node_after 2015-10-08 11:06:12 +01:00
John Wellbelove
3f33b3ccf7 Merge remote-tracking branch 'origin/development' 2015-10-07 17:28:53 +01:00
John Wellbelove
1ba191fa51 Comment correction 2015-10-07 17:27:20 +01:00
John Wellbelove
49d6c70910 Removed the need for the 'end' node. Reduces the container size by one pointer. 2015-10-07 17:26:54 +01:00
John Wellbelove
2dafe29246 Merge pull request #5 from 0xc0170/fix_enum_type_doc
Enum type - fix doc to_string references
2015-10-07 12:53:01 +01:00
Martin Kojtal
f357a582e7 Enum type - fix doc to_string references 2015-10-06 22:23:32 +01:00
John Wellbelove
8d8a80212e Merge branch 'development' 5.0 5 2015-09-28 18:57:15 +01:00
John Wellbelove
736770394f Updated to VS2015 2015-09-28 18:44:48 +01:00
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
723962de23 Update README.md 2015-09-28 10:14:42 +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
a283db5264 Changed to use iterator_traits for difference type. 2015-09-26 09:45:43 +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
4d475bb086 Fixed serious error where etl::vector would always allocate N^2 storage instead of N. 2015-09-13 21:17:40 +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