| .. |
|
.vscode
|
Merge remote-tracking branch 'origin/development'
|
2018-03-18 19:29:36 +00:00 |
|
atomic
|
Fixed all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +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
|
Added concepts.h and tests (#1213)
|
2025-12-22 10:04:13 +00:00 |
|
mutex
|
feat(mutex): Add ThreadX mutex support (#1252)
|
2026-01-04 10:38:09 +00:00 |
|
private
|
ivector swap (#1256)
|
2026-01-11 18:05:21 +01:00 |
|
profiles
|
Added macro settings
|
2025-10-13 22:31:33 +01:00 |
|
absolute.h
|
Cleanup platform.h includes, add missing test for unaligned_type (#1218)
|
2025-11-27 08:50:39 +00:00 |
|
algorithm.h
|
Fix discrepency with STL in max element and minmax element (#1245)
|
2025-12-23 07:09:37 +00:00 |
|
alignment.h
|
Fix etl::typed_storage by supporting omitted destructors (#1182)
|
2025-09-10 10:41:09 +01:00 |
|
array_view.h
|
Added and fixed noexcept attributes
|
2025-10-08 10:25:44 +01:00 |
|
array_wrapper.h
|
Added and fixed noexcept attributes
|
2025-10-08 10:25:44 +01:00 |
|
array.h
|
Updated etl::array and etl::delegate
|
2025-10-19 18:40:58 +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
|
Bugfixes for compile errors in optimized tests (#1235)
|
2025-12-22 10:04:06 +00: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
|
Fixed all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +00: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
|
Make code base with tests compile under gcc-14 (#1254)
|
2026-01-08 22:58:27 +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
|
Fixed all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +00:00 |
|
callback_service.h
|
Update templates for potential macro name conflicts
|
2025-07-28 09:32:10 +01:00 |
|
callback_timer_atomic.h
|
Added callbacks when a timer is inserted or removed (#1155)
|
2025-10-08 10:23:30 +01:00 |
|
callback_timer_deferred_locked.h
|
Cleanup platform.h includes, add missing test for unaligned_type (#1218)
|
2025-11-27 08:50:39 +00:00 |
|
callback_timer_interrupt.h
|
Added callbacks when a timer is inserted or removed (#1155)
|
2025-10-08 10:23:30 +01:00 |
|
callback_timer_locked.h
|
Moved and renamed common class to base
|
2025-10-08 10:23:32 +01:00 |
|
callback_timer.h
|
Changed timer to match the internal layout of other timers
|
2025-10-08 10:23:31 +01:00 |
|
callback.h
|
C++03 check project
|
2019-02-11 12:33:33 +01:00 |
|
char_traits.h
|
Added and fixed noexcept attributes
|
2025-10-08 10:25:44 +01:00 |
|
checksum.h
|
Modified order of standard includes
|
2022-09-09 14:20:24 +01:00 |
|
chrono.h
|
Fix .clang-format (#1177)
|
2025-09-06 14:12:34 +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
|
Updated version and release notes
|
2025-09-18 08:50:25 +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 |
|
concepts.h
|
Fixed C++ standard check for concepts
|
2025-12-22 10:04:15 +00: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
|
Fixed compilation issues for const containers unit tests
|
2025-09-04 10:10:52 +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
|
Changed #if ETL_USING_STL to #if ETL_USING_STD_OSTREAM around std::basic_ostream
|
2025-09-06 20:51:13 +01: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
|
Modified to use new ETL_ASSERTs
|
2025-10-08 10:22:54 +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
|
Merge branch 'pull-request/#1244-Fix-no-check-macros' into development
|
2025-12-23 07:17:28 +00:00 |
|
exception.h
|
Fixed C++11 issue with constexpr in exception.h
|
2025-12-23 07:03:46 +00:00 |
|
expected.h
|
Fixed incompatibilities with C++03
|
2025-12-23 08:28:47 +00: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
|
Add etl::inplace_function (#1251)
|
2026-01-10 09:46:50 +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 all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +00: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 |
|
format.h
|
Fixed issues with unsigned to signed conversion.
|
2025-12-22 10:04:16 +00:00 |
|
forward_list.h
|
Modified to use new ETL_ASSERTs
|
2025-10-08 10:22:54 +01:00 |
|
frame_check_sequence.h
|
Added constexpr to CRC1
|
2025-01-24 17:48:43 +00:00 |
|
fsm.h
|
Synchronised generators with source files
|
2025-12-02 17:13:10 +00:00 |
|
function_traits.h
|
Improve implementation of traits for functions
|
2025-12-08 09:11:25 +00:00 |
|
function.h
|
Updated copyright notice
|
2022-06-10 21:45:37 +01:00 |
|
functional.h
|
Updated functional.h from the code in the inplace_function branch
|
2025-12-22 10:04:10 +00:00 |
|
gamma.h
|
Fix gamma tests
|
2025-07-18 16:33:23 +01:00 |
|
gcd.h
|
Cleanup platform.h includes, add missing test for unaligned_type (#1218)
|
2025-11-27 08:50:39 +00: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
|
Catch reentrant calls to FSM and HFSM start, receive, etc. (#1202)
|
2025-11-29 09:54:17 +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 |
|
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
|
Indirect vector checks (#1239)
|
2026-01-01 09:56:25 +00:00 |
|
initializer_list.h
|
Made all 'noexcept' statements use ETL_NOEXCEPT macro (#1179)
|
2025-09-06 09:32:03 +01:00 |
|
inplace_function.h
|
Add etl::inplace_function (#1251)
|
2026-01-10 09:46:50 +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
|
Fixed all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +00: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
|
Fixed all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +00:00 |
|
intrusive_queue.h
|
Modified to use new ETL_ASSERTs
|
2025-10-08 10:22:54 +01:00 |
|
intrusive_stack.h
|
Modified to use new ETL_ASSERTs
|
2025-10-08 10:22:54 +01:00 |
|
invert.h
|
Removed redundant #includes
|
2023-08-20 20:16:27 +01:00 |
|
invoke.h
|
Add etl::inplace_function (#1251)
|
2026-01-10 09:46:50 +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
|
Cleanup platform.h includes, add missing test for unaligned_type (#1218)
|
2025-11-27 08:50:39 +00: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 all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +00: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
|
Bugfixes for compile errors in optimized tests (#1235)
|
2025-12-22 10:04:06 +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
|
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
|
Bugfixes for compile errors in optimized tests (#1235)
|
2025-12-22 10:04:06 +00:00 |
|
message_timer_atomic.h
|
Added callbacks when a timer is inserted or removed (#1155)
|
2025-10-08 10:23:30 +01:00 |
|
message_timer_interrupt.h
|
Added callbacks when a timer is inserted or removed (#1155)
|
2025-10-08 10:23:30 +01:00 |
|
message_timer_locked.h
|
Added callbacks when a timer is inserted or removed (#1155)
|
2025-10-08 10:23:30 +01:00 |
|
message_timer.h
|
Added callbacks when a timer is inserted or removed (#1155)
|
2025-10-08 10:23:30 +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
|
Fixed all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +00:00 |
|
multiset.h
|
Fixed all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +00:00 |
|
murmur3.h
|
Cleanup to get more independent of std (#1139)
|
2025-07-06 20:59:39 +01:00 |
|
mutex.h
|
feat(mutex): Add ThreadX mutex support (#1252)
|
2026-01-04 10:38:09 +00:00 |
|
negative.h
|
Cleanup platform.h includes, add missing test for unaligned_type (#1218)
|
2025-11-27 08:50:39 +00:00 |
|
not_null.h
|
Replaced ETL_NOEXCEPT_IF_NO_THROW with ETL_NOEXCEPT_EXPR(ETL_NOT_USING_EXCEPTIONS)
|
2025-09-06 20:51:10 +01:00 |
|
nth_type.h
|
Added missing 'typename' to type_list nth_type
|
2026-01-21 11:26:14 +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
|
Added etl::type_list to etl::observer
|
2026-01-21 09:26:48 +01:00 |
|
optional.h
|
implement .begin() and .end() for etl::optional (#1246)
|
2025-12-26 07:25:33 +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
|
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
|
Spare more Resources for non-verbose Errors (#1214)
|
2025-12-22 10:04:12 +00: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 |
|
print.h
|
Add etl::format (#1204)
|
2025-12-22 10:04:15 +00: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
|
Cleanup platform.h includes, add missing test for unaligned_type (#1218)
|
2025-11-27 08:50:39 +00:00 |
|
quantize.h
|
Removed redundant #includes
|
2023-08-20 20:16:27 +01:00 |
|
queue_lockable.h
|
Fixed all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +00: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
|
Fixed all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +00:00 |
|
queue.h
|
Modified to use new ETL_ASSERTs
|
2025-10-08 10:22:54 +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
|
Guards around usage of std::initializer_list in optional.h (#1186)
|
2025-09-18 08:50:28 +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
|
Fixed all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +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
|
Fixed all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +00: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
|
Bugfixes for compile errors in optimized tests (#1235)
|
2025-12-22 10:04:06 +00:00 |
|
scaled_rounding.h
|
Cleanup platform.h includes, add missing test for unaligned_type (#1218)
|
2025-11-27 08:50:39 +00:00 |
|
scheduler.h
|
Update scheduler.h (#686)
|
2023-04-21 11:29:42 +01:00 |
|
set.h
|
Fixed all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +00:00 |
|
shared_message.h
|
Added C++11 conditional compilation around rvalue reference functions
|
2024-03-11 18:11:44 +00:00 |
|
signal.h
|
Rebased on development
|
2025-09-21 10:06:12 +01: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
|
Bugfix: Issue 1212 span constructor (#1231)
|
2025-12-08 09:07:29 +00:00 |
|
sqrt.h
|
Update templates for pentential macro name conflicts
|
2025-07-26 13:23:02 +01:00 |
|
stack.h
|
Modified to use new ETL_ASSERTs
|
2025-10-08 10:22:54 +01: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
|
Added and fixed noexcept attributes
|
2025-10-08 10:25:44 +01:00 |
|
string.h
|
Made all 'noexcept' statements use ETL_NOEXCEPT macro (#1179)
|
2025-09-06 09:32:03 +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
|
Fixed all 'extra semicolon' warnings
|
2025-12-16 09:15:26 +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
|
Removed forced unsigned int cast in type_def bit-shift operators (#1178)
|
2025-09-11 16:23:50 +01:00 |
|
type_list.h
|
Updated misleading template parameter names
|
2025-12-08 09:11:25 +00: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
|
Added concepts.h and tests (#1213)
|
2025-12-22 10:04: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
|
Made all 'noexcept' statements use ETL_NOEXCEPT macro (#1179)
|
2025-09-06 09:32:03 +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
|
Added back in support for populating non 8-bit strings with 8-bit data (#1196)
|
2025-10-08 09:39:26 +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
|
Added back in support for populating non 8-bit strings with 8-bit data (#1196)
|
2025-10-08 09:39:26 +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
|
ivector swap (#1256)
|
2026-01-11 18:05:21 +01:00 |
|
version.h
|
Updated release note and version
|
2026-01-11 18:55:00 +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
|
Added back in support for populating non 8-bit strings with 8-bit data (#1196)
|
2025-10-08 09:39:26 +01:00 |