485 Commits

Author SHA1 Message Date
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
John Wellbelove
e8a365ff75 Removed unneeded base class 2016-01-11 23:57:10 +00:00
John Wellbelove
ea12a09364 Modified functions comments about exceptions. 2016-01-11 23:56:09 +00:00
jwellbelove
bbf835a8a6 Initial parts of string support. Incomplete. 2016-01-11 15:13:01 +00:00
John Wellbelove
d1651535e1 Added tests to check for inserts overwriting existing values. 2016-01-09 13:07:14 +00:00
John Wellbelove
1c9cf2246b Fixed insert overwriting existing value. 2016-01-09 13:06:38 +00:00
John Wellbelove
fff1b4d7d4 Greater compliance with C++ spec. 2016-01-09 11:22:31 +00:00
John Wellbelove
760f08db0b Comment spelling 2016-01-09 11:21:45 +00:00
John Wellbelove
737c1c8abd Removed unecessary base class 2016-01-09 11:21:12 +00:00
John Wellbelove
b794ce623a Added iterator test for empty container 2016-01-09 10:28:56 +00:00
John Wellbelove
1c4dbac759 Added an etl::map test. 2016-01-09 10:28:14 +00:00
John Wellbelove
2abef4aa40 Added a "No Unit Tests" debug configuration 2016-01-09 10:27:08 +00:00
John Wellbelove
231721a980 Changed node base pointer to more unique name 2016-01-09 10:25:27 +00:00
John Wellbelove
0e1eaa3aef Removed unnecessary priority_queue_base 2016-01-09 10:23:53 +00:00
John Wellbelove
31a22d93af Moved call to initialise() to after construction completed. 2016-01-09 10:05:14 +00:00
John Wellbelove
8aff17435c Added ETL_CHECK_PUSH_POP to enable empry/full checks for push & pop functions. Normally this not be set as the code will be doing this check when necessary. 2016-01-07 17:34:37 +00:00
John Wellbelove
dc374a3185 Error in ETL_ASSERT definition. Condition should be (!(b)) 2015-12-25 00:01:11 +00:00
John Wellbelove
6d2170ad3e Keil project changes 2015-12-24 12:16:07 +00:00