607 Commits

Author SHA1 Message Date
John Wellbelove
ec74c52fbc Removed ETL_ASSERT and commented out debug code. 2016-05-03 18:49:21 +01:00
John Wellbelove
8cc41990c4 Refactored the #defines 2016-05-03 18:48:12 +01:00
John Wellbelove
00115ac9d8 Removed some ETL errors from the functions. 2016-05-03 18:47:51 +01:00
John Wellbelove
7957ff0962 Removed iterator exception 2016-05-03 18:46:40 +01:00
John Wellbelove
8754ff7feb Used enable_if to optimise hash classes. 2016-05-03 18:46:12 +01:00
John Wellbelove
15958f9d65 Simplfied default hash definitions. 2016-05-03 18:45:21 +01:00
John Wellbelove
566cc682c3 Fixed 32/64 bit warning 2016-05-03 18:40:46 +01:00
John Wellbelove
7df25e88a0 Fixed bug in resize 'down'. 2016-03-18 20:35:12 +00:00
John Wellbelove
4ea0900aec Fix to 16 bit parity calculation.
Altered to keep code coverage tool happy.
2016-03-17 20:45:18 +00:00
John Wellbelove
d0dfcc0da8 Update version for Arduino 2016-03-13 12:33:49 +00:00
John Wellbelove
0e21f02976 Git ignore files 2016-03-13 12:30:20 +00:00
John Wellbelove
130ce77b41 Updated due to new platform macro definitions 2016-03-13 12:29:54 +00:00
John Wellbelove
b99eae63fa Code:Blocks IDE updates 2016-03-13 12:23:32 +00:00
John Wellbelove
756a650b2f Fixed warning 2016-03-13 12:19:41 +00:00
John Wellbelove
46eea4caed Added platform.h.
Fixed GCC incompatibilities
2016-03-10 00:41:36 +00:00
John Wellbelove
2e728c568d New platform macro definitions 2016-03-10 00:40:05 +00:00
John Wellbelove
bbcb967c38 Added Visual Studio project for BlinkList 2016-03-07 19:27:12 +00:00
John Wellbelove
8bff7a9df4 Removed unsued header include 2016-03-07 19:26:20 +00:00
John Wellbelove
e255d23522 Removed redundant loop 2016-03-06 13:30:35 +00:00
John Wellbelove
3f8b4c2b26 Updated icons 2016-03-06 12:49:01 +00:00
John Wellbelove
ed293fd64d Updated icons 2016-03-06 12:48:35 +00:00
John Wellbelove
51fa96f90b Added container.h include 2016-03-06 12:48:14 +00:00
John Wellbelove
b34d026c3f Uncomment ET_ERROR in resize. 2016-03-06 12:47:46 +00:00
John Wellbelove
9781cfcf76 Put iterations into a function 2016-03-04 20:24:32 +00:00
John Wellbelove
194688a19c Removed 'splice whole list to self' test 2016-03-03 17:55:23 +00:00
John Wellbelove
c00bfeb477 Updated to current unit tests 2016-03-03 17:54:58 +00:00
John Wellbelove
c908d3fcea Changes for GCC compatibility 2016-03-02 21:11:32 +00:00
John Wellbelove
62e2b3c750 Changes for GCC compatibility 2016-03-02 21:10:24 +00:00
John Wellbelove
7bc7406511 Fixed paths in Visual Studio project files. 2016-02-28 14:47:32 +00:00
John Wellbelove
eb14bee98c Updated version number 2016-02-28 14:30:27 +00:00
John Wellbelove
ead2c24e9a Arduino example 2016-02-28 14:26:40 +00:00
John Wellbelove
b7da660535 File for Arduino library integration. 2016-02-28 14:16:14 +00:00
John Wellbelove
f1c5c20ba7 Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
John Wellbelove
9b2ace4946 Added platform constants header for Arduino 2016-02-28 13:51:58 +00:00
John Wellbelove
85c60f5407 Added more sign_extend tests for unsigned values. 2016-02-28 13:51:09 +00:00
John Wellbelove
deb85d817f Added 'typename' to sign_extend 2016-02-28 09:36:19 +00:00
John Wellbelove
da8a31c19e Added sign_extend template 2016-02-27 16:54:51 +00:00
John Wellbelove
02aa427e6b Added unordered_set, unordered_multiset, unordered_multimap 2016-02-21 21:11:46 +00:00
John Wellbelove
3e283a5d33 Added 'splice' nad 'merge' member functions.
Made 'move' member functions private.
2016-02-21 08:57:38 +00:00
John Wellbelove
298f197607 Renamed internal structures 2016-02-18 20:17:58 +00:00
John Wellbelove
6eb15a884c Added unordered_set to project 2016-02-18 20:11:07 +00:00
John Wellbelove
9908714b13 Added begin==end tests 2016-02-18 20:10:54 +00:00
John Wellbelove
a09d104330 Added unordered_set to project 2016-02-18 20:10:28 +00:00
John Wellbelove
a77950fb6d Fixed issue where begin returned a malformed iterator. 2016-02-15 21:25:39 +00:00
John Wellbelove
6a9f10b014 Modified ETL_FILE number from 21 to 22 2016-02-14 15:02:32 +00:00
John Wellbelove
5cc23a6fcb Change key compare to use key_compare and not == 2016-02-14 15:02:03 +00:00
John Wellbelove
af4a77fa74 Added test for finding a key less than existing keys. 2016-02-14 14:44:39 +00:00
John Wellbelove
d89f0714cb Fixed a bug in find() when key was less than any value in the set or map. 2016-02-14 14:41:15 +00:00
John Wellbelove
9208caa444 Removed unnecessary checks. 2016-02-14 13:09:07 +00:00
John Wellbelove
44b7f3cd37 Based all checksums and CRCs on etl::frame_check_sequence 2016-02-13 11:15:23 +00:00