502 Commits

Author SHA1 Message Date
jwellbelove
97bbbbc462 Updated license file with current year and links 2016-01-22 11:12:01 +00:00
jwellbelove
3ad66f4102 Removed basic_intrusive_forward_list 2016-01-22 11:00:13 +00:00
John Wellbelove
eb78681d41 Removed unused variables. 2016-01-21 20:18:28 +00:00
John Wellbelove
6bbea075bf Cross compiler compatibilty 2016-01-21 20:18:03 +00:00
John Wellbelove
062dc8b520 Removed redundant file. 2016-01-21 20:17:33 +00:00
John Wellbelove
c4b5bdc3b5 Changes for GCC compatibility 2016-01-21 20:16:56 +00:00
John Wellbelove
9ccc166022 Complete redesign of intrusive_forward_list using template parameter tags. 2016-01-21 19:51:11 +00:00
John Wellbelove
f5995420c1 Added cache files to project 2016-01-17 20:54:27 +00:00
John Wellbelove
ed39e3929f Modified comment 2016-01-17 20:53:58 +00:00
John Wellbelove
fa006d8f13 Added 'move' member function to support splice like operations within the list. 2016-01-17 20:53:42 +00:00
John Wellbelove
2cf14053d7 Added 'move' member function to support splice like operations within the list. 2016-01-17 07:33:42 +00:00
jwellbelove
1e06432f90 Added tests for load_factor, key_eq & hash_function member functions. 2016-01-15 14:05:10 +00:00
jwellbelove
ca5d897c0f Added basic_intrusive_forward_list files to project. 2016-01-15 14:04:39 +00:00
jwellbelove
ca63fbb07a Added missing <string.h> include required for GCC. 2016-01-15 13:43:28 +00:00
jwellbelove
c3210e2b73 Fixed pool allocation bug in operator[] 2016-01-15 13:42:55 +00:00
jwellbelove
b66279baab Added some missing files. 2016-01-15 13:07:35 +00:00
jwellbelove
d128866086 Added load_factor, key_eq & hash_function member functions.
No tests added at this point.
2016-01-15 13:07:18 +00:00
jwellbelove
e02caab6cc Fixed GCC warnings 2016-01-15 08:13:53 +00:00
jwellbelove
8659e0a4f7 Fixed GCC warnings 2016-01-15 08:13:53 +00:00
jwellbelove
a8dcc7cd5f Removed redundant line 2016-01-15 08:13:53 +00:00
John Wellbelove
6d1b126672 New unordered_map 2016-01-14 18:38:48 +00:00
John Wellbelove
63910abcc8 Added self assignement guard. 2016-01-14 18:33:36 +00:00
John Wellbelove
d6a5e314e6 Updates to code:blocks project file. 2016-01-14 18:33:25 +00:00
John Wellbelove
f733aed049 Updated projects files for added and removed project files. 2016-01-14 18:32:23 +00:00
John Wellbelove
ceef10dc93 Disabled copy constructor.
Added interface assignment operator.
2016-01-14 18:31:43 +00:00
John Wellbelove
571c0f761c Added self assignement guard. 2016-01-14 18:30:24 +00:00
John Wellbelove
925f84761c Disabled copy constructor and assignment operator. 2016-01-14 18:30:02 +00:00
John Wellbelove
34d31c9e3e Added self assignement guard. 2016-01-14 18:29:03 +00:00
John Wellbelove
6b77d73c1e Changed to assign() for initialisation. 2016-01-14 18:19:27 +00:00
John Wellbelove
eabc44a9db Changed to assign() for initialisation. 2016-01-14 18:19:07 +00:00
John Wellbelove
6d3b317ebc Removed commented out code.
Added self assignement guard.
2016-01-14 18:07:30 +00:00
John Wellbelove
06815473d1 New unordered_map 2016-01-14 18:06:07 +00:00
John Wellbelove
1c3187844f Simplified erase_after code. 2016-01-13 18:57:50 +00:00
John Wellbelove
f29d45942c Modified comment 2016-01-13 18:57:20 +00:00
John Wellbelove
f233d527d8 Improved erase_after test 2016-01-13 18:56:47 +00:00
John Wellbelove
8477b87e3a Added copy constructor test 2016-01-13 18:56:23 +00:00
John Wellbelove
0423a14033 Fixed missing copy constructor. 2016-01-13 18:56:04 +00:00
jwellbelove
6e52088df1 Added required compile macro directives to the project. 2016-01-13 16:11:12 +00:00
jwellbelove
01ff869fb5 Fixed test compile warnings 2016-01-13 16:10:15 +00:00
jwellbelove
26fdc2e7d2 Removed usused line. 2016-01-13 16:09:43 +00:00
jwellbelove
341c199d8f Fixed Linux/GCC error for whar_t 2016-01-13 16:08:46 +00:00
jwellbelove
3cbe795051 Fixed signed/unsigned warnings for GCC 2016-01-13 15:03:44 +00:00
jwellbelove
64c31c5b0f Modified for 64 bit 'size_t' compatibilty 2016-01-13 15:02:57 +00:00
jwellbelove
f7eb9dd04e Initial parts of string support. Incomplete. 2016-01-13 13:53:52 +00:00
jwellbelove
5208751a8c Added compiler #if to exclude Windows header for Linux platforms. 2016-01-13 13:53:28 +00:00
jwellbelove
2926a72ea2 Removed redundant comment 2016-01-13 12:55:35 +00:00
jwellbelove
f7b9907767 Added compilation macro to change the element type from default uint8_t.
Define ETL_BITSET_ELEMENT_TYPE to customise.
2016-01-13 12:18:34 +00:00
jwellbelove
07d5e63510 Updated with full set of types and functions. 2016-01-12 11:00:24 +00:00
jwellbelove
674b3fe343 Experimental rolling hash 2016-01-12 09:45:17 +00:00
John Wellbelove
1ecbbe5c05 Added and modified capacity functions to better match the standard container APIs. 2016-01-11 23:58:01 +00:00