2021-01-29 11:33:50 +00:00
..
.kdev4 Added [] operator and available() 2020-10-23 20:01:51 +01:00
cmake Fix cmake Unittest++ include path (#188) 2020-01-17 14:35:28 +00:00
codeblocks Added etl::buffer_descriptors. 2020-11-12 19:13:10 +00: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
vs2019 Refactored queues 2021-01-26 19:13:15 +00:00
CMakeLists.txt Updated version and release notes. 2021-01-27 21:06:58 +00: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
file.txt Added etl::buffer_descriptors. 2020-11-12 19:13:10 +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
runtests.sh Updated for automatic detection of <new> or <new.h> 2020-12-06 14:13:37 +00:00
test_algorithm.cpp Added etl::multi_loop 2020-12-22 12:44:17 +00:00
test_alignment.cpp constexpr, template aliases and inline variables 2020-11-30 12:56:46 +00: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_clang_sync.cpp Added etl::buffer_descriptors. 2020-11-12 19:13:10 +00:00
test_atomic_gcc_sync.cpp clang 9 compatibility 2020-08-09 17:01:45 +01:00
test_atomic_std.cpp Add buffer descriptors 2020-11-04 13:19:36 +00: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 Removed double subtraction of float size from 'bits_remaining' for floating point reads 2020-12-03 19:16:09 +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_buffer_descriptors.cpp Fixed non-initialisation of in_use flag. 2020-11-24 19:27:18 +00: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 circular_buffer_ext 2020-11-19 12:48:53 +00:00
test_circular_buffer.cpp Added [] operator and available() 2020-10-23 20:01:51 +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 constexpr, template aliases and inline variables 2020-11-30 12:56:46 +00:00
test_deque.cpp Added enable_if for container iterator costructors, to exclude integrals from consideration 2021-01-29 11:33:50 +00: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_fixed_sized_memory_block_allocator.cpp Added final unit tests 2021-01-07 22:40:51 +00:00
test_flags.cpp Added ETL_CONSTEXPR 2020-10-31 18:38:08 +00:00
test_flat_map.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_flat_multimap.cpp Removed unused functions 2020-12-22 11:06:00 +00:00
test_flat_multiset.cpp Removed unused functions 2020-12-22 11:06:00 +00:00
test_flat_set.cpp Fix make_string for zero length literals 2020-11-18 18:29:20 +00: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_format_spec.cpp Added parameterised constructor for etl::format_spec 2020-12-04 11:33:04 +00:00
test_forward_list_shared_pool.cpp forward_list_ext 2020-11-19 12:55:03 +00:00
test_forward_list.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_fsm.cpp Added ETL_ASSERT for out-of-order state list. 2020-12-02 13:45:07 +00: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 Merge branch 'feature/add-multi-loop' into development 2020-12-28 13:37:19 +00: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 indirect_vector_ext 2020-11-19 13:28:37 +00: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 constexpr, template aliases and inline variables 2020-11-30 12:56:46 +00:00
test_limits.cpp Final changes 2020-01-10 14:01:33 +00:00
test_list_shared_pool.cpp list_ext 2020-11-19 13:14:41 +00:00
test_list.cpp Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
test_make_string.cpp string_ext 2020-11-20 12:05:41 +00:00
test_map.cpp Fix make_string for zero length literals 2020-11-18 18:29:20 +00: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 constructors with deleters for unique_ptr. 2021-01-21 10:38:18 +00: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 Merge branch 'feature/shared-objects-in-pools' into development 2021-01-04 17:15:25 +00:00
test_message_router.cpp Initial design 2020-05-04 13:32:19 +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_multi_range.cpp Refactor multi_loop to multi_range 2020-12-28 13:23:23 +00:00
test_multimap.cpp Fix make_string for zero length literals 2020-11-18 18:29:20 +00:00
test_multiset.cpp Removed unused functions 2020-12-22 11:06:00 +00: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 make_string_view + fix constexpr in flags.h 2020-11-08 14:35:49 +00: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_lockable_small.cpp Refactored queues 2021-01-26 19:13:15 +00:00
test_queue_lockable.cpp Refactored queues 2021-01-26 19:13:15 +00:00
test_queue_memory_model_small.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_queue_mpmc_mutex_small.cpp Refactored queues 2021-01-26 19:13:15 +00:00
test_queue_mpmc_mutex.cpp Refactored queues 2021-01-26 19:13:15 +00:00
test_queue_spsc_atomic_small.cpp Refactored queues 2021-01-26 19:13:15 +00:00
test_queue_spsc_atomic.cpp Refactored queues 2021-01-26 19:13:15 +00:00
test_queue_spsc_isr_small.cpp Refactored queues 2021-01-26 19:13:15 +00:00
test_queue_spsc_isr.cpp Refactored queues 2021-01-26 19:13:15 +00:00
test_queue_spsc_locked_small.cpp Refactored queues 2021-01-26 19:13:15 +00:00
test_queue_spsc_locked.cpp Refactored queues 2021-01-26 19:13:15 +00: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 Fix make_string for zero length literals 2020-11-18 18:29:20 +00:00
test_reference_flat_multimap.cpp Fix make_string for zero length literals 2020-11-18 18:29:20 +00:00
test_reference_flat_multiset.cpp Fix make_string for zero length literals 2020-11-18 18:29:20 +00: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 Fix make_string for zero length literals 2020-11-18 18:29:20 +00:00
test_shared_message.cpp Added reference_counted_message specialisation for void counter 2021-01-19 19:33:36 +00:00
test_smallest.cpp constexpr, template aliases and inline variables 2020-11-30 12:56:46 +00:00
test_span.cpp Make span std compliant (#317) 2020-12-09 14:33:34 +00: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 Add ETL_CONSTEXPR for state_chart, transision and state constructors. 2020-10-31 10:57:53 +00:00
test_string_char_external_buffer.cpp Squashed commit of the following: 2020-11-26 19:33:12 +00:00
test_string_char.cpp Squashed commit of the following: 2020-11-26 19:33:12 +00: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 Squashed commit of the following: 2020-11-26 19:33:12 +00:00
test_string_u16.cpp Squashed commit of the following: 2020-11-26 19:33:12 +00:00
test_string_u32_external_buffer.cpp Squashed commit of the following: 2020-11-26 19:33:12 +00:00
test_string_u32.cpp Squashed commit of the following: 2020-11-26 19:33:12 +00:00
test_string_utilities_std_u16.cpp Fix make_string for zero length literals 2020-11-18 18:29:20 +00:00
test_string_utilities_std_u32.cpp Fix make_string for zero length literals 2020-11-18 18:29:20 +00:00
test_string_utilities_std_wchar_t.cpp Fix make_string for zero length literals 2020-11-18 18:29:20 +00:00
test_string_utilities_std.cpp Fix make_string for zero length literals 2020-11-18 18:29:20 +00:00
test_string_utilities_u16.cpp Initial string reduction code 2020-10-26 19:32:48 +00:00
test_string_utilities_u32.cpp Initial string reduction code 2020-10-26 19:32:48 +00:00
test_string_utilities_wchar_t.cpp Initial string reduction code 2020-10-26 19:32:48 +00:00
test_string_utilities.cpp Updated strings 2020-11-06 12:58:32 +00:00
test_string_view.cpp Fix make_string for zero length literals 2020-11-18 18:29:20 +00:00
test_string_wchar_t_external_buffer.cpp Squashed commit of the following: 2020-11-26 19:33:12 +00:00
test_string_wchar_t.cpp Squashed commit of the following: 2020-11-26 19:33:12 +00:00
test_task_scheduler.cpp Refactored queues 2021-01-26 19:13:15 +00:00
test_to_string.cpp issue-314-constexpr 2020-12-03 12:06:32 +00:00
test_to_u16string.cpp #306-bugfix-to-string-formatting 2020-11-19 11:15:10 +00:00
test_to_u32string.cpp #306-bugfix-to-string-formatting 2020-11-19 11:15:10 +00:00
test_to_wstring.cpp #306-bugfix-to-string-formatting 2020-11-19 11:15:10 +00: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 constexpr, template aliases and inline variables 2020-11-30 12:56:46 +00:00
test_type_select.cpp constexpr, template aliases and inline variables 2020-11-30 12:56:46 +00:00
test_type_traits.cpp Bitmapped flags & flags template class (unit tests unfinished) 2020-10-28 18:33:41 +00: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 Merge branch 'hotfix/pair-conversion' into development 2020-11-08 14:36:38 +00:00
test_variant_pool.cpp Initial design 2020-05-04 13:32:19 +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 vector_ext 2020-11-21 11:36:13 +00: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 vector_ext 2020-11-21 11:36:13 +00: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 enable_if for container iterator costructors, to exclude integrals from consideration 2021-01-29 11:33:50 +00: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