John Wellbelove 4c92670a6d Work-In-Progress for full implementation of etl::expected
fix set of ETL_NO_STL flag (#628)

Co-authored-by: Sergey Skorokhod <s.skorokhod@1440.space>

Removed duplicate include

unique_ptr updates - Work in progress

Updated versions & memory.h

Fix duplicate function

Fixed incorrect 'valid' flag in assignment operator for arithmetic specialisation

Updated version and release notes

Fix bug #636 in optional emplace for pod types (#638)

Updated version info

Updated generator test script

Only build tests if top level project (#639)

Removed trailing spaces

Updated version info

Incorrect C++03 enable_if syntax

Updated version info

Don't use `push_macro` and `pull_macro` with Tasking compiler (#643)

* Autodetect Tasking compiler

#642

* Don't use `push_macro` and `pop_macro` for Tasking compiler

#642

Co-authored-by: Todd Snider <tsnider@jlg.com>

#643 Don't use push_macro and pull_macro with Tasking compiler

Updated etl::delgate to handle const functors correctly

Updated version info

Fixed functor delegate enable_if

Updated release notes

Avoid 'missing return statement at end of non-void function' in `etl::visit<>()`. (#645)

* Avoid 'missing return statement at end of non-void function' in `etl::visit<>()`.

For some definitions of `ETL_ASSERT()` there may be no return statement in case of an invalid type.
This results in undefined behavior.

Warning[Pe940]: missing return statement at end of non-void function "etl::visit<TReturn,TVisitor,TVariant>(TVisitor &, TVariant const &) include\etl\private\variant_legacy.h 976

* Use more self-explaining code.

Substitute ET_ASSERT() and return by dedicated macro.
This moves the responsibility of how to handle errors to the dedicated place.

improve is_constructible, is_copy_constructible, is_move_constructible for type traits with default definitions (#648)

Removed unused ETL_USE_MEM_BUILTINS option

Updated version info

Updated release notes

Added etl::result<TValue, void> specialisation

Reverted code for etl::result<void, TError> specialisation

Added etl::result<TValue, void> specialisation

Reverted code for etl::result<void, TError> specialisation

Fixed perfect forwarding for make_xxx helper functions

Don't warn on tag missing when subproject (#653) (#655)

Different solution than proposed in the issue, since that proposed
solution would given unexpected results when an intermediate
(untagged) commit is checked out.

This change simply skips warning about a missing git version when this
is a subproject, and uses the original version calculation logic.

I've also renamed `determine_version` to `determine_version_with_file`.
I'd originally done this in an intermediate version of this PR, but I
think that keeping the renaming is clearer code.

Removed superfluous semicolons

Updated version and release notes

Removed testing for 18.04

Added testing for 22.04

Updated Github Actions for Clang

Updated version and release notes

clang updates for Github Actions

Added missing notes

emplace member functions return reference to emplaced value (#659)

emplace_front, emplace_back updates

Updated version and release info

Improved emplace testing

Changed unit test macro CHECK_FALSE_EQUAL to CHECK_NOT_EQUAL

Improved emplace testing

Changed unit test macro CHECK_FALSE_EQUAL to CHECK_NOT_EQUAL

Improved emplace testing

Work-In-Progress

Work-In-Progress

Added indexed emplace

More typedefs for etl::result

Work in progress

Work in progress

Work in progress

Changed default constructor

Added function comments
2023-02-06 20:01:34 +01:00
..
Deprecated literal with suffix (#416) 2021-09-02 13:03:38 +01:00
etl_error_handler Added tests for error handler macros 2022-07-24 12:52:58 +01:00
etl_initializer_list Added CMakeFiles.txt for initializer_list tests 2022-03-07 12:07:54 +00:00
Performance/unordered_map literal with suffix (#416) 2021-09-02 13:03:38 +01:00
sanity-check Work-In-Progress for full implementation of etl::expected 2023-02-06 20:01:34 +01:00
UnitTest++ Improved emplace testing 2023-01-07 18:46:59 +00:00
vs2019 Work-In-Progress for full implementation of etl::expected 2023-02-06 20:01:34 +01:00
vs2022 VS2022 sln 2022-10-19 12:22:52 +01:00
CMakeLists.txt Work-In-Progress for full implementation of etl::expected 2023-02-06 20:01:34 +01:00
data.h Updated copyright notice 2022-06-10 21:45:37 +01:00
etl_profile.h Updated copyright notice 2022-06-10 21:45:37 +01:00
iterators_for_unit_tests.h Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
main.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
maincpp03check.cpp Work in progress 2020-01-09 11:15:50 +00:00
meson.build Copied test file list from CMakeLists.txt 2022-10-19 12:22:52 +01:00
murmurhash3.cpp literal with suffix (#416) 2021-09-02 13:03:38 +01:00
murmurhash3.h Add free-standing sanity tests for C++03/11/14/17 (#351) 2021-03-12 14:13:31 +00:00
runsanitychecks.sh Removed unused ETL_USE_MEM_BUILTINS option 2022-12-22 19:00:10 +00:00
runtests.sh Removed unused ETL_USE_MEM_BUILTINS option 2022-12-22 19:00:10 +00:00
test_algorithm.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_alignment.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_array_view.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_array_wrapper.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_array.cpp Fix warnings 2022-09-12 12:21:37 +01:00
test_atomic.cpp Fix to message_packet 2022-06-24 15:59:25 +01:00
test_binary.cpp Added etl:lsb_mask, etl::make_lsb_mask, etl::msb_mask and etl::make_msb_mask 2022-09-11 00:55:55 +01:00
test_bip_buffer_spsc_atomic.cpp Bip buffer improvements (#575) 2022-07-28 08:18:47 +01:00
test_bit_stream_reader_big_endian.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_bit_stream_reader_little_endian.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_bit_stream_writer_big_endian.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_bit_stream_writer_little_endian.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_bit_stream.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_bit.cpp Finished floating point conversions and tests 2022-10-24 14:24:28 +01:00
test_bitset_legacy.cpp fix bug in find_next of (new) bitset class (#618) 2022-10-19 12:22:51 +01:00
test_bitset_new_default_element_type.cpp fix bug in find_next of (new) bitset class (#618) 2022-10-19 12:22:51 +01:00
test_bitset_new_explicit_single_element_type.cpp Add asserts in to_string 2022-08-19 22:19:48 +01:00
test_bitset_new_ext_default_element_type.cpp fix bug in find_next of (new) bitset class (#618) 2022-10-19 12:22:51 +01:00
test_bitset_new_ext_explicit_single_element_type.cpp Minor updates to bitset 2022-09-11 00:57:00 +01:00
test_bloom_filter.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_bresenham_line.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_bsd_checksum.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_buffer_descriptors.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_byte_stream.cpp Fixed byte_stream_reader skip() 2023-01-19 10:31:39 +00:00
test_byte.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_callback_service.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_callback_timer_atomic.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_callback_timer_interrupt.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_callback_timer_locked.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_callback_timer.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_char_traits.cpp Changed etl::size to std::size in the tests 2022-08-09 12:45:29 +01:00
test_checksum.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_circular_buffer_external_buffer.cpp #573 more comfortable circular_buffer_ext construction 2022-07-28 15:55:38 +01:00
test_circular_buffer.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_circular_iterator.cpp Finished etl::circular_iterator an circular extensions to etl::span 2022-09-06 19:43:01 +01:00
test_compare.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_compiler_settings.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_constant.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_container.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_correlation.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_covariance.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc8_ccitt.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc8_cdma2000.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc8_darc.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc8_dvbs2.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc8_ebu.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc8_icode.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc8_itu.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc8_maxim.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc8_rohc.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc8_wcdma.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_a.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_arc.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_aug_ccitt.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_buypass.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_ccitt.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_cdma2000.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_dds110.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_dectr.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_dectx.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_dnp.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_en13757.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_genibus.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_kermit.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_maxim.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_mcrf4xx.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_modbus.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_profibus.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_riello.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_t10dif.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_teledisk.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_tms37157.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_usb.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_x25.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16_xmodem.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc16.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc32_bzip2.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc32_c.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc32_d.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc32_jamcrc.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc32_mpeg2.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc32_posix.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc32_q.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc32_xfer.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc32.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc64_ecma.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_crc.cpp literal with suffix (#416) 2021-09-02 13:03:38 +01:00
test_cyclic_value.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_debounce.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_delegate_cpp03.cpp Updated etl::delgate to handle const functors correctly 2022-12-17 13:33:30 +00:00
test_delegate_service_compile_time.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_delegate_service_cpp03.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_delegate_service.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_delegate.cpp Updated etl::delgate to handle const functors correctly 2022-12-17 13:33:30 +00:00
test_deque.cpp Improved emplace testing 2023-01-07 18:46:59 +00:00
test_endian.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_enum_type.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_error_handler.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_etl_traits.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_exception.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_expected.cpp Work-In-Progress for full implementation of etl::expected 2023-02-06 20:01:34 +01:00
test_fixed_iterator.cpp Fix 'maybe-uninitialized' g++ error on macos (#600) 2022-10-19 12:20:42 +01:00
test_fixed_sized_memory_block_allocator.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_flags.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_flat_map.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_flat_multimap.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_flat_multiset.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_flat_set.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_fnv_1.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_format_spec.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_forward_list_shared_pool.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_forward_list.cpp Improved emplace testing 2023-01-07 18:46:59 +00:00
test_fsm.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_function.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_functional.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_gamma.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_hash.cpp [bug] Special case check for hashing -0.0 (#605) 2022-10-19 12:22:51 +01:00
test_hfsm.cpp Feature/pass partial handled events to parent (#541) 2022-04-28 15:29:11 +01:00
test_histogram.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_indirect_vector_external_buffer.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_indirect_vector.cpp Improved emplace testing 2023-01-07 18:46:59 +00:00
test_instance_count.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_integral_limits.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_intrusive_forward_list.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_intrusive_links.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_intrusive_list.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_intrusive_queue.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_intrusive_stack.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_invert.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_io_port.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_iterator.cpp Fix small issues 2022-10-19 12:22:51 +01:00
test_jenkins.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_largest.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_limiter.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_limits.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_list_shared_pool.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_list.cpp Improved emplace testing 2023-01-07 18:46:59 +00:00
test_make_string.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_map.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_maths.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_mean.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_mem_cast_ptr.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_mem_cast.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_mem_type.cpp Further updates to mem_type 2021-06-29 20:02:49 +01:00
test_memory.cpp unique_ptr updates - Work in progress 2022-11-07 20:53:10 +00:00
test_message_broker.cpp Finished message_broker code 2022-08-01 16:12:33 +01:00
test_message_bus.cpp Minor changes 2022-08-02 11:42:57 +01:00
test_message_packet.cpp Disable 'unititialized' warning for classes that use uninitialized buffers 2022-10-19 19:12:37 +01:00
test_message_router_registry.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_message_router.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_message_timer_atomic.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_message_timer_interrupt.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_message_timer_locked.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_message_timer.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_multi_array.cpp Fix 'maybe-uninitialized' g++ error on macos (#600) 2022-10-19 12:20:42 +01:00
test_multi_range.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_multi_span.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_multi_vector.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_multimap.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_multiset.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_murmur3.cpp Attempt to fix clang CI error 2022-09-11 19:50:09 +01:00
test_nth_type.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_numeric.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_observer.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_optional.cpp emplace member functions return reference to emplaced value (#659) 2023-01-07 12:18:55 +00:00
test_overload.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_packet.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_parameter_pack.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_parameter_type.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_parity_checksum.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_pearson.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_poly_span_dynamic_extent.cpp Added etl::poly_span 2022-07-14 12:19:08 +01:00
test_poly_span_fixed_extent.cpp Added etl::poly_span 2022-07-14 12:19:08 +01:00
test_pool_external_buffer.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_pool.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_priority_queue.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_pseudo_moving_average.cpp Renamed cumulative_moving _average to pseudo_moving_average 2022-06-22 17:37:59 +01:00
test_quantize.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_queue_lockable_small.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_queue_lockable.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_queue_memory_model_small.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_queue_mpmc_mutex_small.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_queue_mpmc_mutex.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_queue_spsc_atomic_small.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_queue_spsc_atomic.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_queue_spsc_isr_small.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_queue_spsc_isr.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_queue_spsc_locked_small.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_queue_spsc_locked.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_queue.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_random.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_reference_flat_map.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_reference_flat_multimap.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_reference_flat_multiset.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_reference_flat_set.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_rescale.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_result.cpp Work-In-Progress for full implementation of etl::expected 2023-02-06 20:01:34 +01:00
test_rms.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_scaled_rounding.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_set.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_shared_message.cpp Disable 'unititialized' warning for classes that use uninitialized buffers 2022-10-19 19:12:37 +01:00
test_singleton.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_smallest.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_span_dynamic_extent.cpp Finished etl::circular_iterator an circular extensions to etl::span 2022-09-06 19:43:01 +01:00
test_span_fixed_extent.cpp Finished etl::circular_iterator an circular extensions to etl::span 2022-09-06 19:43:01 +01:00
test_stack.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_standard_deviation.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_state_chart_compile_time_with_data_parameter.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_state_chart_compile_time.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_state_chart_with_data_parameter.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_state_chart_with_rvalue_data_parameter.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_state_chart.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_string_char_external_buffer.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_string_char.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_string_stream_u16.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_string_stream_u32.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_string_stream_wchar_t.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_string_stream.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_string_u16_external_buffer.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_string_u16.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_string_u32_external_buffer.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_string_u32.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_string_utilities_std_u16.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_string_utilities_std_u32.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_string_utilities_std_wchar_t.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_string_utilities_std.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_string_utilities_u16.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_string_utilities_u32.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_string_utilities_wchar_t.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_string_utilities.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_string_view.cpp Updated string_view and char traits 2022-10-19 19:14:51 +01:00
test_string_wchar_t_external_buffer.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_string_wchar_t.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_successor.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_task_scheduler.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_threshold.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_to_arithmetic_u16.cpp Finalised etl::to_arithmetic 2022-10-29 21:37:46 +01:00
test_to_arithmetic_u32.cpp Finalised etl::to_arithmetic 2022-10-29 21:37:46 +01:00
test_to_arithmetic_wchar_t.cpp Finalised etl::to_arithmetic 2022-10-29 21:37:46 +01:00
test_to_arithmetic.cpp Remove pointer only etl::to_arithmetic API 2022-10-31 17:04:53 +00:00
test_to_string.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_to_u16string.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_to_u32string.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_to_wstring.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_type_def.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_type_lookup.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_type_select.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_type_traits.cpp improve is_constructible, is_copy_constructible, is_move_constructible for type traits with default definitions (#648) 2022-12-22 16:20:45 +00:00
test_unaligned_type_constexpr.cpp Storage type to unsigned char 2022-10-19 12:20:43 +01:00
test_unaligned_type.cpp Storage type to unsigned char 2022-10-19 12:20:43 +01:00
test_unordered_map.cpp Fix non-usage of key equal function (#606) 2022-10-19 12:22:51 +01:00
test_unordered_multimap.cpp Fix non-usage of key equal function (#606) 2022-10-19 12:22:51 +01:00
test_unordered_multiset.cpp Fix non-usage of key equal function (#606) 2022-10-19 12:22:51 +01:00
test_unordered_set.cpp Fix non-usage of key equal function (#606) 2022-10-19 12:22:51 +01:00
test_user_type.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_utility.cpp Disable 'unititialized' warning for classes that use uninitialized buffers 2022-10-19 19:12:37 +01:00
test_variance.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_variant_legacy.cpp Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
test_variant_pool_external_buffer.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_variant_pool.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_variant_variadic.cpp Added emplace by index to variant (variadic) 2023-01-19 09:57:03 +00:00
test_vector_external_buffer.cpp Improved emplace testing 2023-01-07 19:02:56 +00:00
test_vector_non_trivial.cpp Improved emplace testing 2023-01-07 19:02:56 +00:00
test_vector_pointer_external_buffer.cpp Improved emplace testing 2023-01-07 18:46:59 +00:00
test_vector_pointer.cpp Improved emplace testing 2023-01-07 18:46:59 +00:00
test_vector.cpp Improved emplace testing 2023-01-07 19:02:56 +00:00
test_visitor.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_xor_checksum.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
test_xor_rotate_checksum.cpp Updated copyright notice 2022-06-10 21:45:37 +01:00
unit_test_framework.h Updated copyright notice 2022-06-10 21:45:37 +01:00
words.txt New hash & checksum algorithms 2015-08-19 21:00:53 +01:00