2025-08-19 18:50:57 +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 Updated fsm generator 2025-08-13 10:46:14 +01:00
mutex Added destructor to CMSIS_RTOS2 mutex 2023-08-26 10:46:05 +01:00
private Added return_type and argument_types to etl::delegate 2025-08-13 19:51:31 +01:00
profiles hotfix #1154-etl-20.42.2-not-compiling-with-IAR-Arm-compiler-v9.20 2025-07-24 15:40:10 +01:00
absolute.h #1126 to_arithmetic does not compile on C++98 2025-07-19 15:54:06 +01:00
algorithm.h Removed asserts from copy_s and move_s algorithms 2025-07-27 10:38:20 +01:00
alignment.h Made destructor compatible with C++03 2025-06-11 13:16:29 +01:00
array_view.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
array_wrapper.h Added missing header include. 2023-05-28 10:03:46 +01:00
array.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +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 #1151 test failure in i386 in 20.42.1: test_replace_strings in test_string_utilities.c fails 2025-07-18 14:59:25 +01:00
binary.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01: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 Update templates for potential macro name conflicts 2025-07-28 09:32:10 +01:00
callback_timer_atomic.h Update templates for potential macro name conflicts 2025-07-28 09:32:10 +01:00
callback_timer_deferred_locked.h Update templates for potential macro name conflicts 2025-07-28 09:32:10 +01:00
callback_timer_interrupt.h Update templates for potential macro name conflicts 2025-07-28 09:32:10 +01:00
callback_timer_locked.h Update templates for potential macro name conflicts 2025-07-28 09:32:10 +01:00
callback_timer.h Update templates for potential macro name conflicts 2025-07-28 09:32:10 +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
closure.h Added constexpr for delegate invocations 2025-07-14 08:42:27 +01:00
combinations.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
compare.h Added conditional compilation for C++03 for etl::three_way_compare() 2024-04-16 08:08:35 +01:00
const_map.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
const_multimap.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
const_multiset.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
const_set.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +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_nrsc5.h Add support for CRC8-NRSC5 (#1144) 2025-07-08 20:48:17 +01:00
crc8_opensafety.h Added CRC8 and CRC16 opensafety algorithms 2025-07-14 08:43:20 +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 Added CRC8 and CRC16 opensafety algorithms 2025-07-14 08:43:20 +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_opensafety_a.h Added CRC8 and CRC16 opensafety algorithms 2025-07-14 08:43:20 +01:00
crc16_opensafety_b.h Added CRC8 and CRC16 opensafety algorithms 2025-07-14 08:43:20 +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
crc64_iso.h Added CRC64-ISO added 2025-07-15 10:36:43 +01:00
crc.h Added CRC64-ISO added 2025-07-15 10:36:43 +01: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_observable.h Added delegate_observable 2025-08-03 16:22:50 +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 Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +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 ETL_UNLIKELY to ETL_ASSERT if (!(b)) conditions 2025-08-04 16:11:20 +01:00
exception.h Fix doc comment for exception::line_number() (#901) 2024-06-04 18:17:41 +01:00
expected.h #1126 to_arithmetic does not compile on C++98 2025-07-19 15:54:06 +01:00
factorial.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
fibonacci.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
file_error_numbers.h Fixed file Id error 2025-08-18 16:50:58 +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 Attempt to fix Github CI 2025-08-13 08:53:03 +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 Fixed reversed struct greater<void> parameters 2025-06-26 20:23:18 +01:00
gamma.h Fix gamma tests 2025-07-18 16:33:23 +01:00
gcd.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
generic_pool.h Fixed ETL_NOEXCEPT_IF_NO_THROW and #define ETL_NOEXCEPT_IF_NO_THROW_EXPR(...) for C++03 2025-08-19 13:18:21 +01:00
hash.h Merge branch 'feature/add-time-date-classes' into development 2025-05-14 19:23:21 +01:00
hfsm.h Attempt to fix Github CI 2025-08-12 18:22:52 +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 Fix bug in the void etl::unlink(first, last) for bidirectional links. (#1149) 2025-07-14 08:50:28 +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 Removed releaser and destroyer in favour of lambdas and similar 2025-08-19 16:01:46 +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 Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
limiter.h Removed redundant #includes 2023-08-20 20:16:27 +01:00
limits.h Cleanup to get more independent of std (#1139) 2025-07-06 20:59:39 +01:00
list.h Fixed brace syntax 2024-07-31 10:51:41 +01:00
log.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
macros.h Updated stringify macro for variadic parameters 2023-08-13 10:33:48 +01:00
map.h Added value_compare to lexicographical_compare call 2025-06-26 20:23:21 +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 Fix usage of template keyword (#1131) 2025-06-22 11:13:43 +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 Update templates for potential macro name conflicts 2025-07-28 09:32:10 +01:00
message_timer_interrupt.h Update templates for potential macro name conflicts 2025-07-28 09:32:10 +01:00
message_timer_locked.h Update templates for potential macro name conflicts 2025-07-28 09:32:10 +01:00
message_timer.h Update templates for potential macro name conflicts 2025-07-28 09:32:10 +01: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 Added value_compare to lexicographical_compare call 2025-06-26 20:23:21 +01:00
multiset.h Added value_compare to lexicographical_compare call 2025-06-26 20:23:21 +01:00
murmur3.h Cleanup to get more independent of std (#1139) 2025-07-06 20:59:39 +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
not_null.h Added constexpr. Removed some member functions. Removed 'move' member functions for etl::not_null<etl::unique_ptr<T, TDeleter>> 2025-08-18 16:51:49 +01:00
nth_type.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
null_type.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +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 Update templates for pentential macro name conflicts 2025-08-03 16:22:10 +01:00
optional.h Added emplace type constructors to etl::optional 2025-08-02 13:47:33 +01: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 Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01: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 Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
placement_new.h Comments and noexcept updates to placement new 2023-03-31 16:03:03 +01:00
platform.h Fixed ETL_NOEXCEPT_IF_NO_THROW and #define ETL_NOEXCEPT_IF_NO_THROW_EXPR(...) for C++03 2025-08-19 13:18:21 +01:00
poly_span.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
pool.h Fix issue #931 (#932) 2024-07-23 15:41:00 +01:00
power.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +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 Update templates for pentential macro name conflicts 2025-07-26 14:10:01 +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
rounded_integral_division.h Added explicit check for remainder in divide_round_to_infinity 2025-08-15 10:24:45 +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 Added value_compare to lexicographical_compare call 2025-06-26 20:23:21 +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 Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
sqrt.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +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 Fixed minor issues 2025-08-01 09:23:42 +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 Added etl::fsm_state_pack and corresponding constructor 2025-08-04 16:10:04 +01:00
type_def.h Added ETL_NOEXCEPT to etl::type_def 2025-07-10 10:25:27 +01:00
type_list.h Added etl::type_lists_are_convertible 2025-07-13 10:33:29 +01:00
type_lookup.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
type_select.h Update templates for pentential macro name conflicts 2025-07-26 13:23:02 +01:00
type_traits.h Update templates for pentential macro name conflicts 2025-07-26 14:10:01 +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 Added etl::nontype_t, with C++11 and C++17 alternatives 2025-08-18 14:22:33 +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 Updated release notes and version 2025-08-19 18:50:57 +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