John Wellbelove a47109783e Merge remote-tracking branch 'origin/development'
# Conflicts:
#	library.properties
#	src/callback_timer.h
#	src/message_timer.h
#	test/codeblocks/ETL.cbp
#	test/codeblocks/ETL.depend
#	test/test_callback_timer.cpp
#	test/test_message_timer.cpp
#	test/vs2017/etl.vcxproj.filters
2017-10-19 18:34:21 +01:00
..
codeblocks Merge remote-tracking branch 'origin/development' 2017-10-19 18:34:21 +01:00
iar Added an etl::map test. 2016-01-09 10:28:14 +00:00
Performance/unordered_map Performance tests for unordered map. 2016-12-31 10:07:14 +00:00
vs2017 Merge remote-tracking branch 'origin/development' 2017-10-19 18:34:21 +01:00
data.h Added emplace functions supporting up to four parameters to the following containers. 2017-07-21 11:59:40 +01:00
etl_profile.h Merge remote-tracking branch 'origin/development' 2017-10-18 09:23:17 +01:00
ExtraCheckMacros.h Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
main.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
murmurhash3.cpp Linux compatible filename case. 2016-12-14 12:55:18 +00:00
murmurhash3.h Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_algorithm.cpp Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
test_alignment.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_array.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_binary.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_bitset.cpp Merge remote-tracking branch 'origin/memcpy_containers' into development 2017-06-17 16:39:45 +01:00
test_bloom_filter.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_bsd_checksum.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_callback_timer.cpp Merge remote-tracking branch 'origin/development' 2017-10-19 18:34:21 +01:00
test_checksum.cpp Renamed due to unresolvable clash with system header on Linux. 2017-08-16 13:12:30 +01:00
test_compare.cpp Removed Git merge annotation 2017-10-02 20:40:42 +01:00
test_constant.cpp Added code to keep Code::Blocks happy 2017-08-18 16:44:19 +01:00
test_container.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_crc.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_cyclic_value.cpp Removed Git merge annotation 2017-10-02 20:40:42 +01:00
test_debounce.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_deque.cpp Merge branch 'Emplace' into development 2017-07-26 10:06:23 +01:00
test_embedded_compile.cpp Added constant test 2017-08-18 16:52:26 +01:00
test_endian.cpp Renamed due to unresolvable clash with system header on Linux. 2017-08-16 13:12:30 +01:00
test_enum_type.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_error_handler.cpp Modified Windows check. 2017-08-17 18:19:16 +01:00
test_exception.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_factory.cpp Removed Git merge annotation 2017-10-02 20:40:42 +01:00
test_fixed_iterator.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_flat_map.cpp Renamed key_value_parameter_t to key_parameter_t 2017-06-12 22:28:32 +01:00
test_flat_multimap.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_flat_multiset.cpp Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
test_flat_set.cpp Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
test_fnv_1.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_forward_list.cpp Merge remote-tracking branch 'origin/development' 2017-10-18 09:23:17 +01:00
test_fsm.cpp Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
test_function.cpp Merge remote-tracking branch 'origin/development' 2017-10-18 09:23:17 +01:00
test_functional.cpp reference_wrapper test 2017-06-12 23:35:11 +01:00
test_hash.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_instance_count.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_integral_limits.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_intrusive_forward_list.cpp Merge remote-tracking branch 'origin/development' 2017-10-18 09:23:17 +01:00
test_intrusive_links.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_intrusive_list.cpp Merge remote-tracking branch 'origin/development' 2017-10-18 09:23:17 +01:00
test_intrusive_queue.cpp Merge remote-tracking branch 'origin/development' 2017-09-21 14:28:18 +01:00
test_intrusive_stack.cpp Merge remote-tracking branch 'origin/development' 2017-09-21 14:28:18 +01:00
test_io_port.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_iterator.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_jenkins.cpp Renamed due to unresolvable clash with system header on Linux. 2017-08-16 13:12:30 +01:00
test_largest.cpp Merge branch 'Emplace' into development 2017-07-26 10:06:23 +01:00
test_list.cpp Added emplace functions supporting up to four parameters to the following containers. 2017-07-21 11:59:40 +01:00
test_map.cpp Removed Git merge annotation 2017-10-02 20:40:42 +01:00
test_maths.cpp Added integer square root template constant. 2017-08-18 12:58:51 +01:00
test_memory.cpp Made it optional for messages to be virtual. 2017-08-17 15:33:29 +01:00
test_message_bus.cpp Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
test_message_router.cpp Made it optional for messages to be virtual. 2017-08-17 15:33:29 +01:00
test_message_timer.cpp Merge remote-tracking branch 'origin/development' 2017-10-19 18:34:21 +01:00
test_multimap.cpp Removed Git merge annotation 2017-10-02 20:40:42 +01:00
test_multiset.cpp Removed Git merge annotation 2017-10-02 20:40:42 +01:00
test_murmur3.cpp Renamed due to unresolvable clash with system header on Linux. 2017-08-16 13:12:30 +01:00
test_numeric.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_observer.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_optional.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_packet.cpp Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
test_parameter_type.cpp Fixed incompatibility in unit test for Code:Blocks 2017-08-22 01:05:25 +01:00
test_pearson.cpp Renamed due to unresolvable clash with system header on Linux. 2017-08-16 13:12:30 +01:00
test_pool.cpp Merge remote-tracking branch 'origin/development' 2017-09-13 13:38:48 +01:00
test_priority_queue.cpp Merge remote-tracking branch 'origin/development' 2017-09-17 13:02:15 +01:00
test_queue.cpp Merge remote-tracking branch 'origin/development' 2017-09-21 14:28:18 +01:00
test_random.cpp Shortened random_multiply_with_carry to random_mwc 2017-08-08 18:51:13 +01:00
test_reference_flat_map.cpp Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
test_reference_flat_multimap.cpp Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
test_reference_flat_multiset.cpp Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
test_reference_flat_set.cpp Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
test_set.cpp Removed Git merge annotation 2017-10-02 20:40:42 +01:00
test_smallest.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_stack.cpp Merge remote-tracking branch 'origin/development' 2017-09-21 14:28:18 +01:00
test_string_char.cpp Merge remote-tracking branch 'origin/memcpy_containers' into development 2017-06-17 16:39:45 +01:00
test_string_u16.cpp Merge remote-tracking branch 'origin/memcpy_containers' into development 2017-06-17 16:39:45 +01:00
test_string_u32.cpp Merge remote-tracking branch 'origin/memcpy_containers' into development 2017-06-17 16:39:45 +01:00
test_string_wchar_t.cpp Merge remote-tracking branch 'origin/development' 2017-06-17 17:52:17 +01:00
test_task_scheduler.cpp Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
test_type_def.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_type_lookup.cpp Merge branch 'development' 2017-09-19 08:38:57 +01:00
test_type_traits.cpp Removed Git merge annotation 2017-10-02 20:40:42 +01:00
test_unordered_map.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_unordered_multimap.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_unordered_multiset.cpp Added emplace functions supporting up to four parameters to the following containers. 2017-07-21 11:59:40 +01:00
test_unordered_set.cpp Added emplace functions supporting up to four parameters to the following containers. 2017-07-21 11:59:40 +01:00
test_user_type.cpp Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
test_utility.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_variant.cpp Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
test_vector_non_trivial.cpp Merge branch 'Emplace' into development 2017-07-26 10:06:23 +01:00
test_vector_pointer.cpp Added repair functions to allow certain containers to copied with low level functions such as memcpy. 2017-06-17 15:33:04 +01:00
test_vector.cpp Added repair functions to allow certain containers to copied with low level functions such as memcpy. 2017-06-17 15:33:04 +01:00
test_visitor.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_xor_checksum.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
words.txt New hash & checksum algorithms 2015-08-19 21:00:53 +01:00