2017-10-26 10:42:13 +01:00
..
codeblocks Merge remote-tracking branch 'origin/feature/timer_triggered' into development 2017-10-24 11:28:22 +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 Fix bug in compare_exchange_weak where 'expected' was not modified on fail. 2017-10-25 21:19:40 +01:00
data.h Added emplace functions supporting up to four parameters to the following containers. 2017-07-21 11:59:40 +01:00
ecl_user.h Merge remote-tracking branch 'origin/feature/timer_triggered' into development 2017-10-24 11:28:22 +01:00
etl_profile.h Merge remote-tracking branch 'origin/feature/Timer_triggered_messages' into development 2017-10-18 09:02:46 +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_atomic_gcc.cpp Fix bug in compare_exchange_weak where 'expected' was not modified on fail. 2017-10-25 21:19:40 +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_c_timer_framework.cpp Merge remote-tracking branch 'origin/feature/timer_triggered' into development 2017-10-24 11:28:22 +01:00
test_callback_timer.cpp Remove warnings 2017-10-21 09:07:41 +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 Added a compare template that defines <=, >, >= in terms of std::less or a user supplied comparison class. 2017-09-30 19:43:53 +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 Merge remote-tracking branch 'origin/feature/Timer_triggered_messages' into development 2017-10-18 09:02:46 +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 Allow factory to create non-class types. 2017-09-29 20:35:11 +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/feature/Timer_triggered_messages' into development 2017-10-18 09:02:46 +01:00
test_fsm.cpp Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
test_function.cpp Added etl::function variants that take both the instance and member function at compile time. 2017-10-11 13:22:11 +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/feature/Timer_triggered_messages' into development 2017-10-18 09:02:46 +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/feature/Timer_triggered_messages' into development 2017-10-18 09:02:46 +01:00
test_intrusive_queue.cpp Added pop_into to intrusive_queue 2017-09-21 14:05:30 +01:00
test_intrusive_stack.cpp Added pop_into to intrusive_queue 2017-09-21 14:05:30 +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 Changed SIZE to MAX_SIZE for MSVC compatibility 2017-09-30 18:53:40 +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 branch 'development' 2017-10-21 08:55:25 +01:00
test_multimap.cpp Changed SIZE to MAX_SIZE for MSVC compatibility 2017-09-30 18:53:40 +01:00
test_multiset.cpp Changed SIZE to MAX_SIZE for MSVC compatibility 2017-09-30 18:53:40 +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 Added etl::generic_pool top level template class. 2017-10-26 10:42:13 +01:00
test_priority_queue.cpp Added 'pop_into' member functions. 2017-09-14 16:27:32 +01:00
test_queue.cpp Added pop_into(iqueue&) to queue 2017-09-19 20:21:03 +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 Changed SIZE to MAX_SIZE for MSVC compatibility 2017-09-30 18:53:40 +01:00
test_smallest.cpp Updated Code::Blocks project. 2017-05-08 20:48:22 +01:00
test_stack.cpp Added pop_into(iqueue&) to queue 2017-09-19 20:21:03 +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 Added static runtime get_id_from_type member functions. 2017-09-19 08:31:44 +01:00
test_type_traits.cpp Allow factory to create non-class types. 2017-09-29 20:35:11 +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