2025-06-12 13:22:32 +01:00
..
.vscode Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
atomic Attempt to fix Github CI errors 2025-02-03 15:03:28 +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 For cogapp, use cog instead of python (#1125) 2025-06-11 13:16:06 +01:00
mutex Added destructor to CMSIS_RTOS2 mutex 2023-08-26 10:46:05 +01:00
private Used mem_copy and mem_move to optimise vectors of pointers 2025-06-06 17:27:43 +01:00
profiles Add C++23 detection (#1109) 2025-05-27 16:11:45 +01:00
absolute.h Added ETL_NODISCARD, ETL_CONSTEXPR14 and ETL_NOEXCEPT 2024-05-13 13:45:27 +01:00
algorithm.h Fixed compilation errors in algorithm.h in C++03 and compiler warning… (#1080) 2025-05-13 21:17:41 +01:00
alignment.h Made destructor compatible with C++03 2025-06-11 13:16:29 +01:00
array_view.h Changed etl::addressof to etl::to_address 2025-01-28 11:16:34 +00:00
array_wrapper.h Added missing header include. 2023-05-28 10:03:46 +01:00
array.h Changed make_array to ETL_NOEXCEPT 2025-05-19 12:31:57 +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 Merge branch 'hotfix/Accomodate-libc++-with-disabled-wchar_t-features' into development 2025-06-12 13:15:38 +01: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 Fix numeric overflow in bip buffer's get_write_reserve (#1088) 2025-05-20 08:32:11 +01:00
bit_stream.h #1096 bit_stream_reader constructors do not accept const pointers 2025-05-15 09:45:23 +01:00
bit.h Finished floating point conversions and tests 2022-10-24 14:24:28 +01:00
bitset.h Add IWYU pragmas to private headers which provide library symbols (#1103) 2025-05-21 15:24:06 +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 Optimisation of strings 2025-06-01 13:49:14 +01:00
checksum.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
chrono.h Fixed std::string_view include warning for < C++17 2025-06-11 13:16:30 +01:00
circular_buffer.h Fixed signed/unsigned warning 2025-05-19 12:32:20 +01: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 constexpr to CRC1 2025-01-24 17:48:43 +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 Removed redundant code 2025-05-21 12:35:43 +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 #1057 ETL_DECLARE_DEBUG_COUNT increases RAM usage even when ETL_DEBUG_COUNT NOT defined 2025-03-28 11:16:08 +00: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 Add IWYU pragmas to private headers which provide library symbols (#1103) 2025-05-21 15:24:06 +01: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 Make public function definition inline (#1106) 2025-05-25 22:40:36 +01:00
exception.h Fix doc comment for exception::line_number() (#901) 2024-06-04 18:17:41 +01:00
expected.h Returning const ref of member from const member function (#1052) 2025-03-27 15:25:43 +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 Various cleanup changes (#1049) 2025-04-30 16:54:22 +01: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 Added constexpr to CRC1 2025-01-24 17:48:43 +00:00
fsm.h For cogapp, use cog instead of python (#1125) 2025-06-11 13:16:06 +01:00
function_traits.h Added etl::function traits 2025-02-07 18:26:39 +00:00
function.h Updated copyright notice 2022-06-10 21:45:37 +01:00
functional.h Minor style change 2025-04-17 10:15:12 +01:00
gamma.h Updated copyright notice 2022-06-10 21:45:37 +01:00
gcd.h Added etl::ratio tests 2024-09-15 14:12:40 +01:00
generic_pool.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
hash.h Merge branch 'feature/add-time-date-classes' into development 2025-05-14 19:23:21 +01:00
hfsm.h Refactored hfsm receive function 2025-05-27 17:07:58 +01: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
index_of_type.h Added etl::index_of_type as a complement to etl::nth_type 2025-03-27 15:24:38 +00:00
indirect_vector.h #1102 Optimise clear of sequence containers for trivially destructible types 2025-05-18 18:09:53 +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 Various cleanup changes (#1049) 2025-04-30 16:54:22 +01:00
intrusive_links.h Minor style change 2025-04-17 14:06:34 +01:00
intrusive_list.h Various cleanup changes (#1049) 2025-04-30 16:54:22 +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 Small layout and comment alterations 2025-05-14 19:16:42 +01: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 For cogapp, use cog instead of python (#1125) 2025-06-11 13:16:06 +01:00
lcm.h Added etl::ratio tests 2024-09-15 14:12:40 +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 possible nullptr references 2025-06-12 13:13:34 +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 #1102 Optimise clear of sequence containers for trivially destructible types 2025-05-18 18:09:53 +01:00
memory_model.h Removed redundant 'const' qualifiers in non-type template parameters 2023-04-30 20:42:49 +01:00
memory.h Hardened mem_set and mem_char parameter requirements 2025-05-30 13:52:36 +01: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 For cogapp, use cog instead of python (#1125) 2025-06-11 13:16:06 +01:00
message_router_registry.h Modified order of standard includes 2022-09-09 14:20:24 +01:00
message_router.h For cogapp, use cog instead of python (#1125) 2025-06-11 13:16:06 +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
monostate.h Added etl::monostate as a separate header monostate.h so that it can be used without have to include variant.h 2025-03-27 15:25:42 +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 Changed etl::addressof to etl::to_address 2025-01-28 11:16:34 +00:00
multi_vector.h Changed 'class' to 'typename' 2023-05-05 12:45:41 +01:00
multimap.h Fixed possible nullptr references 2025-06-12 13:13:34 +01:00
multiset.h Fixed possible nullptr references 2025-06-12 13:13:34 +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 #1119 Forced compiler error in nth_type.h breaks containers for C++03 2025-06-06 13:02:10 +01: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 #1032 Tasking Compiler Failure For parameter_pack.h 2025-02-23 12:42:28 +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 Merge branch 'hotfix/Accomodate-libc++-with-disabled-wchar_t-features' into development 2025-06-12 13:15:38 +01: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 #1102 Optimise clear of sequence containers for trivially destructible types 2025-05-18 18:09:53 +01:00
queue_mpmc_mutex.h #1102 Optimise clear of sequence containers for trivially destructible types 2025-05-18 18:09:53 +01:00
queue_spsc_atomic.h #1102 Optimise clear of sequence containers for trivially destructible types 2025-05-18 18:09:53 +01:00
queue_spsc_isr.h #1102 Optimise clear of sequence containers for trivially destructible types 2025-05-18 18:09:53 +01:00
queue_spsc_locked.h #1102 Optimise clear of sequence containers for trivially destructible types 2025-05-18 18:09:53 +01:00
queue.h Various cleanup changes (#1049) 2025-04-30 16:54:22 +01: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 Merge branch 'development' into feature/add-time-date-classes 2025-04-19 12:30:36 +01: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 Various cleanup changes (#1049) 2025-04-30 16:54:22 +01:00
reference_flat_set.h Various cleanup changes (#1049) 2025-04-30 16:54:22 +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 Remove unnecessary asserts 2025-04-01 09:43:02 +01:00
scheduler.h Update scheduler.h (#686) 2023-04-21 11:29:42 +01:00
set.h Fixed possible nullptr references 2025-06-12 13:13:34 +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 Various cleanup changes (#1049) 2025-04-30 16:54:22 +01:00
singleton.h Updated copyright notice 2022-06-10 21:45:37 +01:00
smallest.h For cogapp, use cog instead of python (#1125) 2025-06-11 13:16:06 +01:00
span.h chore: add newline at end of file (#1122) 2025-06-08 14:21:14 +01: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 Optimisation of strings 2025-05-31 21:51:48 +01:00
string_view.h Optimisation of strings 2025-06-01 17:40:38 +01:00
string.h Optimisation of strings 2025-05-30 13:52:39 +01: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
tuple.h Disable std::tuple_index and std::tuple_element forward declarations for MacOS and Clang 2025-06-06 10:15:15 +01:00
type_def.h Fixed C++03 compatibility 2025-05-13 22:11:45 +01:00
type_list.h Refactored and simplified some features of etl::type_list 2025-03-27 15:24:40 +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 For cogapp, use cog instead of python (#1125) 2025-06-11 13:16:06 +01: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 Optimisation of strings 2025-05-30 13:52:39 +01: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 Optimisation of strings 2025-05-30 13:52:39 +01: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 Optimisation of strings 2025-05-30 13:52:39 +01:00
unaligned_type.h etl::span: Add advance(), copy(), reinterpret_as() (#1024) 2025-03-27 15:23:45 +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 C++03 compatibiity to to_underlying 2025-05-07 07:24:39 +01:00
variance.h Removed redundant #includes 2023-08-20 20:16:27 +01:00
variant_pool.h For cogapp, use cog instead of python (#1125) 2025-06-11 13:16:06 +01:00
variant.h Add IWYU pragmas to private headers which provide library symbols (#1103) 2025-05-21 15:24:06 +01:00
vector.h #1102 Optimise clear of sequence containers for trivially destructible types 2025-05-18 18:09:53 +01:00
version.h Update release 2025-06-12 13:22:32 +01: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 Optimisation of strings 2025-05-30 13:52:39 +01:00