2016-12-28 13:22:37 +00:00
..
codeblocks Updated project files 2016-12-28 13:21:20 +00:00
iar Added an etl::map test. 2016-01-09 10:28:14 +00:00
keil Added an etl::map test. 2016-01-09 10:28:14 +00:00
vs2015 Updated project files 2016-12-28 13:21:20 +00:00
data.h Tabs to spaces 2016-12-28 13:20:58 +00: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 Linux compatible filename case. 2016-12-14 12:55:18 +00:00
murmurhash3.h Added platform.h. 2016-03-10 00:41:36 +00:00
test_algorithm.cpp Added to partition_point test 2016-05-03 19:21:59 +01:00
test_alignment.cpp Fixed GCC warnings 2016-12-28 13:20:40 +00:00
test_array.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_binary.cpp Added various tests 2016-05-03 19:17:26 +01:00
test_bitset.cpp Fixed GCC warnings 2016-12-28 13:20:27 +00:00
test_bloom_filter.cpp Changed string length calls. 2016-12-28 13:19:37 +00:00
test_bsd_checksum.cpp Added platform.h. 2016-03-10 00:41:36 +00:00
test_checksum.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_compile.cpp Added platform.h. 2016-03-10 00:41:36 +00:00
test_container.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_crc.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_cyclic_value.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_debounce.cpp Added signal & key debounce class 2016-05-10 19:09:47 +01:00
test_deque.cpp Added test_pop_back_exception & test_pop_front_exception 2016-05-03 19:18:13 +01:00
test_endian.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_enum_type.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_error_handler.cpp Added platform.h. 2016-03-10 00:41:36 +00:00
test_exception.cpp Removed redundant code 2016-12-28 13:18:26 +00:00
test_fixed_iterator.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_flat_map.cpp Added test_at_out_of_bounds & test_const_at_out_of_bounds 2016-05-03 19:18:41 +01:00
test_flat_multimap.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_flat_multiset.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_flat_set.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_fnv_1.cpp Fixed GCC warnings 2016-12-28 13:18:05 +00:00
test_forward_list.cpp Fixed GCC warnings 2016-12-28 13:18:05 +00:00
test_function.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_functional.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_hash.cpp Fixed GCC warnings 2016-12-28 13:18:05 +00:00
test_instance_count.cpp Restored commented out tests 2016-12-28 13:17:45 +00:00
test_integral_limits.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_intrusive_forward_list.cpp Removed support for auto and checked links. 2016-12-28 13:12:37 +00:00
test_intrusive_links.cpp Removed support for auto and checked links. 2016-12-28 13:12:37 +00:00
test_intrusive_list.cpp Removed support for auto and checked links. 2016-12-28 13:12:37 +00:00
test_intrusive_queue.cpp Tests for intrusive_queue 2016-12-28 13:22:37 +00:00
test_intrusive_stack.cpp Removed support for auto and checked links. 2016-12-28 13:12:37 +00:00
test_io_port.cpp Fixed GCC warnings 2016-12-28 13:12:22 +00:00
test_jenkins.cpp Changed Jenkins template class to individual 32 & 64 bit versions. 2016-12-28 13:12:09 +00:00
test_largest.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_list.cpp Fixed GCC warnings 2016-12-28 13:11:29 +00:00
test_map.cpp Added test_at_exception, test_insert_value2 & test_at_exception 2016-05-03 19:21:17 +01:00
test_maths.cpp Fixed GCC warnings 2016-12-28 13:11:29 +00:00
test_multimap.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_multiset.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_murmur3.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_numeric.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_observer.cpp Fixed GCC warnings 2016-12-28 13:11:29 +00:00
test_optional.cpp Fixed GCC warnings 2016-12-28 13:11:29 +00:00
test_pearson.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_pool.cpp Fixed GCC warnings 2016-12-28 12:58:09 +00:00
test_priority_queue.cpp Fixed GCC warnings 2016-12-28 12:56:53 +00:00
test_queue.cpp Added test_pop_exception 2016-05-03 19:19:34 +01:00
test_set.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_smallest.cpp Added tests for new classes 2016-12-28 12:56:26 +00:00
test_stack.cpp Added test_pop_excess 2016-05-03 19:16:53 +01:00
test_string_char.cpp Changed "string.h" header to "cstring.h" 2016-12-28 12:56:05 +00:00
test_string_u16.cpp Fixed GCC warnings 2016-12-28 12:56:53 +00:00
test_string_u32.cpp Fixed GCC warnings 2016-12-28 12:56:53 +00:00
test_string_wchar_t.cpp Fixed GCC warnings 2016-12-28 12:56:53 +00:00
test_type_def.cpp Fixed GCC warnings 2016-12-28 12:57:57 +00:00
test_type_traits.cpp Changed tests for wchar_t. 2016-12-28 12:57:47 +00:00
test_unordered_map.cpp Fixed GCC warnings 2016-12-28 12:57:04 +00:00
test_unordered_multimap.cpp Fixed GCC warnings 2016-12-28 12:57:04 +00:00
test_unordered_multiset.cpp Fixed GCC warnings 2016-12-28 12:57:04 +00:00
test_unordered_set.cpp Fixed GCC warnings 2016-12-28 12:57:04 +00:00
test_utility.cpp Added as_const tests 2016-12-28 12:54:58 +00:00
test_variant.cpp Added hash functions 2016-12-28 12:40:29 +00:00
test_vector_pointer.cpp Pointer specialisations of vector 2016-07-28 22:55:16 +01:00
test_vector.cpp Added specialisation for vectors of pointer types. 2016-07-01 23:20:39 +01:00
test_visitor.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
test_xor_checksum.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
words.txt New hash & checksum algorithms 2015-08-19 21:00:53 +01:00