John Wellbelove c3d3a326f7 Merge branch 'pull-request/#1014-Added-missing-rational-arithmetic-functions-from-ratio' into development
# Conflicts:
#	.gitignore
#	test/vs2022/etl.vcxproj.filters
2025-01-23 09:40:42 +00:00
..
.vscode Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
atomic #855 Strange expression in volatile atomic operator-- 2024-03-11 18:09:19 +00:00
deprecated Compatibility changes for GCC v5.4. 2019-06-23 09:54:02 +01:00
experimental style: add missing new line at end of file (#734) 2023-07-18 08:12:53 +01:00
generators Simplified definition of is_base_of 2024-12-19 14:30:13 +00:00
mutex Added destructor to CMSIS_RTOS2 mutex 2023-08-26 10:46:05 +01:00
private #959 Treat bitset with size_type 2024-12-19 14:30:11 +00:00
profiles For GCC10, we should check __cplusplus >= 201709L when determining if c++20 is supported (#949) 2024-08-31 11:56:32 +01:00
absolute.h Added ETL_NODISCARD, ETL_CONSTEXPR14 and ETL_NOEXCEPT 2024-05-13 13:45:27 +01:00
algorithm.h #1017 Fix empty range handling of min/max_element (#1018) 2025-01-21 17:08:38 +00:00
alignment.h #787 etl::expected doesn't compile with ETL_LOG_ERRORS 2023-11-24 09:59:35 +00:00
array_view.h static_cast for string_view & array_view size() member functions 2023-10-15 11:44:22 +01:00
array_wrapper.h Added missing header include. 2023-05-28 10:03:46 +01:00
array.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
atomic.h Updated copyright notice 2022-06-10 21:45:37 +01:00
base64_decoder.h Make include paths to private files relative (#946) 2024-08-08 07:18:17 +01:00
base64_encoder.h Make include paths to private files relative (#946) 2024-08-08 07:18:17 +01:00
base64.h Make include paths to private files relative (#946) 2024-08-08 07:18:17 +01:00
basic_format_spec.h fix(string_stream): add missing initializations of const format specifiers (#849) 2024-03-09 14:56:06 +00:00
basic_string_stream.h Fixed shadow warnings in all files 2024-01-25 14:22:26 +00:00
basic_string.h Fixed shadowing warnings 2024-12-19 14:31:53 +00:00
binary.h #827 Declaration order for etl::first_set_bit_position in binary.h 2024-03-11 18:09:50 +00:00
bip_buffer_spsc_atomic.h Change internal constants from all-caps snake case to initial-caps snake case 2024-12-19 14:30:30 +00:00
bit_stream.h etl: apply code spell check across entire code base (#818) 2024-02-22 19:06:23 +00:00
bit.h Finished floating point conversions and tests 2022-10-24 14:24:28 +01:00
bitset.h Work in progress 2022-08-12 13:39:24 +01:00
bloom_filter.h Changed case of template constants 2024-01-13 11:45:38 +00:00
bresenham_line.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
buffer_descriptors.h Added ETL_OR_STD17 macro as the namespace for size() 2023-04-23 18:59:41 +01:00
byte_stream.h etl: apply code spell check across entire code base (#818) 2024-02-22 19:06:23 +00:00
byte.h Make conversion operator public 2024-05-31 17:06:48 +01:00
callback_service.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
callback_timer_atomic.h Added is_active member function to callback_timer classes. 2024-07-28 16:47:13 +01:00
callback_timer_interrupt.h Added is_active member function to callback_timer classes. 2024-07-28 16:47:13 +01:00
callback_timer_locked.h Added is_active member function to callback_timer classes. 2024-07-28 16:47:13 +01:00
callback_timer.h Added is_active member function to callback_timer classes. 2024-07-28 16:47:13 +01:00
callback.h C++03 check project 2019-02-11 12:33:33 +01:00
char_traits.h #834 char_traits.h throws warning for GHS compiler 2024-01-31 09:50:11 +00:00
checksum.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
circular_buffer.h Fix build error in icircular_buffer::iterator and icircular_buffer::const_iterator (#956) 2024-12-19 14:30:03 +00:00
circular_iterator.h Finished etl::circular_iterator an circular extensions to etl::span 2022-09-06 19:43:01 +01:00
combinations.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
compare.h Added conditional compilation for C++03 for etl::three_way_compare() 2024-04-16 08:08:35 +01:00
constant.h Updated copyright notice 2022-06-10 21:45:37 +01:00
container.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
correlation.h Added ETL_OR_STD17 macro as the namespace for size() 2023-04-23 18:59:41 +01:00
covariance.h Removed redundant #includes 2023-08-20 20:16:27 +01:00
crc1.h Added CRC1 (AKA Parity) 2023-12-08 09:03:17 +00:00
crc8_ccitt.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc8_cdma2000.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc8_darc.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc8_dvbs2.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc8_ebu.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc8_icode.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc8_itu.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc8_j1850_zero.h Implement SAE J1850 CRC8 and "Zero" version (#812) 2024-01-13 11:48:55 +00:00
crc8_j1850.h Implement SAE J1850 CRC8 and "Zero" version (#812) 2024-01-13 11:48:55 +00:00
crc8_maxim.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc8_rohc.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc8_wcdma.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_a.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_arc.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_aug_ccitt.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_buypass.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_ccitt.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_cdma2000.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_dds110.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_dectr.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_dectx.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_dnp.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_en13757.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_genibus.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_kermit.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_m17.h Added M17 CRC 2023-02-12 11:44:59 +01:00
crc16_maxim.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_mcrf4xx.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_modbus.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_profibus.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_riello.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_t10dif.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_teledisk.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_tms37157.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_usb.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_x25.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16_xmodem.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc16.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc32_bzip2.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc32_c.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc32_d.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc32_jamcrc.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc32_mpeg2.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc32_posix.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc32_q.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc32_xfer.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc32.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc64_ecma.h Updated copyright notice 2022-06-10 21:45:37 +01:00
crc.h Implement SAE J1850 CRC8 and "Zero" version (#812) 2024-01-13 11:48:55 +00:00
cstring.h Add free-standing sanity tests for C++03/11/14/17 (#351) 2021-03-12 14:13:31 +00:00
cyclic_value.h Make first() and last() static for template based limits specialisation 2024-04-16 08:04:49 +01:00
debounce.h #787 etl::expected doesn't compile with ETL_LOG_ERRORS 2023-11-24 09:59:35 +00:00
debug_count.h Removed semicolon warnings 2023-08-29 09:25:58 +01:00
delegate_observer.h Updated version and release notes 2023-07-10 21:10:07 +01:00
delegate_service.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
delegate.h Work-In-Progress for full implementation of etl::expected 2023-01-21 10:55:15 +00:00
deque.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
doxygen.h Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
endianness.h #787 etl::expected doesn't compile with ETL_LOG_ERRORS 2023-11-24 09:59:35 +00:00
enum_type.h Updated copyright notice 2022-06-10 21:45:37 +01:00
error_handler.h Added experimental assert function handler 2024-12-25 17:42:06 +00:00
exception.h Fix doc comment for exception::line_number() (#901) 2024-06-04 18:17:41 +01:00
expected.h Fixed etl::expected in-place constructors 2025-01-22 14:50:42 +00:00
factorial.h Added ETL_OR_STD17 macro as the namespace for size() 2023-04-23 18:59:41 +01:00
fibonacci.h Added ETL_OR_STD17 macro as the namespace for size() 2023-04-23 18:59:41 +01:00
file_error_numbers.h Pulled out unaligned_copy to a base class 2025-01-21 17:51:15 +00:00
fixed_iterator.h Work in progress 2022-08-26 09:49:13 +01:00
fixed_sized_memory_block_allocator.h Added ETL_OR_STD17 macro as the namespace for size() 2023-04-23 18:59:41 +01:00
flags.h Added ETL_OR_STD17 macro as the namespace for size() 2023-04-23 18:59:41 +01:00
flat_map.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
flat_multimap.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
flat_multiset.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
flat_set.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
fnv_1.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
format_spec.h Updated copyright notice 2022-06-10 21:45:37 +01:00
forward_list.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
frame_check_sequence.h Fixed shadow warnings in all files 2024-01-25 14:22:26 +00:00
fsm.h Fixed dereference of state pointer when null. 2024-03-20 23:33:18 +00:00
function.h Updated copyright notice 2022-06-10 21:45:37 +01:00
functional.h Added etl::mem_fn 2024-03-23 15:08:01 +00:00
gamma.h Updated copyright notice 2022-06-10 21:45:37 +01:00
gcd.h Added GCD and LCM algorithms 2024-05-13 13:45:27 +01:00
generic_pool.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
hash.h #787 etl::expected doesn't compile with ETL_LOG_ERRORS 2023-11-24 09:59:35 +00:00
hfsm.h Fixed dereference of state pointer when null. 2024-03-20 23:33:18 +00:00
histogram.h Fix histogram indexing when accessed via operator [] (#939) 2024-07-31 09:04:45 +01:00
ihash.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
imemory_block_allocator.h Updated copyright notice 2022-06-10 21:45:37 +01:00
indirect_vector.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
initializer_list.h Added newline at end of file 2022-08-04 15:35:10 +01:00
instance_count.h Fix test array sizes 2023-04-02 11:06:43 +01:00
integral_limits.h Added support for 20bit types for integral_limits 2024-07-30 14:46:50 +01:00
intrusive_forward_list.h Make include paths to private files relative (#946) 2024-08-08 07:18:17 +01:00
intrusive_links.h Updated intrusive links 2023-07-04 11:45:10 +01:00
intrusive_list.h Make include paths to private files relative (#946) 2024-08-08 07:18:17 +01:00
intrusive_queue.h Updated intrusive links 2023-07-04 11:45:10 +01:00
intrusive_stack.h Updated intrusive links 2023-07-04 11:45:10 +01:00
invert.h Removed redundant #includes 2023-08-20 20:16:27 +01:00
io_port.h Refactored etl::io_port classes 2024-07-28 16:51:02 +01:00
ipool.h Add max_item_size() to etl::ipool (#1001) 2025-01-21 17:47:58 +00:00
ireference_counted_message_pool.h Updated copyright notice 2022-06-10 21:45:37 +01:00
iterator.h #841 Change push to push_back on containers, so they can be used with std::back_inserter 2024-03-11 18:10:46 +00:00
jenkins.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
largest.h #773 Return raw pointer for etl::multi_span::operator->() 2023-10-14 21:34:39 +01:00
lcm.h Added GCD and LCM algorithms 2024-05-13 13:45:27 +01:00
limiter.h Removed redundant #includes 2023-08-20 20:16:27 +01:00
limits.h Render include paths relative. (#879) 2024-04-11 10:38:16 +01:00
list.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
log.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
macros.h Updated stringify macro for variadic parameters 2023-08-13 10:33:48 +01:00
map.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
math_constants.h Added ETL_OR_STD17 macro as the namespace for size() 2023-04-23 18:59:41 +01:00
math.h typo 2023-12-05 09:59:44 +00:00
mean.h Removed redundant #includes 2023-08-20 20:16:27 +01:00
mem_cast.h Changed etl::mem_cast to support bidirectional iterators 2024-12-19 14:33:55 +00:00
memory_model.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
memory.h Fixed memory.h: mem_copy, mem_move, mem_compare for pointers to const (#1005) 2025-01-21 17:48:53 +00:00
message_broker.h Modified accepts() message router functions to interrogate subscribed and successor routers to achieve consistency. 2024-03-15 13:01:59 +00:00
message_bus.h Modified accepts() message router functions to interrogate subscribed and successor routers to achieve consistency. 2024-03-15 13:01:59 +00:00
message_packet.h Fixed unsynched generators 2024-03-10 09:33:05 +00:00
message_router_registry.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
message_router.h Updated generator headers 2024-04-16 09:41:44 +01:00
message_timer_atomic.h #847-Add-has_active_timer-to-callback_timer 2024-03-13 09:54:29 +00:00
message_timer_interrupt.h #847-Add-has_active_timer-to-callback_timer 2024-03-13 09:54:29 +00:00
message_timer_locked.h #847-Add-has_active_timer-to-callback_timer 2024-03-13 09:54:29 +00:00
message_timer.h #847-Add-has_active_timer-to-callback_timer 2024-03-13 09:54:29 +00:00
message_types.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
message.h Minor fixes 2024-03-11 08:37:13 +00:00
multi_array.h Updated copyright notice 2022-06-10 21:45:37 +01:00
multi_range.h Fixed shadow warnings in all files 2024-01-25 14:22:26 +00:00
multi_span.h Added constexpr 2024-12-19 14:33:46 +00:00
multi_vector.h Changed 'class' to 'typename' 2023-05-05 12:45:41 +01:00
multimap.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
multiset.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
murmur3.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
mutex.h Prioritize ETL_TARGET_OS_* for mutex selection 2023-12-10 12:57:39 +00:00
negative.h Updated copyright notice 2022-06-10 21:45:37 +01:00
nth_type.h Updated nth_type to handle a type list of zero length 2024-12-19 14:30:06 +00:00
null_type.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
nullptr.h Add an etl::nullptr_t type to <etl/nullptr.h> (#924) 2024-07-28 16:47:13 +01:00
numeric.h Allow manipulation of etl::array in constexpr function (#718) 2023-07-04 11:45:10 +01:00
observer.h Removed C++11 restriction on etl::observer::notification 2024-08-07 15:45:57 +01:00
optional.h Added return to etl::optional emplace, fixed typo (#982) 2024-12-19 14:32:20 +00:00
overload.h Commets added 2023-09-21 18:22:48 +01:00
packet.h Updated copyright notice 2022-06-10 21:45:37 +01:00
parameter_pack.h Fixed syntax issue between GCC and Clang/Visual Studio 2024-12-19 14:30:25 +00:00
parameter_type.h Added parameter_type_t 2024-06-24 18:20:34 +01:00
pearson.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
permutations.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
placement_new.h Comments and noexcept updates to placement new 2023-03-31 16:03:03 +01:00
platform.h Remove redundant ETL_FORCE_NO_ADVANCED_CPP macro 2025-01-22 14:51:18 +00:00
poly_span.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
pool.h Fix issue #931 (#932) 2024-07-23 15:41:00 +01:00
power.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
priority_queue.h Fixed: move assignment not working for non-empty containers (#759) 2023-09-20 23:06:32 +01:00
pseudo_moving_average.h Fixed output iterator for frame_check_sequence and pseudo_moving_average 2023-12-08 08:46:16 +00:00
quantize.h Removed redundant #includes 2023-08-20 20:16:27 +01:00
queue_lockable.h Added c++03 zero parameter emplace member functions 2023-08-25 02:05:46 +01:00
queue_mpmc_mutex.h Added c++03 zero parameter emplace member functions 2023-08-25 02:05:46 +01:00
queue_spsc_atomic.h Change internal constants from all-caps snake case to initial-caps snake case 2024-12-19 14:30:30 +00:00
queue_spsc_isr.h Added c++03 zero parameter emplace member functions 2023-08-25 02:05:46 +01:00
queue_spsc_locked.h Fixed shadow warnings in all files 2024-01-25 14:22:26 +00:00
queue.h Return reference from emplace() in etl::queue (#992) 2024-12-19 14:33:52 +00:00
radix.h Fixed shadow warnings in all files 2024-01-25 14:22:26 +00:00
random.h Render include paths relative. (#879) 2024-04-11 10:38:16 +01:00
ratio.h Changed 'value' to 'type' 2025-01-23 09:38:30 +00:00
reference_counted_message_pool.h Added C++11 conditional compilation around rvalue reference functions 2024-03-11 18:11:44 +00:00
reference_counted_message.h Added C++11 conditional compilation around rvalue reference functions 2024-03-11 18:11:44 +00:00
reference_counted_object.h Added C++11 conditional compilation around rvalue reference functions 2024-03-11 18:11:44 +00:00
reference_flat_map.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
reference_flat_multimap.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
reference_flat_multiset.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
reference_flat_set.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
rescale.h Removed redundant #includes 2023-08-20 20:16:27 +01:00
result.h Updated syntax checks 2024-08-21 18:48:56 +01:00
rms.h Updated copyright notice 2022-06-10 21:45:37 +01:00
scaled_rounding.h Changed scaling template parameter 2022-10-19 12:22:52 +01:00
scheduler.h Update scheduler.h (#686) 2023-04-21 11:29:42 +01:00
set.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
shared_message.h Added C++11 conditional compilation around rvalue reference functions 2024-03-11 18:11:44 +00:00
singleton_base.h Updates to singleton_base 2025-01-21 17:48:35 +00:00
singleton.h Updated copyright notice 2022-06-10 21:45:37 +01:00
smallest.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
span.h Fix span fixed extent empty (#1007) 2025-01-21 17:48:38 +00:00
sqrt.h Conversion of static to C++14 compatinility 2023-04-27 09:28:37 +01:00
stack.h Added return reference from stack::emplace 2024-12-19 14:33:53 +00:00
standard_deviation.h Added ETL_OR_STD17 macro as the namespace for size() 2023-04-23 18:59:41 +01:00
state_chart.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
static_assert.h Removed semicolon warnings 2023-08-29 09:25:58 +01:00
string_stream.h Updated copyright notice 2022-06-10 21:45:37 +01:00
string_utilities.h Added u8string + utilities 2023-11-14 00:06:57 +00:00
string_view.h Fixed merge issues 2024-12-19 14:32:19 +00:00
string.h Removed std::string_view interface 2024-12-19 14:31:41 +00:00
stringify.h add stringify macro (#741) 2023-08-11 10:09:06 +01:00
successor.h Updated copyright notice 2022-06-10 21:45:37 +01:00
task.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
threshold.h Removed redundant #includes 2023-08-20 20:16:27 +01:00
timer.h #847-Add-has_active_timer-to-callback_timer 2024-03-13 09:54:29 +00:00
to_arithmetic.h Merge branch 'hotfix/#818-etl-apply-code-spell-check-across-entire-code-base' into development 2024-02-22 19:07:12 +00:00
to_string.h Updated copyright notice 2022-06-10 21:45:37 +01:00
to_u8string.h Added u8string + utilities 2023-11-14 00:06:57 +00:00
to_u16string.h Updated copyright notice 2022-06-10 21:45:37 +01:00
to_u32string.h Updated copyright notice 2022-06-10 21:45:37 +01:00
to_wstring.h Updated copyright notice 2022-06-10 21:45:37 +01:00
type_def.h Allow etl::type_def to be trivially copyable 2025-01-21 17:47:57 +00:00
type_lookup.h Added ETL_OR_STD17 macro as the namespace for size() 2023-04-23 18:59:41 +01:00
type_select.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
type_traits.h Simplified definition of is_base_of 2024-12-19 14:30:13 +00:00
u8format_spec.h Added u8string + utilities 2023-11-14 00:06:57 +00:00
u8string_stream.h Added u8string + utilities 2023-11-14 00:06:57 +00:00
u8string.h Removed remaining std::u8string_view functions 2024-12-19 14:31:46 +00:00
u16format_spec.h Updated copyright notice 2022-06-10 21:45:37 +01:00
u16string_stream.h Updated copyright notice 2022-06-10 21:45:37 +01:00
u16string.h Removed std::string_view interface 2024-12-19 14:31:41 +00:00
u32format_spec.h Updated copyright notice 2022-06-10 21:45:37 +01:00
u32string_stream.h Updated copyright notice 2022-06-10 21:45:37 +01:00
u32string.h Removed std::string_view interface 2024-12-19 14:31:41 +00:00
unaligned_type.h Removed constexpr from unaligned_type 2025-01-21 17:51:18 +00:00
uncopyable.h Added uncopyable to VS2022 project and syntax-check scripts 2024-12-19 14:33:51 +00:00
unordered_map.h Added transparent comparator overloads of contains() 2024-12-19 16:44:12 +00:00
unordered_multimap.h Added transparent comparator overloads of contains() 2024-12-19 16:44:12 +00:00
unordered_multiset.h Added transparent comparator overloads of contains() 2024-12-19 16:44:12 +00:00
unordered_set.h Added transparent comparator overloads of contains() 2024-12-19 16:44:12 +00:00
user_type.h Updated copyright notice 2022-06-10 21:45:37 +01:00
utility.h Added experimental assert function handler 2024-12-25 17:42:06 +00:00
variance.h Removed redundant #includes 2023-08-20 20:16:27 +01:00
variant_pool.h #806 etl::variant_pool should support C++17 variadic parameters 2024-04-17 16:47:02 +01:00
variant.h Added ETL_USING_LEGACY_VARIANT & ETL_NOT_USING_LEGACY_VARIANT 2024-07-28 16:47:12 +01:00
vector.h Fixed unused parameter warning 2024-07-30 13:35:30 +01:00
version.h Updated release notes and version 2024-12-19 14:30:05 +00:00
visitor.h Refactored visitor and variant to allow const variants and fix passing references to visitors 2023-07-04 11:41:00 +01:00
wformat_spec.h Updated copyright notice 2022-06-10 21:45:37 +01:00
wstring_stream.h Updated copyright notice 2022-06-10 21:45:37 +01:00
wstring.h Removed std::string_view interface 2024-12-19 14:31:41 +00:00