2020-10-23 13:28:39 +01:00
..
cmake Fix cmake Unittest++ include path (#188) 2020-01-17 14:35:28 +00:00
codeblocks etl::list<int, 0>::full() asserts (#274) 2020-09-27 10:09:27 +01:00
Deprecated Compatibility changes for GCC v5.4. 2019-06-23 09:54:02 +01:00
Performance/unordered_map Performance tests for unordered map. 2016-12-31 10:07:14 +00:00
vs2017 Merge branch 'development' into feature/add_circle-ci_support 2020-05-12 12:34:06 +01:00
vs2019 Final circular buffer 2020-10-23 13:28:39 +01:00
CMakeLists.txt Squashed commit of the following: 2020-10-02 18:30:55 +01:00
data.h Initial incomplete code 2020-07-11 20:19:02 +01:00
etl_profile.h circular_buffer (no copy or assignment) 2020-10-20 11:02:44 +01:00
ExtraCheckMacros.h Work in progress 2020-01-09 11:15:50 +00:00
iterators_for_unit_tests.h Work in progress 2020-01-09 11:15:50 +00:00
main.cpp Work in progress 2020-01-09 11:15:50 +00:00
maincpp03check.cpp Work in progress 2020-01-09 11:15:50 +00:00
murmurhash3.cpp Simplified conditional macros 2020-05-09 19:40:44 +01:00
murmurhash3.h Simplified conditional macros 2020-05-09 19:40:44 +01:00
test_algorithm.cpp Performance optimisations for etl::rotate, etl::move & etl::move_backward 2020-09-24 23:19:33 +01:00
test_alignment.cpp circular_buffer (no copy or assignment) 2020-10-20 11:02:44 +01:00
test_array_view.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_array_wrapper.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_array.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_atomic_gcc_sync.cpp clang 9 compatibility 2020-08-09 17:01:45 +01:00
test_atomic_std.cpp clang 9 compatibility 2020-08-09 17:01:45 +01:00
test_binary.cpp Added iterator API to all etl::frame_check_sequence based template classes, such as CRCs and checksums 2020-10-07 11:06:10 +01:00
test_bit_stream.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_bitset.cpp Added etl::ibitset::span() member functions to return a span of the underlying binary data. 2020-07-27 10:52:07 +01:00
test_bloom_filter.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_bresenham_line.cpp Work around for Clang error in etl::bresenham_line tests. 2020-09-12 15:34:07 +01:00
test_bsd_checksum.cpp Added iterator API to all etl::frame_check_sequence based template classes, such as CRCs and checksums 2020-10-07 11:06:10 +01:00
test_callback_service.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_callback_timer.cpp clang 9 compatibility 2020-08-09 17:01:45 +01:00
test_checksum.cpp Added iterator API to all etl::frame_check_sequence based template classes, such as CRCs and checksums 2020-10-07 11:06:10 +01:00
test_circular_buffer_external_buffer.cpp Final circular buffer 2020-10-23 13:28:39 +01:00
test_circular_buffer.cpp Final circular buffer 2020-10-23 13:28:39 +01:00
test_compare.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_compiler_settings.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_constant.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_container.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_crc.cpp crc8-rohc fix 2020-10-11 19:06:35 +01:00
test_cumulative_moving_average.cpp Iterator API for cumulative_moving_average 2020-10-06 21:08:31 +01:00
test_cyclic_value.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_debounce.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_delegate_service.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_delegate.cpp circular_buffer (no copy or assignment) 2020-10-20 11:02:44 +01:00
test_deque.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_endian.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_enum_type.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_error_handler.cpp Refactored etl::error_handler to use etl::delegate style implementation. 2020-06-26 10:48:14 +01:00
test_exception.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_fixed_iterator.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_flat_map.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_flat_multimap.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_flat_multiset.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_flat_set.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_fnv_1.cpp Added iterator API to all etl::frame_check_sequence based template classes, such as CRCs and checksums 2020-10-07 11:06:10 +01:00
test_forward_list_shared_pool.cpp Refactored empty(), full(), available() member functions for etl::list and etl::forward_list 2020-09-27 12:47:20 +01:00
test_forward_list.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_fsm.cpp etl::fsm now reports itself as a consumer of messages. 2020-09-25 13:34:28 +01:00
test_function.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_functional.cpp Make etl::reference_wrapper API closer to the STL version. Does not support invocation of a callable object. 2020-08-28 16:14:28 +01:00
test_hash.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_indirect_vector_external_buffer.cpp Simplified conditional macros 2020-05-09 19:40:44 +01:00
test_indirect_vector.cpp Squashed commit of the following: 2020-10-02 18:30:55 +01:00
test_instance_count.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_integral_limits.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_intrusive_forward_list.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_intrusive_links.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_intrusive_list.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_intrusive_queue.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_intrusive_stack.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_io_port.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_iterator.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_jenkins.cpp Added iterator API to all etl::frame_check_sequence based template classes, such as CRCs and checksums 2020-10-07 11:06:10 +01:00
test_largest.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_limits.cpp Final changes 2020-01-10 14:01:33 +00:00
test_list_shared_pool.cpp Refactored empty(), full(), available() member functions for etl::list and etl::forward_list 2020-09-27 12:47:20 +01:00
test_list.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_make_string.cpp cstring.h code moved to to string.h 2020-09-18 09:26:02 +01:00
test_map.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_maths.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_memory.cpp Added uninitialized_buffer 2020-10-19 08:40:51 +01:00
test_message_bus.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_message_packet.cpp Variadic versions of etl::type_id_lookup and etl::type_type_lookup for C++11 and above. 2020-05-19 20:12:12 +01:00
test_message_router.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_message_timer.cpp clang 9 compatibility 2020-08-09 17:01:45 +01:00
test_multi_array.cpp Move etl::swap to utilities.h 2020-02-24 11:48:04 +01:00
test_multimap.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_multiset.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_murmur3.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_numeric.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_observer.cpp Added enable/disable observer interface to observable class 2020-07-25 16:57:02 +01:00
test_optional.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_packet.cpp Move etl::swap to utilities.h 2020-02-24 11:48:04 +01:00
test_parameter_pack.cpp Added etl::parameter_pack 2020-05-23 17:15:43 +01:00
test_parameter_type.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_parity_checksum.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_pearson.cpp Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +01:00
test_pool.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_priority_queue.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_queue_memory_model_small.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_queue_mpmc_mutex_small.cpp clang 9 compatibility 2020-08-09 17:01:45 +01:00
test_queue_mpmc_mutex.cpp clang 9 compatibility 2020-08-09 17:01:45 +01:00
test_queue_spsc_atomic_small.cpp clang 9 compatibility 2020-08-09 17:01:45 +01:00
test_queue_spsc_atomic.cpp clang 9 compatibility 2020-08-09 17:01:45 +01:00
test_queue_spsc_isr_small.cpp clang 9 compatibility 2020-08-09 17:01:45 +01:00
test_queue_spsc_isr.cpp clang 9 compatibility 2020-08-09 17:01:45 +01:00
test_queue_spsc_locked_small.cpp clang 9 compatibility 2020-08-09 17:01:45 +01:00
test_queue_spsc_locked.cpp clang 9 compatibility 2020-08-09 17:01:45 +01:00
test_queue.cpp Fixed etl::stack top level assignment operator not clearing before copy 2020-08-27 19:58:47 +01:00
test_random.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_reference_flat_map.cpp Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +01:00
test_reference_flat_multimap.cpp Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +01:00
test_reference_flat_multiset.cpp Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +01:00
test_reference_flat_set.cpp Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +01:00
test_scaled_rounding.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_set.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_smallest.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_span.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_stack.cpp Fixed etl::stack top level assignment operator not clearing before copy 2020-08-27 19:58:47 +01:00
test_state_chart.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_string_char_external_buffer.cpp Refactor string initialise with external buffer 2020-09-19 01:04:44 +01:00
test_string_char.cpp cstring.h code moved to to string.h 2020-09-18 09:26:02 +01:00
test_string_stream_u16.cpp String stream test << operator in etl namespace 2020-08-07 09:57:34 +01:00
test_string_stream_u32.cpp String stream test << operator in etl namespace 2020-08-07 09:57:34 +01:00
test_string_stream_wchar_t.cpp String stream test << operator in etl namespace 2020-08-07 09:57:34 +01:00
test_string_stream.cpp cstring.h code moved to to string.h 2020-09-18 09:26:02 +01:00
test_string_u16_external_buffer.cpp Refactor string initialise with external buffer 2020-09-19 01:04:44 +01:00
test_string_u16.cpp Simplified conditional macros 2020-05-09 19:40:44 +01:00
test_string_u32_external_buffer.cpp Refactor string initialise with external buffer 2020-09-19 01:04:44 +01:00
test_string_u32.cpp Simplified conditional macros 2020-05-09 19:40:44 +01:00
test_string_utilities_std_u16.cpp Fixed inifinite loop for default constructed etl::string_view to get_token() 2020-09-25 13:33:18 +01:00
test_string_utilities_std_u32.cpp Fixed inifinite loop for default constructed etl::string_view to get_token() 2020-09-25 13:33:18 +01:00
test_string_utilities_std_wchar_t.cpp Fixed inifinite loop for default constructed etl::string_view to get_token() 2020-09-25 13:33:18 +01:00
test_string_utilities_std.cpp Fixed inifinite loop for default constructed etl::string_view to get_token() 2020-09-25 13:33:18 +01:00
test_string_utilities_u16.cpp Fixed inifinite loop for default constructed etl::string_view to get_token() 2020-09-25 13:33:18 +01:00
test_string_utilities_u32.cpp Fixed inifinite loop for default constructed etl::string_view to get_token() 2020-09-25 13:33:18 +01:00
test_string_utilities_wchar_t.cpp Fixed inifinite loop for default constructed etl::string_view to get_token() 2020-09-25 13:33:18 +01:00
test_string_utilities.cpp Fixed inifinite loop for default constructed etl::string_view to get_token() 2020-09-25 13:33:18 +01:00
test_string_view.cpp cstring.h code moved to to string.h 2020-09-18 09:26:02 +01:00
test_string_wchar_t_external_buffer.cpp Refactor string initialise with external buffer 2020-09-19 01:04:44 +01:00
test_string_wchar_t.cpp Simplified conditional macros 2020-05-09 19:40:44 +01:00
test_task_scheduler.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_to_string.cpp cstring.h code moved to to string.h 2020-09-18 09:26:02 +01:00
test_to_u16string.cpp Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +01:00
test_to_u32string.cpp Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +01:00
test_to_wstring.cpp Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +01:00
test_type_def.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_type_lookup.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_type_select.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_type_traits.cpp C++03 compatibility changes for type_traits.h 2020-05-27 11:57:41 +01:00
test_unordered_map.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_unordered_multimap.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_unordered_multiset.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_unordered_set.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_user_type.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_utility.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_variant_pool.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_variant.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_vector_external_buffer.cpp Simplified conditional macros 2020-05-09 19:40:44 +01:00
test_vector_non_trivial.cpp Added missing emplace functions from vector-of-pointers specialisation. 2020-10-21 13:22:34 +01:00
test_vector_pointer_external_buffer.cpp Added missing emplace functions from vector-of-pointers specialisation. 2020-10-21 13:22:34 +01:00
test_vector_pointer.cpp Added missing emplace functions from vector-of-pointers specialisation. 2020-10-21 13:22:34 +01:00
test_vector.cpp Added missing emplace functions from vector-of-pointers specialisation. 2020-10-21 13:22:34 +01:00
test_visitor.cpp Modify visitor tests to include visit through base 2020-07-04 15:59:14 +01:00
test_xor_checksum.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_xor_rotate_checksum.cpp Work in progress 2020-01-09 11:15:50 +00:00
words.txt New hash & checksum algorithms 2015-08-19 21:00:53 +01:00