John Wellbelove bff480b9a2 Removed ETL's implementation of nullptr for pre C++11 compilers.
Created the macro ETL_NULLPTR for internal use. Equates to NULL or nullptr, dependent on the compiler version and project profile.
Added partial compile time versions of binary_fill and has_zero_byte.
2020-03-28 19:16:55 +00:00
..
cmake Fix cmake Unittest++ include path (#188) 2020-01-17 14:35:28 +00:00
codeblocks Updates to make unique_ptr similar to std::unique_ptr 2020-03-19 17:59:45 +00:00
Deprecated Compatibility changes for GCC v5.4. 2019-06-23 09:54:02 +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 Removed ETL's implementation of nullptr for pre C++11 compilers. 2020-03-28 19:16:55 +00:00
vs2019 Added VS2019 project 2019-12-06 12:07:14 +00:00
CMakeLists.txt Merge remote-tracking branch 'origin/development' 2020-01-14 11:57:04 +00:00
data.h rvalue reference support for heap functions and etl::priority_queue 2020-03-18 19:51:41 +00:00
etl_profile.h Merge remote-tracking branch 'origin/feature/determine_compiler_versions' into development 2019-12-27 12:57:34 +00: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 C++98/03 compatibility changes 2020-03-27 13:11:17 +00:00
murmurhash3.h C++98/03 compatibility changes 2020-03-27 13:11:17 +00:00
test_algorithm.cpp rvalue reference support for heap functions and etl::priority_queue 2020-03-18 19:51:41 +00:00
test_alignment.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_array_view.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_array_wrapper.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_array.cpp Move etl::swap to utilities.h 2020-02-24 11:48:04 +01:00
test_atomic_gcc_sync.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_atomic_std.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_binary.cpp Removed ETL's implementation of nullptr for pre C++11 compilers. 2020-03-28 19:16:55 +00:00
test_bit_stream.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_bitset.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_bloom_filter.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_bsd_checksum.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_callback_service.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_callback_timer.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_checksum.cpp Work in progress 2020-01-09 11:15:50 +00: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 Work in progress 2020-01-09 11:15:50 +00:00
test_crc.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_cumulative_moving_average.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_cyclic_value.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_debounce.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_delegate_service.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_delegate.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_deque.cpp Move etl::swap to utilities.h 2020-02-24 11:48:04 +01:00
test_endian.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_enum_type.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_error_handler.cpp Merge remote-tracking branch 'origin/development' 2020-01-14 11:57:04 +00:00
test_exception.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_fixed_iterator.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_flat_map.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_flat_multimap.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_flat_multiset.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_flat_set.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_fnv_1.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_forward_list_shared_pool.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_forward_list.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_fsm.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_function.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_functional.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_hash.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_indirect_vector_external_buffer.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_indirect_vector.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_instance_count.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_integral_limits.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_intrusive_forward_list.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_intrusive_links.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_intrusive_list.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_intrusive_queue.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_intrusive_stack.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_io_port.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_iterator.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_jenkins.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_largest.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_limits.cpp Final changes 2020-01-10 14:01:33 +00:00
test_list_shared_pool.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_list.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_make_string.cpp Merge remote-tracking branch 'origin/development' 2020-01-14 11:57:04 +00:00
test_map.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_maths.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_memory.cpp Updated memory unit tests. 2020-03-19 17:16:29 +00:00
test_message_bus.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_message_packet.cpp Added etl::message_packet classes and generator 2020-03-23 19:48:43 +00:00
test_message_router.cpp Added etl::message_packet classes 2020-03-23 19:49:24 +00:00
test_message_timer.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_multi_array.cpp Move etl::swap to utilities.h 2020-02-24 11:48:04 +01:00
test_multimap.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_multiset.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_murmur3.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_numeric.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_observer.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_optional.cpp Add optional::has_value() to fulfill C++17's API (#195) 2020-03-02 12:32:56 +00:00
test_packet.cpp Move etl::swap to utilities.h 2020-02-24 11:48:04 +01:00
test_parameter_type.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_parity_checksum.cpp Merge remote-tracking branch 'origin/development' 2020-01-15 16:32:01 +00:00
test_pearson.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_pool.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_priority_queue.cpp rvalue reference support for heap functions and etl::priority_queue 2020-03-18 19:51:41 +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 Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_queue_mpmc_mutex.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_queue_spsc_atomic_small.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_queue_spsc_atomic.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_queue_spsc_isr_small.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_queue_spsc_isr.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_queue_spsc_locked_small.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_queue_spsc_locked.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_queue.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_random.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_reference_flat_map.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_reference_flat_multimap.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_reference_flat_multiset.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_reference_flat_set.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_scaled_rounding.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_set.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_smallest.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_stack.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_state_chart.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_string_char.cpp Move etl::swap to utilities.h 2020-02-24 11:48:04 +01:00
test_string_u16.cpp Move etl::swap to utilities.h 2020-02-24 11:48:04 +01:00
test_string_u32.cpp Move etl::swap to utilities.h 2020-02-24 11:48:04 +01:00
test_string_view.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_string_wchar_t.cpp Move etl::swap to utilities.h 2020-02-24 11:48:04 +01:00
test_task_scheduler.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_to_string.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_to_u16string.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_to_u32string.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_to_wstring.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_type_def.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_type_lookup.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_type_select.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_type_traits.cpp Removed ETL's implementation of nullptr for pre C++11 compilers. 2020-03-28 19:16:55 +00:00
test_unordered_map.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_unordered_multimap.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_unordered_multiset.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_unordered_set.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_user_type.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_utility.cpp Merge remote-tracking branch 'origin/development' 2020-02-11 13:27:43 +01:00
test_variant_pool.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_variant.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_vector_external_buffer.cpp Move etl::swap to utilities.h 2020-02-24 11:48:04 +01:00
test_vector_non_trivial.cpp Merge remote-tracking branch 'origin/development' 2020-01-14 11:57:04 +00:00
test_vector_pointer_external_buffer.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_vector_pointer.cpp Move etl::swap to utilities.h 2020-02-24 11:48:04 +01:00
test_vector.cpp Move etl::swap to utilities.h 2020-02-24 11:48:04 +01:00
test_visitor.cpp Work in progress 2020-01-09 11:15:50 +00:00
test_xor_checksum.cpp Work in progress 2020-01-09 11:15:50 +00: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