#1375 Support for C++26
#1376 Run generator_test.py in CO checks
#1377 Add installed dependencies for docker, documentation
#1378 Document etl::format_to and etl::print
#1379 Optimize formatting in format.h for float values
#1380 Extensions for testing
#1381 Add missing syntax checks
#1382 Make etl::vector methods noexcept
#1383 Make etl::variant and etl::vector methods noexcept
#1384 Fix coverage workflow for action version
#1385 Fix broken syntax from clang-format reformat
#1387 Rename _current to _current_it in ranges.h
#1389 Suppress false positive compiler warnings when compiling with -O3
#1392 Kick-off use of etl algorithms to replace the raw loops in byte_stream
#1393 Add the ability to specify the callback type to etl closure
#1394 Fix red unit tests on 32 bits big-endian platform
#1395 Fix etl::ranges operator| conflict with std::ranges
#1396 Fix chrono.h year_month_weekday_last and year_month_weekday sysdays()
#1398 Actually use ETL_USE_BUILTIN_MEM_FUNCTIONS to decide about macro defi…
#1401 Fix delegate not being cleared by assigning empty braces
#1402 Replace deprecated builtin __is_trivially_relocatable if possible
#1407 Fix missing tuple_size
#1408 Move operators for etl::unique_ptr to etl namespace
#1409 Add test/run-clang-tidy.sh
#1410 Add begin() and end() to etl::expected
#1411 Global namespace bitset free functions cleanup
#1412 Add invocable and further missing concepts to concepts.h
#1413 Expected actually doesn't require a monostate
#1414 Swap can be part of the etl namespace and let ADL do its thing
#1415 Activate -O3 in CI builds for C++23
#1417 Consolidate Dockerfile non-root user to vscode
#1418 Add format checks at compile time to format.h
#1419 Add format checks at compile time to format.h
#1420 Add bazel support
#1421 Run C++26 workflows with docker
#1422 Remove unused reinstall-cmake.sh
#1425 Add etl::intrusive_avl_tree class
#1426 Apply the rule of zero for etl::optional type
#1427 Remove dead code
#1428 Various bugfixes
#1429 Fix sanitizer use
#1430 Fix meson build
#1431 Fix meson build
#1432 Simplify and fix test/run-syntax-checks.sh
#1433 Fix the case of using STL without pthreads but with mutexes
#1434 Remove unnecessary includes
#1437 ranges: Fix confict with Zephyr preprocessor definition
#1440 Make etl::variant capable for ROM placement and optimize runtime size
#1441 Make etl::variant capable for ROM placement and optimize runtime size
#1442 Fix format: float zero-padding, nested replacement width, octal alter…
#1445 added Pico and additional Teensy defines
#1446 Add missing constexpr to intrusive_links.h constructors
#1447 Fix iterator_traits: make SFINAE-friendly for iterators
#1449 Add hugo support for documentation
#1450 Add more constexpr to constructors
#1453 Make Constructors of Atomics for trivial Types constexpr
#1454 Fix copy and move in signal.h
#1455 to_string() does not handle floating point number with integer part exceeding max uint64_t
#1456 Documentation updates
#1458 Add etl::infinite_loop
#1459 Make ipriority_queue non-sized base class
#1460 Fixes and additional metafunctions for etl::type_list
#1462 Add emplace() to etl::map and further containers
#1463 Fix using libc++
#1465 Invalid version detected with CMake FetchContent from URL
#1466 Add etl::stable partition
#1467 Only enable the assign and insert member functions for class ivector<…
#1468 SFTP the documentation to the website on push to master
#1469 Documentation updates
#1470 Format user defined types in format.h
#1471 Fix code examples in documentation
#1473 Add constexpr support for delegate construction and assignment
#1474 Remove file writing tests for etl::random
#1475 Fix ranges
#1476 Add constexpr support for delegate construction and assignment
#1478 Drop problematic T& emplace(const optional_impl& other)
#1482 Fix etl::unique_ptr::swap() for deleters