2020-09-18 09:26:02 +01:00
..
cmake Fix cmake Unittest++ include path (#188) 2020-01-17 14:35:28 +00:00
codeblocks Bresenham line algorithm - final 2020-08-30 11:16:07 +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 cstring.h code moved to to string.h 2020-09-18 09:26:02 +01:00
CMakeLists.txt Added a line coordinate generator using the Bresenham algorithm. 2020-08-30 11:20:00 +01:00
data.h Initial incomplete code 2020-07-11 20:19:02 +01:00
etl_profile.h 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
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 Full string utilities for char 2020-07-15 12:22:46 +01:00
test_alignment.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_array_view.cpp Exclude MSVC compiler due to Appveyor reporting an internal compiler error 2020-09-12 14:45:48 +01:00
test_array_wrapper.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_array.cpp Exclude MSVC compiler due to Appveyor reporting an internal compiler error 2020-09-12 14:45:48 +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 Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +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 Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +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 Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +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 Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_cumulative_moving_average.cpp Work in progress 2020-01-09 11:15:50 +00: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 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_deque.cpp String stream test << operator in etl namespace 2020-08-08 13:52:09 +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 Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +01:00
test_flat_multimap.cpp Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +01:00
test_flat_multiset.cpp Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +01:00
test_flat_set.cpp Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +01:00
test_fnv_1.cpp Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
test_forward_list_shared_pool.cpp Implicit and explicit pools for copy and move 2020-07-29 11:06:38 +01:00
test_forward_list.cpp Simplified conditional macros 2020-05-09 19:40:44 +01:00
test_fsm.cpp Work in progress 2020-01-09 11:15:50 +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 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 Simplified conditional macros 2020-05-09 19:40:44 +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 Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +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 Fix and optimise etl::list and etl::forward_list shared pool move constructors and assignment operators. 2020-07-30 12:52:40 +01:00
test_list.cpp Simplified conditional macros 2020-05-09 19:40:44 +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 Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +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 Small refactoring 2020-08-27 13:31:27 +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 Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +01:00
test_multiset.cpp Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +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 Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +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 Build and run tests with Clang-9 on Linux (#252) 2020-08-01 14:20:14 +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 Fix span dynamic extent (#235) 2020-06-18 13:12:57 +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 cstring.h code moved to to string.h 2020-09-18 09:26:02 +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 Allow strings with external buffers to use a pre-initialised buffer. 2020-09-15 19:51:06 +01:00
test_string_u16.cpp Simplified conditional macros 2020-05-09 19:40:44 +01:00
test_string_u32_external_buffer.cpp Allow strings with external buffers to use a pre-initialised buffer. 2020-09-15 19:51:06 +01:00
test_string_u32.cpp Simplified conditional macros 2020-05-09 19:40:44 +01:00
test_string_utilities_std_u16.cpp Merge branch 'feature/string-utilities' into development 2020-08-01 16:21:41 +01:00
test_string_utilities_std_u32.cpp Merge branch 'feature/string-utilities' into development 2020-08-01 16:21:41 +01:00
test_string_utilities_std_wchar_t.cpp Merge branch 'feature/string-utilities' into development 2020-08-01 16:21:41 +01:00
test_string_utilities_std.cpp Merge branch 'feature/string-utilities' into development 2020-08-01 16:21:41 +01:00
test_string_utilities_u16.cpp Resolve 0U ambiguity in string utility tests 2020-08-02 15:14:52 +01:00
test_string_utilities_u32.cpp Resolve 0U ambiguity in string utility tests 2020-08-02 15:14:52 +01:00
test_string_utilities_wchar_t.cpp Resolve 0U ambiguity in string utility tests 2020-08-02 15:14:52 +01:00
test_string_utilities.cpp cstring.h code moved to to string.h 2020-09-18 09:26:02 +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 Allow strings with external buffers to use a pre-initialised buffer. 2020-09-15 19:51:06 +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 Fixed issue for incorrect operation of erase(const_iterator, const_iterator) 2020-08-15 21:00:18 +01:00
test_unordered_multimap.cpp Fixed issue for incorrect operation of erase(const_iterator, const_iterator) 2020-08-15 21:00:18 +01:00
test_unordered_multiset.cpp Fixed issue for incorrect operation of erase(const_iterator, const_iterator) 2020-08-15 21:00:18 +01:00
test_unordered_set.cpp Fixed issue for incorrect operation of erase(const_iterator, const_iterator) 2020-08-15 21:00:18 +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 Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +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 Simplified conditional macros 2020-05-09 19:40:44 +01:00
test_vector_pointer_external_buffer.cpp Fix pointer vector move operators 2020-07-26 13:10:38 +01:00
test_vector_pointer.cpp Fix pointer vector move operators 2020-07-26 13:10:38 +01:00
test_vector.cpp Simplified conditional macros 2020-05-09 19:40:44 +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