1767 Commits

Author SHA1 Message Date
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
jwellbelove
ce7949bef9 Added ETL_ERROR macro and modified ivector to use it. 2015-08-24 05:47:49 -04:00
John Wellbelove
15933b9c51 Added Jenkins hash algorithm 2015-08-19 22:03:20 +01:00
John Wellbelove
1729280d12 BSD Checksum added. 2015-08-19 21:40:17 +01:00
John Wellbelove
40e6268bf6 New hash & checksum algorithms 2015-08-19 21:00:53 +01:00
John Wellbelove
779e313e11 Added raise_error free function that will either throw the error (if ETL_THROW_EXCEPTIONS is defined) or call error_handler::error. 2015-08-19 14:36:18 +01:00
John Wellbelove
13c024bd9c Changed 2nd exists2 to exists3 in exists() 2015-08-13 10:38:12 +01:00
John Wellbelove
ad01ec664c Update README.md 2015-07-17 13:04:41 +01:00
John Wellbelove
4fa6c72a1c Update README.md 2015-07-17 13:03:28 +01:00
John Wellbelove
5505395eb6 Update README.md 2015-07-17 13:01:57 +01:00
John Wellbelove
14101031da Update README.md 2015-07-17 13:01:30 +01:00
John Wellbelove
fb189e5a25 Update README.md 2015-07-17 13:00:25 +01:00
John Wellbelove
66bb92c328 Merge branch 'master' into development 2015-06-23 19:13:42 +01:00
John Wellbelove
89f85d93a5 Merge pull request #4 from GatorQue/master
Added multimap/multiset containers
4.0
2015-06-23 18:57:26 +01:00
Ryan Lindeman
f3ec3995cb add priority_queue implementation 2015-06-13 21:22:49 -06:00
Ryan Lindeman
426bbab41c add multimap and multiset containers 2015-04-25 20:10:13 -06:00
Ryan Lindeman
f2616ac4d8 Merge pull request #1 from ETLCPP/master
Merge pull request #3 from GatorQue/master
2015-04-25 19:55:35 -06:00
jwellbelove
86c1023cfd Optional etl::vector does not work under Linux for some reason.
Disabled test for Linux for the time being.
2015-04-05 16:44:22 +01:00
jwellbelove
95c30ccea9 Change alignment tests for variant. 2015-04-05 16:43:13 +01:00
jwellbelove
7004a553a8 Remove {} from array initialiseation in test_set.
Added _DEBUG define to Code::Blocks project settings.
2015-04-05 11:03:43 +01:00
jwellbelove
91728c424e Added 'swap'. Fixed possible uninitialised 'alid' in copy constructor. 2015-04-05 09:37:58 +01:00
John Wellbelove
92f6f1487b Merge pull request #3 from GatorQue/master
gcc compiler fixes for codeblocks
2015-04-05 09:13:52 +01:00
Ryan Lindeman
f3b24a432a fix gcc compiler issues with test_map/test_set 2015-04-01 18:38:40 -06:00
Ryan Lindeman
847b685e25 fix gcc compiler issues with test_map/test_set 2015-04-01 18:27:51 -06:00