2015-12-11 19:07:41 +00:00
..
codeblocks Updated Code::Blocks projects files 2015-12-11 19:07:41 +00:00
iar Updated project files 2015-03-16 20:03:09 +00:00
keil Updated Keil projects files 2015-12-11 19:07:01 +00:00
vs2015 Updated VS projects files 2015-12-11 19:07:19 +00:00
data.h Fixed flat map index test. 2015-08-28 15:10:52 +01:00
ExtraCheckMacros.h Defines CHECK_NO_THROW 2014-11-03 12:33:46 +00:00
main.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
murmurhash3.cpp Changed Murmur3 hash from generic interface inherited from ihash. 2015-09-28 09:40:45 +01:00
murmurhash3.h New hash & checksum algorithms 2015-08-19 21:00:53 +01:00
test_algorithm.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_alignment.cpp Small modifications to tests. 2015-03-16 19:18:25 +00:00
test_array.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_basic_intrusive_forward_list.cpp Added basic_forward_intrusive_list and updated intrusive_forward_list 2015-12-05 11:16:52 +00:00
test_binary.cpp Casts to keep GCC happy 2015-12-11 19:06:33 +00:00
test_bitset.cpp Modified some tests to check return values of operators 2015-12-10 13:38:51 +00:00
test_bloom_filter.cpp Modified tests due to hash changes 2015-09-28 18:30:11 +01:00
test_bsd_checksum.cpp Changed bsd_checksum from generic interface inherited from ihash. 2015-09-28 09:51:30 +01:00
test_checksum.cpp Changed from generic interface inherited from ihash. 2015-09-28 18:44:27 +01:00
test_compile.cpp Redesigned bitset to use no virtual functions. 2015-12-09 15:31:41 +00:00
test_container.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_crc.cpp Removed redundant header 2015-09-28 18:29:45 +01:00
test_cyclic_value.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_deque.cpp Fixed begin() != end() for empty container. 2015-12-07 10:46:30 +00:00
test_endian.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_enum_type.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_error_handler.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_exception.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_fixed_iterator.cpp Removed redundant make_fixed_iterator() 2015-12-11 13:05:12 +00:00
test_flat_map.cpp Fixed flat map index test. 2015-08-28 15:10:52 +01:00
test_flat_multimap.cpp Added 'count()' test 2015-08-28 20:27:45 +01:00
test_flat_multiset.cpp Added multiset tests 2015-08-28 20:29:26 +01:00
test_flat_set.cpp Added flat_map & flat_set. 2015-02-23 21:13:55 +00:00
test_fnv_1.cpp Changed from generic interface inherited from ihash. 2015-09-28 18:29:03 +01:00
test_forward_list.cpp Fixed bug in push_front. Items were not linked correctly. 2015-10-10 16:55:33 +01:00
test_function.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_functional.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_hash.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_instance_count.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_integral_limits.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_intrusive_forward_list.cpp Added basic_forward_intrusive_list and updated intrusive_forward_list 2015-12-05 11:16:52 +00:00
test_io_port.cpp Modified to eradicate unused variable warning. 2015-12-11 19:06:12 +00:00
test_jenkins.cpp Changed Jenkins hash from generic interface inherited from ihash. 2015-09-28 09:22:27 +01:00
test_largest.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_list.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_map.cpp add multimap and multiset containers 2015-04-25 20:10:13 -06:00
test_maths.cpp Modified 'power' tests to test 64 bit functionality. 2015-09-13 20:57:39 +01:00
test_multimap.cpp Created multiset_base.h and derived imultiset from it. 2015-12-05 15:56:57 +00:00
test_multiset.cpp Created multiset_base.h and derived imultiset from it. 2015-12-05 15:56:57 +00:00
test_murmur3.cpp Changed Murmur3 hash from generic interface inherited from ihash. 2015-09-28 09:40:45 +01:00
test_numeric.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_observer.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_optional.cpp Optional etl::vector does not work under Linux for some reason. 2015-04-05 16:44:22 +01:00
test_pearson.cpp Changed from generic interface inherited from ihash. 2015-09-28 18:44:27 +01:00
test_pool.cpp Commented out un-implemented 'get_iterator()' tests. 2015-08-28 09:41:25 +01:00
test_priority_queue.cpp add priority_queue implementation 2015-06-13 21:22:49 -06:00
test_queue.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_set.cpp Merge branch 'master' into development 2015-06-23 19:13:42 +01:00
test_smallest.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_stack.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
test_type_traits.cpp Changed add_reference to add_lvalue_reference 2015-08-27 20:26:16 +01:00
test_variant.cpp Modified to eradicate unused variable warning in GCC 2015-12-11 19:05:49 +00:00
test_vector.cpp Added test for begin() == end() for empty container. 2015-12-07 10:47:01 +00:00
test_visitor.cpp Added Github link to copyright notice. 2015-02-22 13:23:18 +00:00
words.txt New hash & checksum algorithms 2015-08-19 21:00:53 +01:00