From 11c24647ea02e252d7c5e45069a6baaeb23a4a28 Mon Sep 17 00:00:00 2001 From: Attila Body Date: Wed, 11 Jun 2025 11:25:49 +0200 Subject: [PATCH] git subrepo clone --branch=20.41.6 git@github.com:ETLCPP/etl.git components/etl subrepo: subdir: "components/etl" merged: "be5537ec" upstream: origin: "git@github.com:ETLCPP/etl.git" branch: "20.41.6" commit: "be5537ec" git-subrepo: version: "0.4.9" origin: "???" commit: "???" --- components/etl/.circleci/config.yml | 32 + components/etl/.clang-format | 51 + components/etl/.devcontainer/Dockerfile | 18 + .../.devcontainer/clang10/devcontainer.json | 12 + .../.devcontainer/clang11/devcontainer.json | 12 + .../.devcontainer/clang12/devcontainer.json | 12 + .../.devcontainer/clang13/devcontainer.json | 12 + .../.devcontainer/clang14/devcontainer.json | 12 + .../.devcontainer/clang15/devcontainer.json | 12 + .../.devcontainer/clang16/devcontainer.json | 12 + .../.devcontainer/clang17/devcontainer.json | 12 + .../.devcontainer/clang18/devcontainer.json | 12 + .../.devcontainer/clang19/devcontainer.json | 12 + .../.devcontainer/clang20/devcontainer.json | 12 + .../.devcontainer/clang7/devcontainer.json | 12 + .../.devcontainer/clang8/devcontainer.json | 12 + .../.devcontainer/clang9/devcontainer.json | 12 + .../.devcontainer/context/reinstall-cmake.sh | 291 + .../etl/.devcontainer/devcontainer.json | 12 + .../etl/.devcontainer/gcc09/devcontainer.json | 12 + .../etl/.devcontainer/gcc10/devcontainer.json | 12 + .../etl/.devcontainer/gcc11/devcontainer.json | 12 + .../etl/.devcontainer/gcc12/devcontainer.json | 12 + .../etl/.devcontainer/gcc13/devcontainer.json | 12 + .../etl/.devcontainer/gcc14/devcontainer.json | 12 + .../etl/.devcontainer/gcc15/devcontainer.json | 12 + components/etl/.gitattributes | 68 + components/etl/.github/FUNDING.yml | 3 + .../etl/.github/workflows/clang-c++11.yml | 52 + .../etl/.github/workflows/clang-c++14.yml | 52 + .../etl/.github/workflows/clang-c++17.yml | 52 + .../etl/.github/workflows/clang-c++20.yml | 184 + .../etl/.github/workflows/clang-c++23.yml | 184 + .../.github/workflows/clang-syntax-checks.yml | 403 + .../etl/.github/workflows/gcc-c++11.yml | 54 + .../etl/.github/workflows/gcc-c++14.yml | 52 + .../etl/.github/workflows/gcc-c++17.yml | 52 + .../etl/.github/workflows/gcc-c++20.yml | 96 + .../etl/.github/workflows/gcc-c++23.yml | 96 + .../.github/workflows/gcc-syntax-checks.yml | 403 + components/etl/.github/workflows/msvc.yml | 95 + components/etl/.gitignore | 404 + components/etl/.gitlab-ci.yml | 25 + components/etl/.gitrepo | 12 + components/etl/CMakeLists.txt | 95 + components/etl/CONTRIBUTING.md | 13 + components/etl/Doxyfile | 2401 + components/etl/LICENSE | 19 + components/etl/README.md | 149 + components/etl/appveyor.yml | 20 + .../etl/arduino/Embedded_Template_Library.h | 80 + .../Example_0_import_etl.ino | 12 + .../Example_Vector_1_simple_use.ino | 46 + components/etl/arduino/library-arduino.json | 39 + .../etl/arduino/library-arduino.properties | 10 + .../etl/cmake/GetGitRevisionDescription.cmake | 199 + .../cmake/GetGitRevisionDescription.cmake.in | 43 + components/etl/cmake/etlConfig.cmake.in | 4 + components/etl/cmake/helpers.cmake | 35 + .../ArmTimerCallbacks - C++/.gitignore | 4 + .../ArmTimerCallbacks.uvprojx | 487 + .../STM32F401RETx/startup_stm32f401xe.s | 392 + .../Device/STM32F401RETx/system_stm32f4xx.c | 763 + .../ArmTimerCallbacks - C++/etl_profile.h | 15 + .../examples/ArmTimerCallbacks - C++/main.cpp | 167 + .../etl/examples/Blink/Blink1/__vm/.gitignore | 2 + .../etl/examples/BlinkList/BlinkList.ino | 53 + .../BlinkList/VisualMicro/BlinkList.sln | 22 + .../BlinkList/VisualMicro/BlinkList.vcxproj | 86 + .../VisualMicro/BlinkList.vcxproj.filters | 28 + .../BlinkList/VisualMicro/__vm/.gitignore | 1 + .../etl/examples/BlinkList/__vm/.gitignore | 1 + components/etl/examples/Debounce/Debounce.ino | 39 + .../CMakeLists.txt | 17 + .../FunctionInterruptSimulation.cpp | 149 + .../etl_profile.h | 48 + .../v15/.gitignore | 1 + .../v15/.gitignore | 1 + .../FunctionInterruptSimulation-Delegates.sln | 31 + ...ctionInterruptSimulation-Delegates.vcxproj | 156 + .../FunctionInterruptSimulation-Delegates.sln | 31 + ...ctionInterruptSimulation-Delegates.vcxproj | 157 + .../CMakeLists.txt | 17 + .../FunctionInterruptSimulation.cpp | 149 + .../FunctionInterruptSimulation/etl_profile.h | 48 + .../vs2017/FunctionInterruptSimulation.sln | 31 + .../FunctionInterruptSimulation.vcxproj | 156 + ...unctionInterruptSimulation.vcxproj.filters | 27 + .../MutexMessageRouter/CMakeLists.txt | 12 + .../MutexMessageRouter/MutexMessageRouter.cpp | 110 + .../MutexMessageRouter/MutexMessageRouter.sln | 31 + .../MutexMessageRouter.vcxproj | 140 + .../etl/examples/QueuedFSM/CMakeLists.txt | 17 + .../etl/examples/QueuedFSM/QueuedFSM.cpp | 288 + .../etl/examples/QueuedFSM/etl_profile.h | 43 + .../examples/QueuedFSM/vs2019/QueuedFSM.sln | 30 + .../QueuedFSM/vs2019/QueuedFSM.vcxproj | 160 + .../vs2019/QueuedFSM.vcxproj.filters | 27 + .../QueuedMessageRouter/CMakeLists.txt | 17 + .../QueuedMessageRouter.cpp | 149 + .../QueuedMessageRouter/etl_profile.h | 43 + .../vs2022/QueuedMessageRouter.sln | 31 + .../vs2022/QueuedMessageRouter.vcxproj | 158 + .../etl/examples/Scheduler/CMakeLists.txt | 17 + .../etl/examples/Scheduler/Scheduler.cpp | 184 + .../etl/examples/Scheduler/etl_profile.h | 43 + .../examples/Scheduler/vs2017/Scheduler.sln | 30 + .../Scheduler/vs2017/Scheduler.vcxproj | 160 + .../examples/Scheduler/vs2019/Scheduler.sln | 30 + .../Scheduler/vs2019/Scheduler.vcxproj | 160 + .../etl/examples/SharedMessage/CMakeLists.txt | 17 + .../examples/SharedMessage/SharedMessage.cpp | 285 + .../examples/SharedMessage/SharedMessage.sln | 31 + .../SharedMessage/SharedMessage.vcxproj | 165 + .../etl/examples/SharedMessage/etl_profile.h | 0 components/etl/examples/platformio/.gitignore | 7 + .../platformio/.vscode/extensions.json | 7 + components/etl/examples/platformio/README.md | 16 + .../examples/platformio/include/etl_profile.h | 1 + .../etl/examples/platformio/platformio.ini | 27 + .../etl/examples/platformio/src/main.cpp | 142 + components/etl/images/ArcticCodeVault.png | Bin 0 -> 65953 bytes .../etl/images/ArcticCodeVaultTransparent.png | Bin 0 -> 67930 bytes components/etl/images/Coverty Shields.txt | 9 + components/etl/images/etl-round.png | Bin 0 -> 33955 bytes components/etl/images/etl.ico | Bin 0 -> 1150 bytes components/etl/images/etl.png | Bin 0 -> 20267 bytes components/etl/images/etl.xar | Bin 0 -> 28896 bytes components/etl/images/etl16.png | Bin 0 -> 15993 bytes components/etl/images/etl32.png | Bin 0 -> 19081 bytes components/etl/images/etl48.png | Bin 0 -> 24217 bytes components/etl/images/etl64.png | Bin 0 -> 2047 bytes components/etl/images/favicon-32.png | Bin 0 -> 19081 bytes components/etl/images/favicon-64.png | Bin 0 -> 2047 bytes components/etl/images/favicon.ico | Bin 0 -> 1150 bytes .../etl/include/etl/.vscode/settings.json | 41 + components/etl/include/etl/absolute.h | 96 + components/etl/include/etl/algorithm.h | 3478 + components/etl/include/etl/alignment.h | 514 + components/etl/include/etl/array.h | 1196 + components/etl/include/etl/array_view.h | 655 + components/etl/include/etl/array_wrapper.h | 418 + components/etl/include/etl/atomic.h | 48 + .../etl/include/etl/atomic/atomic_arm.h | 34 + .../include/etl/atomic/atomic_clang_sync.h | 34 + .../etl/include/etl/atomic/atomic_gcc_sync.h | 2255 + .../etl/include/etl/atomic/atomic_std.h | 120 + components/etl/include/etl/base64.h | 218 + components/etl/include/etl/base64_decoder.h | 868 + components/etl/include/etl/base64_encoder.h | 843 + .../etl/include/etl/basic_format_spec.h | 496 + components/etl/include/etl/basic_string.h | 3143 + .../etl/include/etl/basic_string_stream.h | 281 + components/etl/include/etl/binary.h | 2689 + .../etl/include/etl/bip_buffer_spsc_atomic.h | 541 + components/etl/include/etl/bit.h | 252 + components/etl/include/etl/bit_stream.h | 1411 + components/etl/include/etl/bitset.h | 42 + components/etl/include/etl/bloom_filter.h | 190 + components/etl/include/etl/bresenham_line.h | 361 + .../etl/include/etl/buffer_descriptors.h | 304 + components/etl/include/etl/byte.h | 323 + components/etl/include/etl/byte_stream.h | 903 + components/etl/include/etl/callback.h | 81 + components/etl/include/etl/callback_service.h | 159 + components/etl/include/etl/callback_timer.h | 842 + .../etl/include/etl/callback_timer_atomic.h | 670 + .../include/etl/callback_timer_interrupt.h | 671 + .../etl/include/etl/callback_timer_locked.h | 698 + components/etl/include/etl/char_traits.h | 389 + components/etl/include/etl/checksum.h | 307 + components/etl/include/etl/chrono.h | 100 + components/etl/include/etl/circular_buffer.h | 1491 + .../etl/include/etl/circular_iterator.h | 753 + components/etl/include/etl/combinations.h | 63 + components/etl/include/etl/compare.h | 112 + components/etl/include/etl/constant.h | 57 + components/etl/include/etl/container.h | 40 + components/etl/include/etl/correlation.h | 292 + components/etl/include/etl/covariance.h | 240 + components/etl/include/etl/crc.h | 88 + components/etl/include/etl/crc1.h | 105 + components/etl/include/etl/crc16.h | 78 + components/etl/include/etl/crc16_a.h | 78 + components/etl/include/etl/crc16_arc.h | 78 + components/etl/include/etl/crc16_aug_ccitt.h | 80 + components/etl/include/etl/crc16_buypass.h | 78 + components/etl/include/etl/crc16_ccitt.h | 78 + components/etl/include/etl/crc16_cdma2000.h | 78 + components/etl/include/etl/crc16_dds110.h | 78 + components/etl/include/etl/crc16_dectr.h | 78 + components/etl/include/etl/crc16_dectx.h | 78 + components/etl/include/etl/crc16_dnp.h | 78 + components/etl/include/etl/crc16_en13757.h | 78 + components/etl/include/etl/crc16_genibus.h | 78 + components/etl/include/etl/crc16_kermit.h | 78 + components/etl/include/etl/crc16_m17.h | 78 + components/etl/include/etl/crc16_maxim.h | 78 + components/etl/include/etl/crc16_mcrf4xx.h | 78 + components/etl/include/etl/crc16_modbus.h | 78 + components/etl/include/etl/crc16_profibus.h | 78 + components/etl/include/etl/crc16_riello.h | 78 + components/etl/include/etl/crc16_t10dif.h | 78 + components/etl/include/etl/crc16_teledisk.h | 78 + components/etl/include/etl/crc16_tms37157.h | 78 + components/etl/include/etl/crc16_usb.h | 78 + components/etl/include/etl/crc16_x25.h | 78 + components/etl/include/etl/crc16_xmodem.h | 78 + components/etl/include/etl/crc32.h | 78 + components/etl/include/etl/crc32_bzip2.h | 78 + components/etl/include/etl/crc32_c.h | 78 + components/etl/include/etl/crc32_d.h | 78 + components/etl/include/etl/crc32_jamcrc.h | 78 + components/etl/include/etl/crc32_mpeg2.h | 78 + components/etl/include/etl/crc32_posix.h | 78 + components/etl/include/etl/crc32_q.h | 78 + components/etl/include/etl/crc32_xfer.h | 78 + components/etl/include/etl/crc64_ecma.h | 78 + components/etl/include/etl/crc8_ccitt.h | 76 + components/etl/include/etl/crc8_cdma2000.h | 79 + components/etl/include/etl/crc8_darc.h | 79 + components/etl/include/etl/crc8_dvbs2.h | 79 + components/etl/include/etl/crc8_ebu.h | 79 + components/etl/include/etl/crc8_icode.h | 79 + components/etl/include/etl/crc8_itu.h | 79 + components/etl/include/etl/crc8_j1850.h | 79 + components/etl/include/etl/crc8_j1850_zero.h | 79 + components/etl/include/etl/crc8_maxim.h | 79 + components/etl/include/etl/crc8_rohc.h | 79 + components/etl/include/etl/crc8_wcdma.h | 79 + components/etl/include/etl/cstring.h | 37 + components/etl/include/etl/cyclic_value.h | 599 + components/etl/include/etl/debounce.h | 587 + components/etl/include/etl/debug_count.h | 173 + components/etl/include/etl/delegate.h | 42 + .../etl/include/etl/delegate_observer.h | 262 + components/etl/include/etl/delegate_service.h | 215 + .../etl/include/etl/deprecated/factory.h | 468 + components/etl/include/etl/deque.h | 2636 + components/etl/include/etl/doxygen.h | 55 + components/etl/include/etl/endianness.h | 192 + components/etl/include/etl/enum_type.h | 116 + components/etl/include/etl/error_handler.h | 382 + components/etl/include/etl/exception.h | 121 + components/etl/include/etl/expected.h | 1109 + .../etl/include/etl/experimental/bit_cast.h | 33 + .../include/etl/experimental/class_traits.h | 181 + .../etl/include/etl/experimental/icache.h | 115 + .../etl/include/etl/experimental/mem_cast.h | 78 + ...oint flt (typo abs(a) should be abs(b).png | Bin 0 -> 926107 bytes .../etl/experimental/mid_point ptr.png | Bin 0 -> 325251 bytes .../include/etl/experimental/mid_point.png | Bin 0 -> 501223 bytes .../etl/include/etl/experimental/singleton.h | 87 + components/etl/include/etl/factorial.h | 73 + components/etl/include/etl/fibonacci.h | 82 + .../etl/include/etl/file_error_numbers.h | 110 + components/etl/include/etl/fixed_iterator.h | 277 + .../etl/fixed_sized_memory_block_allocator.h | 126 + components/etl/include/etl/flags.h | 389 + components/etl/include/etl/flat_map.h | 1261 + components/etl/include/etl/flat_multimap.h | 1070 + components/etl/include/etl/flat_multiset.h | 1038 + components/etl/include/etl/flat_set.h | 1140 + components/etl/include/etl/fnv_1.h | 286 + components/etl/include/etl/format_spec.h | 45 + components/etl/include/etl/forward_list.h | 2051 + .../etl/include/etl/frame_check_sequence.h | 194 + components/etl/include/etl/fsm.h | 1523 + components/etl/include/etl/function.h | 420 + components/etl/include/etl/function_traits.h | 136 + components/etl/include/etl/functional.h | 637 + components/etl/include/etl/gamma.h | 108 + components/etl/include/etl/gcd.h | 160 + .../include/etl/generators/fsm_generator.h | 853 + .../etl/include/etl/generators/generate.bat | 9 + .../include/etl/generators/generate_fsm.bat | 1 + .../etl/generators/generate_largest.bat | 1 + .../generators/generate_message_packet.bat | 1 + .../generators/generate_message_router.bat | 1 + .../etl/generators/generate_smallest.bat | 1 + .../etl/generators/generate_type_lookup.bat | 1 + .../etl/generators/generate_type_select.bat | 1 + .../etl/generators/generate_type_traits.bat | 1 + .../etl/generators/generate_variant_pool.bat | 1 + .../etl/generators/largest_generator.h | 452 + .../etl/generators/message_packet_generator.h | 1064 + .../etl/generators/message_router_generator.h | 890 + .../etl/generators/smallest_generator.h | 432 + .../etl/generators/type_lookup_generator.h | 337 + .../etl/generators/type_select_generator.h | 177 + .../etl/generators/type_traits_generator.h | 2505 + .../etl/generators/variant_pool_generator.h | 620 + components/etl/include/etl/generic_pool.h | 359 + components/etl/include/etl/hash.h | 545 + components/etl/include/etl/hfsm.h | 252 + components/etl/include/etl/histogram.h | 603 + components/etl/include/etl/ihash.h | 76 + .../etl/include/etl/imemory_block_allocator.h | 135 + components/etl/include/etl/index_of_type.h | 80 + components/etl/include/etl/indirect_vector.h | 1619 + components/etl/include/etl/initializer_list.h | 228 + components/etl/include/etl/instance_count.h | 117 + components/etl/include/etl/integral_limits.h | 626 + .../etl/include/etl/intrusive_forward_list.h | 1285 + components/etl/include/etl/intrusive_links.h | 1518 + components/etl/include/etl/intrusive_list.h | 1308 + components/etl/include/etl/intrusive_queue.h | 292 + components/etl/include/etl/intrusive_stack.h | 271 + components/etl/include/etl/invert.h | 83 + components/etl/include/etl/io_port.h | 1378 + components/etl/include/etl/ipool.h | 667 + .../etl/ireference_counted_message_pool.h | 73 + components/etl/include/etl/iterator.h | 1217 + components/etl/include/etl/jenkins.h | 121 + components/etl/include/etl/largest.h | 379 + components/etl/include/etl/lcm.h | 151 + components/etl/include/etl/limiter.h | 87 + components/etl/include/etl/limits.h | 1187 + components/etl/include/etl/list.h | 2487 + components/etl/include/etl/log.h | 130 + components/etl/include/etl/macros.h | 47 + components/etl/include/etl/map.h | 2900 + components/etl/include/etl/math.h | 156 + components/etl/include/etl/math_constants.h | 89 + components/etl/include/etl/mean.h | 204 + components/etl/include/etl/mem_cast.h | 608 + components/etl/include/etl/memory.h | 2629 + components/etl/include/etl/memory_model.h | 78 + components/etl/include/etl/message.h | 268 + components/etl/include/etl/message_broker.h | 390 + components/etl/include/etl/message_bus.h | 450 + components/etl/include/etl/message_packet.h | 5130 + components/etl/include/etl/message_router.h | 2734 + .../etl/include/etl/message_router_registry.h | 578 + components/etl/include/etl/message_timer.h | 705 + .../etl/include/etl/message_timer_atomic.h | 653 + .../etl/include/etl/message_timer_interrupt.h | 660 + .../etl/include/etl/message_timer_locked.h | 684 + components/etl/include/etl/message_types.h | 48 + components/etl/include/etl/monostate.h | 46 + components/etl/include/etl/multi_array.h | 69 + components/etl/include/etl/multi_range.h | 529 + components/etl/include/etl/multi_span.h | 679 + components/etl/include/etl/multi_vector.h | 68 + components/etl/include/etl/multimap.h | 2548 + components/etl/include/etl/multiset.h | 2531 + components/etl/include/etl/murmur3.h | 241 + components/etl/include/etl/mutex.h | 103 + components/etl/include/etl/mutex/mutex_arm.h | 34 + .../etl/include/etl/mutex/mutex_clang_sync.h | 34 + .../etl/include/etl/mutex/mutex_cmsis_os2.h | 82 + .../etl/include/etl/mutex/mutex_freertos.h | 80 + .../etl/include/etl/mutex/mutex_gcc_sync.h | 78 + components/etl/include/etl/mutex/mutex_std.h | 45 + components/etl/include/etl/negative.h | 62 + components/etl/include/etl/nth_type.h | 68 + components/etl/include/etl/null_type.h | 44 + components/etl/include/etl/nullptr.h | 67 + components/etl/include/etl/numeric.h | 218 + components/etl/include/etl/observer.h | 548 + components/etl/include/etl/optional.h | 2182 + components/etl/include/etl/overload.h | 108 + components/etl/include/etl/packet.h | 165 + components/etl/include/etl/parameter_pack.h | 150 + components/etl/include/etl/parameter_type.h | 57 + components/etl/include/etl/pearson.h | 181 + components/etl/include/etl/permutations.h | 74 + components/etl/include/etl/placement_new.h | 67 + components/etl/include/etl/platform.h | 608 + components/etl/include/etl/poly_span.h | 1044 + components/etl/include/etl/pool.h | 315 + components/etl/include/etl/power.h | 221 + components/etl/include/etl/priority_queue.h | 552 + .../etl/include/etl/private/addressof.h | 62 + .../etl/include/etl/private/bitset_legacy.h | 1546 + .../etl/include/etl/private/bitset_new.h | 3965 + .../include/etl/private/choose_namespace.h | 86 + .../etl/include/etl/private/chrono/clocks.h | 192 + .../etl/include/etl/private/chrono/day.h | 354 + .../etl/include/etl/private/chrono/duration.h | 862 + .../etl/include/etl/private/chrono/hh_mm_ss.h | 204 + .../include/etl/private/chrono/last_spec.h | 52 + .../etl/include/etl/private/chrono/month.h | 390 + .../include/etl/private/chrono/month_day.h | 370 + .../etl/private/chrono/month_weekday.h | 220 + .../include/etl/private/chrono/operators.h | 328 + .../include/etl/private/chrono/time_point.h | 285 + .../include/etl/private/chrono/time_zone.h | 80 + .../etl/include/etl/private/chrono/weekday.h | 564 + .../etl/include/etl/private/chrono/year.h | 370 + .../include/etl/private/chrono/year_month.h | 289 + .../etl/private/chrono/year_month_day.h | 830 + .../etl/private/chrono/year_month_weekday.h | 548 + .../etl/private/comparator_is_transparent.h | 51 + .../include/etl/private/crc_implementation.h | 740 + .../etl/include/etl/private/crc_parameters.h | 129 + .../etl/include/etl/private/delegate_cpp03.h | 1202 + .../etl/include/etl/private/delegate_cpp11.h | 749 + .../private/diagnostic_array_bounds_push.h | 45 + .../private/diagnostic_cxx_20_compat_push.h | 44 + .../etl/private/diagnostic_deprecated_push.h | 45 + .../etl/private/diagnostic_float_equal_push.h | 45 + .../private/diagnostic_format_security_push.h | 45 + .../diagnostic_null_dereference_push.h | 45 + .../diagnostic_pessimizing_move_push.h | 45 + .../etl/include/etl/private/diagnostic_pop.h | 43 + .../diagnostic_self_assign_overloaded_push.h | 44 + .../diagnostic_stringop_overread_push.h | 43 + .../private/diagnostic_uninitialized_push.h | 46 + .../private/diagnostic_unused_function_push.h | 45 + .../private/diagnostic_useless_cast_push.h | 44 + .../etl/include/etl/private/dynamic_extent.h | 42 + .../etl/include/etl/private/ivectorpointer.h | 1045 + .../etl/include/etl/private/minmax_pop.h | 56 + .../etl/include/etl/private/minmax_push.h | 60 + .../etl/include/etl/private/pvoidvector.h | 844 + .../include/etl/private/to_string_helper.h | 629 + .../etl/include/etl/private/tuple_element.h | 54 + .../etl/include/etl/private/tuple_size.h | 53 + .../etl/include/etl/private/variant_legacy.h | 1023 + .../etl/private/variant_select_do_operator.h | 1020 + .../etl/private/variant_select_do_visitor.h | 1020 + .../include/etl/private/variant_variadic.h | 1857 + .../etl/include/etl/private/vector_base.h | 175 + .../etl/include/etl/profiles/arduino_arm.h | 48 + components/etl/include/etl/profiles/armv5.h | 48 + .../etl/include/etl/profiles/armv5_no_stl.h | 49 + components/etl/include/etl/profiles/armv6.h | 48 + .../etl/include/etl/profiles/armv6_no_stl.h | 49 + components/etl/include/etl/profiles/armv7.h | 48 + .../etl/include/etl/profiles/armv7_no_stl.h | 49 + components/etl/include/etl/profiles/auto.h | 34 + .../etl/include/etl/profiles/clang_generic.h | 41 + .../etl/profiles/clang_generic_no_stl.h | 41 + components/etl/include/etl/profiles/cpp03.h | 48 + .../etl/include/etl/profiles/cpp03_no_stl.h | 49 + components/etl/include/etl/profiles/cpp11.h | 48 + .../etl/include/etl/profiles/cpp11_no_stl.h | 49 + components/etl/include/etl/profiles/cpp14.h | 48 + .../etl/include/etl/profiles/cpp14_no_stl.h | 49 + components/etl/include/etl/profiles/cpp17.h | 48 + .../etl/include/etl/profiles/cpp17_no_stl.h | 49 + .../etl/profiles/determine_builtin_support.h | 126 + .../include/etl/profiles/determine_compiler.h | 210 + .../determine_compiler_language_support.h | 221 + .../etl/profiles/determine_compiler_version.h | 76 + .../etl/profiles/determine_development_os.h | 83 + .../etl/include/etl/profiles/gcc_generic.h | 41 + .../include/etl/profiles/gcc_generic_no_stl.h | 42 + .../etl/include/etl/profiles/gcc_linux_x86.h | 41 + .../etl/profiles/gcc_linux_x86_no_stl.h | 42 + .../include/etl/profiles/gcc_windows_x86.h | 41 + .../etl/profiles/gcc_windows_x86_no_stl.h | 42 + .../etl/include/etl/profiles/msvc_x86.h | 41 + .../include/etl/profiles/msvc_x86_no_stl.h | 42 + .../include/etl/profiles/segger_gcc_stlport.h | 54 + components/etl/include/etl/profiles/ticc.h | 47 + .../etl/include/etl/profiles/ticc_no_stl.h | 48 + .../etl/include/etl/pseudo_moving_average.h | 425 + components/etl/include/etl/quantize.h | 87 + components/etl/include/etl/queue.h | 697 + components/etl/include/etl/queue_lockable.h | 871 + components/etl/include/etl/queue_mpmc_mutex.h | 727 + .../etl/include/etl/queue_spsc_atomic.h | 581 + components/etl/include/etl/queue_spsc_isr.h | 850 + .../etl/include/etl/queue_spsc_locked.h | 912 + components/etl/include/etl/radix.h | 67 + components/etl/include/etl/random.h | 594 + components/etl/include/etl/ratio.h | 297 + .../include/etl/reference_counted_message.h | 230 + .../etl/reference_counted_message_pool.h | 322 + .../include/etl/reference_counted_object.h | 291 + .../etl/include/etl/reference_flat_map.h | 1176 + .../etl/include/etl/reference_flat_multimap.h | 1069 + .../etl/include/etl/reference_flat_multiset.h | 1043 + .../etl/include/etl/reference_flat_set.h | 1033 + components/etl/include/etl/rescale.h | 83 + components/etl/include/etl/result.h | 479 + components/etl/include/etl/rms.h | 211 + components/etl/include/etl/scaled_rounding.h | 416 + components/etl/include/etl/scheduler.h | 406 + components/etl/include/etl/set.h | 2779 + components/etl/include/etl/shared_message.h | 226 + components/etl/include/etl/singleton.h | 336 + components/etl/include/etl/singleton_base.h | 172 + components/etl/include/etl/smallest.h | 402 + components/etl/include/etl/span.h | 1145 + components/etl/include/etl/sqrt.h | 74 + components/etl/include/etl/stack.h | 635 + .../etl/include/etl/standard_deviation.h | 262 + components/etl/include/etl/state_chart.h | 1119 + components/etl/include/etl/static_assert.h | 52 + components/etl/include/etl/string.h | 543 + components/etl/include/etl/string_stream.h | 48 + components/etl/include/etl/string_utilities.h | 937 + components/etl/include/etl/string_view.h | 998 + components/etl/include/etl/stringify.h | 20 + components/etl/include/etl/successor.h | 195 + components/etl/include/etl/task.h | 129 + components/etl/include/etl/threshold.h | 79 + components/etl/include/etl/timer.h | 121 + components/etl/include/etl/to_arithmetic.h | 1041 + components/etl/include/etl/to_string.h | 149 + components/etl/include/etl/to_u16string.h | 150 + components/etl/include/etl/to_u32string.h | 149 + components/etl/include/etl/to_u8string.h | 150 + components/etl/include/etl/to_wstring.h | 149 + components/etl/include/etl/tuple.h | 1307 + components/etl/include/etl/type_def.h | 815 + components/etl/include/etl/type_list.h | 293 + components/etl/include/etl/type_lookup.h | 373 + components/etl/include/etl/type_select.h | 633 + components/etl/include/etl/type_traits.h | 2498 + components/etl/include/etl/u16format_spec.h | 45 + components/etl/include/etl/u16string.h | 524 + components/etl/include/etl/u16string_stream.h | 48 + components/etl/include/etl/u32format_spec.h | 45 + components/etl/include/etl/u32string.h | 525 + components/etl/include/etl/u32string_stream.h | 48 + components/etl/include/etl/u8format_spec.h | 45 + components/etl/include/etl/u8string.h | 549 + components/etl/include/etl/u8string_stream.h | 48 + components/etl/include/etl/unaligned_type.h | 1028 + components/etl/include/etl/uncopyable.h | 59 + components/etl/include/etl/unordered_map.h | 2095 + .../etl/include/etl/unordered_multimap.h | 1869 + .../etl/include/etl/unordered_multiset.h | 1919 + components/etl/include/etl/unordered_set.h | 1925 + components/etl/include/etl/user_type.h | 125 + components/etl/include/etl/utility.h | 823 + components/etl/include/etl/variance.h | 236 + components/etl/include/etl/variant.h | 46 + components/etl/include/etl/variant_pool.h | 470 + components/etl/include/etl/vector.h | 1855 + components/etl/include/etl/version.h | 79 + components/etl/include/etl/visitor.h | 597 + components/etl/include/etl/wformat_spec.h | 45 + components/etl/include/etl/wstring.h | 525 + components/etl/include/etl/wstring_stream.h | 48 + components/etl/library.json | 38 + components/etl/library.properties | 10 + components/etl/meson.build | 27 + components/etl/meson_options.txt | 1 + components/etl/scripts/generator_test.bat | 1 + components/etl/scripts/generator_test.py | 45 + components/etl/scripts/update_release.bat | 1 + components/etl/scripts/update_release.py | 237 + components/etl/scripts/update_version.bat | 1 + components/etl/scripts/update_version.py | 154 + components/etl/subprojects/unittest-cpp.wrap | 9 + components/etl/support/Class diagrams.docx | Bin 0 -> 26284 bytes .../etl/support/Flat map class diagram.odg | Bin 0 -> 15195 bytes .../etl/support/Flat_map_class_diagram.doc | 13 + components/etl/support/List class diagram.odg | Bin 0 -> 17818 bytes components/etl/support/List_class_diagram.doc | 17 + components/etl/support/Release notes.txt | 2585 + components/etl/support/hfsm.docx | Bin 0 -> 24750 bytes components/etl/support/hfsm.png | Bin 0 -> 30754 bytes components/etl/test/.gitattributes | 1 + components/etl/test/CMakeLists.txt | 487 + .../test/Deprecated/test_embedded_compile.cpp | 426 + .../etl/test/Deprecated/test_factory.cpp | 355 + .../unordered_map/unordered_map.sln | 28 + .../unordered_map/unordered_map/ReadMe.txt | 40 + .../unordered_map/unordered_map/stdafx.cpp | 8 + .../unordered_map/unordered_map/stdafx.h | 15 + .../unordered_map/unordered_map/targetver.h | 8 + .../unordered_map/unordered_map.cpp | 82 + .../unordered_map/unordered_map.vcxproj | 164 + .../unordered_map.vcxproj.filters | 42 + .../etl/test/UnitTest++/AssertException.cpp | 15 + .../etl/test/UnitTest++/AssertException.h | 23 + components/etl/test/UnitTest++/CMakeLists.txt | 51 + components/etl/test/UnitTest++/CheckMacros.h | 410 + components/etl/test/UnitTest++/Checks.cpp | 50 + components/etl/test/UnitTest++/Checks.h | 389 + .../test/UnitTest++/CompositeTestReporter.cpp | 66 + .../test/UnitTest++/CompositeTestReporter.h | 34 + components/etl/test/UnitTest++/Config.h | 84 + .../etl/test/UnitTest++/CurrentTest.cpp | 18 + components/etl/test/UnitTest++/CurrentTest.h | 19 + .../test/UnitTest++/DeferredTestReporter.cpp | 33 + .../test/UnitTest++/DeferredTestReporter.h | 35 + .../test/UnitTest++/DeferredTestResult.cpp | 43 + .../etl/test/UnitTest++/DeferredTestResult.h | 52 + .../etl/test/UnitTest++/ExceptionMacros.h | 20 + components/etl/test/UnitTest++/ExecuteTest.h | 61 + components/etl/test/UnitTest++/HelperMacros.h | 52 + .../etl/test/UnitTest++/MemoryOutStream.cpp | 218 + .../etl/test/UnitTest++/MemoryOutStream.h | 87 + .../UnitTest++/Posix/SignalTranslator.cpp | 46 + .../test/UnitTest++/Posix/SignalTranslator.h | 41 + .../etl/test/UnitTest++/Posix/TimeHelpers.cpp | 33 + .../etl/test/UnitTest++/Posix/TimeHelpers.h | 28 + .../etl/test/UnitTest++/ReportAssert.cpp | 71 + components/etl/test/UnitTest++/ReportAssert.h | 12 + .../etl/test/UnitTest++/ReportAssertImpl.h | 46 + .../etl/test/UnitTest++/RequireMacros.h | 16 + .../UnitTest++/RequiredCheckException.cpp | 17 + .../test/UnitTest++/RequiredCheckException.h | 23 + .../UnitTest++/RequiredCheckTestReporter.cpp | 26 + .../UnitTest++/RequiredCheckTestReporter.h | 33 + components/etl/test/UnitTest++/Test.cpp | 38 + components/etl/test/UnitTest++/Test.h | 35 + .../etl/test/UnitTest++/TestDetails.cpp | 22 + components/etl/test/UnitTest++/TestDetails.h | 27 + components/etl/test/UnitTest++/TestList.cpp | 38 + components/etl/test/UnitTest++/TestList.h | 33 + components/etl/test/UnitTest++/TestMacros.h | 126 + .../etl/test/UnitTest++/TestReporter.cpp | 8 + components/etl/test/UnitTest++/TestReporter.h | 22 + .../test/UnitTest++/TestReporterStdout.cpp | 44 + .../etl/test/UnitTest++/TestReporterStdout.h | 19 + .../etl/test/UnitTest++/TestResults.cpp | 59 + components/etl/test/UnitTest++/TestResults.h | 41 + components/etl/test/UnitTest++/TestRunner.cpp | 82 + components/etl/test/UnitTest++/TestRunner.h | 61 + components/etl/test/UnitTest++/TestSuite.h | 12 + .../test/UnitTest++/ThrowingTestReporter.cpp | 61 + .../test/UnitTest++/ThrowingTestReporter.h | 26 + .../etl/test/UnitTest++/TimeConstraint.cpp | 29 + .../etl/test/UnitTest++/TimeConstraint.h | 37 + components/etl/test/UnitTest++/TimeHelpers.h | 7 + components/etl/test/UnitTest++/UnitTest++.h | 1 + components/etl/test/UnitTest++/UnitTestPP.h | 12 + .../etl/test/UnitTest++/Win32/TimeHelpers.cpp | 49 + .../etl/test/UnitTest++/Win32/TimeHelpers.h | 45 + .../etl/test/UnitTest++/XmlTestReporter.cpp | 130 + .../etl/test/UnitTest++/XmlTestReporter.h | 38 + .../etl/test/cppcheck_macro_definitions.txt | 5 + components/etl/test/data.h | 291 + .../assert_function/CMakeLists.txt | 126 + .../assert_function/assert_function.cpp | 3 + .../assert_function/assert_function.h | 5 + .../assert_function/etl_profile.h | 1 + .../assert_function/test_error_handler.cpp | 167 + .../exceptions/CMakeLists.txt | 122 + .../exceptions/etl_profile.h | 0 .../exceptions/test_error_handler.cpp | 223 + .../log_errors/CMakeLists.txt | 127 + .../log_errors/etl_profile.h | 0 .../log_errors/test_error_handler.cpp | 174 + .../log_errors_and_exceptions/CMakeLists.txt | 126 + .../log_errors_and_exceptions/etl_profile.h | 0 .../test_error_handler.cpp | 244 + .../test/etl_initializer_list/CMakeLists.txt | 123 + .../etl_initializer_list.sln | 31 + .../etl_initializer_list.vcxproj | 157 + .../test/etl_initializer_list/etl_profile.h | 0 .../test_initializer_list.cpp | 100 + components/etl/test/etl_profile.h | 143 + .../etl/test/iterators_for_unit_tests.h | 219 + components/etl/test/list_header_files.bat | 14 + components/etl/test/list_test_files.bat | 10 + components/etl/test/list_test_files.ps1 | 1 + components/etl/test/list_test_files.sh | 3 + components/etl/test/main.cpp | 33 + components/etl/test/maincpp03check.cpp | 169 + components/etl/test/meson.build | 316 + components/etl/test/murmurhash3.cpp | 343 + components/etl/test/murmurhash3.h | 42 + components/etl/test/run-syntax-checks.sh | 1541 + components/etl/test/run-tests.sh | 662 + .../etl/test/syntax_check/CMakeLists.txt | 341 + .../etl/test/syntax_check/absolute.h.t.cpp | 29 + .../etl/test/syntax_check/algorithm.h.t.cpp | 29 + .../etl/test/syntax_check/alignment.h.t.cpp | 29 + .../etl/test/syntax_check/array.h.t.cpp | 29 + .../etl/test/syntax_check/array_view.h.t.cpp | 29 + .../test/syntax_check/array_wrapper.h.t.cpp | 29 + .../etl/test/syntax_check/atomic.h.t.cpp | 29 + .../etl/test/syntax_check/base64.h.t.cpp | 29 + .../test/syntax_check/base64_decoder.h.t.cpp | 29 + .../test/syntax_check/base64_encoder.h.t.cpp | 29 + .../syntax_check/basic_format_spec.h.t.cpp | 29 + .../test/syntax_check/basic_string.h.t.cpp | 29 + .../syntax_check/basic_string_stream.h.t.cpp | 29 + .../etl/test/syntax_check/binary.h.t.cpp | 29 + .../bip_buffer_spsc_atomic.h.t.cpp | 29 + components/etl/test/syntax_check/bit.h.t.cpp | 29 + .../etl/test/syntax_check/bit_stream.h.t.cpp | 29 + .../etl/test/syntax_check/bitset.h.t.cpp | 29 + .../test/syntax_check/bitset_legacy.h.t.cpp | 29 + .../etl/test/syntax_check/bitset_new.h.t.cpp | 29 + .../test/syntax_check/bloom_filter.h.t.cpp | 29 + .../test/syntax_check/bresenham_line.h.t.cpp | 29 + .../syntax_check/buffer_descriptors.h.t.cpp | 29 + components/etl/test/syntax_check/byte.h.t.cpp | 29 + .../etl/test/syntax_check/byte_stream.h.t.cpp | 29 + .../etl/test/syntax_check/callback.h.t.cpp | 29 + .../syntax_check/callback_service.h.t.cpp | 29 + .../test/syntax_check/callback_timer.h.t.cpp | 29 + .../callback_timer_atomic.h.t.cpp | 29 + .../callback_timer_interrupt.h.t.cpp | 29 + .../callback_timer_locked.h.t.cpp | 29 + .../etl/test/syntax_check/char_traits.h.t.cpp | 29 + .../etl/test/syntax_check/checksum.h.t.cpp | 29 + .../etl/test/syntax_check/chrono.h.t.cpp | 28 + .../test/syntax_check/circular_buffer.h.t.cpp | 29 + .../syntax_check/circular_iterator.h.t.cpp | 29 + .../test/syntax_check/combinations.h.t.cpp | 29 + .../etl/test/syntax_check/compare.h.t.cpp | 29 + .../etl/test/syntax_check/constant.h.t.cpp | 29 + .../etl/test/syntax_check/container.h.t.cpp | 29 + .../etl/test/syntax_check/correlation.h.t.cpp | 29 + .../etl/test/syntax_check/covariance.h.t.cpp | 29 + components/etl/test/syntax_check/crc1.h.t.cpp | 29 + .../etl/test/syntax_check/crc16.h.t.cpp | 29 + .../etl/test/syntax_check/crc16_a.h.t.cpp | 29 + .../etl/test/syntax_check/crc16_arc.h.t.cpp | 29 + .../test/syntax_check/crc16_aug_ccitt.h.t.cpp | 29 + .../test/syntax_check/crc16_buypass.h.t.cpp | 29 + .../etl/test/syntax_check/crc16_ccitt.h.t.cpp | 29 + .../test/syntax_check/crc16_cdma2000.h.t.cpp | 29 + .../test/syntax_check/crc16_dds110.h.t.cpp | 29 + .../etl/test/syntax_check/crc16_dectr.h.t.cpp | 29 + .../etl/test/syntax_check/crc16_dectx.h.t.cpp | 29 + .../etl/test/syntax_check/crc16_dnp.h.t.cpp | 29 + .../test/syntax_check/crc16_en13757.h.t.cpp | 29 + .../test/syntax_check/crc16_genibus.h.t.cpp | 29 + .../test/syntax_check/crc16_kermit.h.t.cpp | 29 + .../etl/test/syntax_check/crc16_m17.h.t.cpp | 29 + .../etl/test/syntax_check/crc16_maxim.h.t.cpp | 29 + .../test/syntax_check/crc16_mcrf4xx.h.t.cpp | 29 + .../test/syntax_check/crc16_modbus.h.t.cpp | 29 + .../test/syntax_check/crc16_profibus.h.t.cpp | 29 + .../test/syntax_check/crc16_riello.h.t.cpp | 29 + .../test/syntax_check/crc16_t10dif.h.t.cpp | 29 + .../test/syntax_check/crc16_teledisk.h.t.cpp | 29 + .../test/syntax_check/crc16_tms37157.h.t.cpp | 29 + .../etl/test/syntax_check/crc16_usb.h.t.cpp | 29 + .../etl/test/syntax_check/crc16_x25.h.t.cpp | 29 + .../test/syntax_check/crc16_xmodem.h.t.cpp | 29 + .../etl/test/syntax_check/crc32.h.t.cpp | 29 + .../etl/test/syntax_check/crc32_bzip2.h.t.cpp | 29 + .../etl/test/syntax_check/crc32_c.h.t.cpp | 29 + .../etl/test/syntax_check/crc32_d.h.t.cpp | 29 + .../test/syntax_check/crc32_jamcrc.h.t.cpp | 29 + .../etl/test/syntax_check/crc32_mpeg2.h.t.cpp | 29 + .../etl/test/syntax_check/crc32_posix.h.t.cpp | 29 + .../etl/test/syntax_check/crc32_q.h.t.cpp | 29 + .../etl/test/syntax_check/crc32_xfer.h.t.cpp | 29 + .../etl/test/syntax_check/crc64_ecma.h.t.cpp | 29 + .../etl/test/syntax_check/crc8_ccitt.h.t.cpp | 29 + .../test/syntax_check/crc8_cdma2000.h.t.cpp | 29 + .../etl/test/syntax_check/crc8_darc.h.t.cpp | 29 + .../etl/test/syntax_check/crc8_dvbs2.h.t.cpp | 29 + .../etl/test/syntax_check/crc8_ebu.h.t.cpp | 29 + .../etl/test/syntax_check/crc8_icode.h.t.cpp | 29 + .../etl/test/syntax_check/crc8_itu.h.t.cpp | 29 + .../etl/test/syntax_check/crc8_j1850.h.t.cpp | 29 + .../test/syntax_check/crc8_j1850_zero.h.t.cpp | 29 + .../etl/test/syntax_check/crc8_maxim.h.t.cpp | 29 + .../etl/test/syntax_check/crc8_rohc.h.t.cpp | 29 + .../etl/test/syntax_check/crc8_wcdma.h.t.cpp | 29 + .../test/syntax_check/cyclic_value.h.t.cpp | 29 + .../etl/test/syntax_check/debounce.h.t.cpp | 29 + .../etl/test/syntax_check/debug_count.h.t.cpp | 29 + .../etl/test/syntax_check/delegate.h.t.cpp | 29 + .../test/syntax_check/delegate_cpp03.h.t.cpp | 29 + .../syntax_check/delegate_service.h.t.cpp | 29 + .../etl/test/syntax_check/deque.h.t.cpp | 29 + .../etl/test/syntax_check/endianness.h.t.cpp | 29 + .../etl/test/syntax_check/enum_type.h.t.cpp | 29 + .../test/syntax_check/error_handler.h.t.cpp | 29 + .../etl/test/syntax_check/etl_profile.h | 66 + .../etl/test/syntax_check/exception.h.t.cpp | 29 + .../etl/test/syntax_check/expected.h.t.cpp | 29 + .../etl/test/syntax_check/factorial.h.t.cpp | 29 + .../etl/test/syntax_check/fibonacci.h.t.cpp | 29 + .../syntax_check/file_error_numbers.h.t.cpp | 29 + .../test/syntax_check/fixed_iterator.h.t.cpp | 29 + ...fixed_sized_memory_block_allocator.h.t.cpp | 29 + .../etl/test/syntax_check/flags.h.t.cpp | 29 + .../etl/test/syntax_check/flat_map.h.t.cpp | 29 + .../test/syntax_check/flat_multimap.h.t.cpp | 29 + .../test/syntax_check/flat_multiset.h.t.cpp | 29 + .../etl/test/syntax_check/flat_set.h.t.cpp | 29 + .../etl/test/syntax_check/fnv_1.h.t.cpp | 29 + .../etl/test/syntax_check/format_spec.h.t.cpp | 29 + .../test/syntax_check/forward_list.h.t.cpp | 29 + .../syntax_check/frame_check_sequence.h.t.cpp | 29 + components/etl/test/syntax_check/fsm.h.t.cpp | 29 + .../etl/test/syntax_check/function.h.t.cpp | 29 + .../test/syntax_check/function_traits.h.t.cpp | 29 + .../etl/test/syntax_check/functional.h.t.cpp | 29 + .../etl/test/syntax_check/gamma.h.t.cpp | 29 + components/etl/test/syntax_check/gcd.h.t.cpp | 29 + .../test/syntax_check/generic_pool.h.t.cpp | 29 + components/etl/test/syntax_check/hash.h.t.cpp | 29 + components/etl/test/syntax_check/hfsm.h.t.cpp | 29 + .../etl/test/syntax_check/histogram.h.t.cpp | 29 + .../etl/test/syntax_check/ihash.h.t.cpp | 29 + .../imemory_block_allocator.h.t.cpp | 29 + .../test/syntax_check/indirect_vector.h.t.cpp | 29 + .../syntax_check/initializer_list.h.t.cpp | 32 + .../test/syntax_check/instance_count.h.t.cpp | 29 + .../test/syntax_check/integral_limits.h.t.cpp | 29 + .../intrusive_forward_list.h.t.cpp | 29 + .../test/syntax_check/intrusive_links.h.t.cpp | 29 + .../test/syntax_check/intrusive_list.h.t.cpp | 29 + .../test/syntax_check/intrusive_queue.h.t.cpp | 29 + .../test/syntax_check/intrusive_stack.h.t.cpp | 29 + .../etl/test/syntax_check/invert.h.t.cpp | 29 + .../etl/test/syntax_check/io_port.h.t.cpp | 29 + .../etl/test/syntax_check/ipool.h.t.cpp | 29 + .../ireference_counted_message_pool.h.t.cpp | 29 + .../etl/test/syntax_check/iterator.h.t.cpp | 29 + .../etl/test/syntax_check/jenkins.h.t.cpp | 29 + .../etl/test/syntax_check/largest.h.t.cpp | 29 + components/etl/test/syntax_check/lcm.h.t.cpp | 29 + .../etl/test/syntax_check/limiter.h.t.cpp | 29 + .../etl/test/syntax_check/limits.h.t.cpp | 29 + components/etl/test/syntax_check/list.h.t.cpp | 29 + components/etl/test/syntax_check/log.h.t.cpp | 29 + .../etl/test/syntax_check/macros.h.t.cpp | 29 + components/etl/test/syntax_check/map.h.t.cpp | 29 + components/etl/test/syntax_check/math.h.t.cpp | 29 + .../test/syntax_check/math_constants.h.t.cpp | 29 + components/etl/test/syntax_check/mean.h.t.cpp | 29 + .../etl/test/syntax_check/mem_cast.h.t.cpp | 29 + .../etl/test/syntax_check/memory.h.t.cpp | 29 + .../test/syntax_check/memory_model.h.t.cpp | 29 + .../etl/test/syntax_check/message.h.t.cpp | 29 + .../test/syntax_check/message_broker.h.t.cpp | 29 + .../etl/test/syntax_check/message_bus.h.t.cpp | 29 + .../test/syntax_check/message_packet.h.t.cpp | 29 + .../test/syntax_check/message_router.h.t.cpp | 29 + .../message_router_registry.h.t.cpp | 29 + .../test/syntax_check/message_timer.h.t.cpp | 29 + .../syntax_check/message_timer_atomic.h.t.cpp | 29 + .../message_timer_interrupt.h.t.cpp | 29 + .../syntax_check/message_timer_locked.h.t.cpp | 29 + .../test/syntax_check/message_types.h.t.cpp | 29 + .../etl/test/syntax_check/multi_array.h.t.cpp | 29 + .../etl/test/syntax_check/multi_range.h.t.cpp | 29 + .../etl/test/syntax_check/multi_span.h.t.cpp | 29 + .../test/syntax_check/multi_vector.h.t.cpp | 29 + .../etl/test/syntax_check/multimap.h.t.cpp | 29 + .../etl/test/syntax_check/multiset.h.t.cpp | 29 + .../etl/test/syntax_check/murmur3.h.t.cpp | 29 + .../etl/test/syntax_check/mutex.h.t.cpp | 29 + .../etl/test/syntax_check/negative.h.t.cpp | 29 + .../etl/test/syntax_check/nth_type.h.t.cpp | 29 + .../etl/test/syntax_check/null_type.h.t.cpp | 29 + .../etl/test/syntax_check/nullptr.h.t.cpp | 29 + .../etl/test/syntax_check/numeric.h.t.cpp | 29 + .../etl/test/syntax_check/observer.h.t.cpp | 29 + .../etl/test/syntax_check/optional.h.t.cpp | 29 + .../etl/test/syntax_check/overload.h.t.cpp | 29 + .../etl/test/syntax_check/packet.h.t.cpp | 29 + .../test/syntax_check/parameter_pack.h.t.cpp | 29 + .../test/syntax_check/parameter_type.h.t.cpp | 29 + .../etl/test/syntax_check/pearson.h.t.cpp | 29 + .../test/syntax_check/permutations.h.t.cpp | 29 + .../test/syntax_check/placement_new.h.t.cpp | 29 + .../etl/test/syntax_check/platform.h.t.cpp | 29 + .../etl/test/syntax_check/poly_span.h.t.cpp | 29 + components/etl/test/syntax_check/pool.h.t.cpp | 29 + .../etl/test/syntax_check/power.h.t.cpp | 29 + .../test/syntax_check/priority_queue.h.t.cpp | 29 + .../pseudo_moving_average.h.t.cpp | 29 + .../etl/test/syntax_check/quantize.h.t.cpp | 29 + .../etl/test/syntax_check/queue.h.t.cpp | 29 + .../test/syntax_check/queue_lockable.h.t.cpp | 29 + .../syntax_check/queue_mpmc_mutex.h.t.cpp | 29 + .../syntax_check/queue_spsc_atomic.h.t.cpp | 29 + .../test/syntax_check/queue_spsc_isr.h.t.cpp | 29 + .../syntax_check/queue_spsc_locked.h.t.cpp | 29 + .../etl/test/syntax_check/radix.h.t.cpp | 29 + .../etl/test/syntax_check/random.h.t.cpp | 29 + .../etl/test/syntax_check/ratio.h.t.cpp | 29 + .../reference_counted_message.h.t.cpp | 29 + .../reference_counted_message_pool.h.t.cpp | 29 + .../reference_counted_object.h.t.cpp | 29 + .../syntax_check/reference_flat_map.h.t.cpp | 29 + .../reference_flat_multimap.h.t.cpp | 29 + .../reference_flat_multiset.h.t.cpp | 29 + .../syntax_check/reference_flat_set.h.t.cpp | 29 + .../etl/test/syntax_check/rescale.h.t.cpp | 29 + .../etl/test/syntax_check/result.h.t.cpp | 29 + components/etl/test/syntax_check/rms.h.t.cpp | 29 + .../test/syntax_check/scaled_rounding.h.t.cpp | 29 + .../etl/test/syntax_check/scheduler.h.t.cpp | 29 + components/etl/test/syntax_check/set.h.t.cpp | 29 + .../test/syntax_check/shared_message.h.t.cpp | 29 + .../etl/test/syntax_check/singleton.h.t.cpp | 29 + .../test/syntax_check/singleton_base.h.t.cpp | 29 + .../etl/test/syntax_check/smallest.h.t.cpp | 29 + components/etl/test/syntax_check/span.h.t.cpp | 29 + components/etl/test/syntax_check/sqrt.h.t.cpp | 29 + .../etl/test/syntax_check/stack.h.t.cpp | 29 + .../syntax_check/standard_deviation.h.t.cpp | 29 + .../etl/test/syntax_check/state_chart.h.t.cpp | 29 + .../test/syntax_check/static_assert.h.t.cpp | 29 + .../etl/test/syntax_check/string.h.t.cpp | 29 + .../test/syntax_check/string_stream.h.t.cpp | 29 + .../syntax_check/string_utilities.h.t.cpp | 29 + .../etl/test/syntax_check/string_view.h.t.cpp | 29 + .../etl/test/syntax_check/stringify.h.t.cpp | 29 + .../etl/test/syntax_check/successor.h.t.cpp | 29 + components/etl/test/syntax_check/task.h.t.cpp | 29 + .../etl/test/syntax_check/threshold.h.t.cpp | 29 + .../etl/test/syntax_check/timer.h.t.cpp | 29 + .../test/syntax_check/to_arithmetic.h.t.cpp | 28 + .../etl/test/syntax_check/to_string.h.t.cpp | 29 + .../test/syntax_check/to_u16string.h.t.cpp | 29 + .../test/syntax_check/to_u32string.h.t.cpp | 29 + .../etl/test/syntax_check/to_u8string.h.t.cpp | 29 + .../etl/test/syntax_check/to_wstring.h.t.cpp | 29 + .../etl/test/syntax_check/tuple.h.t.cpp | 29 + .../etl/test/syntax_check/type_def.h.t.cpp | 29 + .../etl/test/syntax_check/type_lookup.h.t.cpp | 29 + .../etl/test/syntax_check/type_select.h.t.cpp | 29 + .../etl/test/syntax_check/type_traits.h.t.cpp | 29 + .../test/syntax_check/u16format_spec.h.t.cpp | 29 + .../etl/test/syntax_check/u16string.h.t.cpp | 29 + .../syntax_check/u16string_stream.h.t.cpp | 29 + .../test/syntax_check/u32format_spec.h.t.cpp | 29 + .../etl/test/syntax_check/u32string.h.t.cpp | 29 + .../syntax_check/u32string_stream.h.t.cpp | 29 + .../test/syntax_check/u8format_spec.h.t.cpp | 29 + .../etl/test/syntax_check/u8string.h.t.cpp | 29 + .../test/syntax_check/u8string_stream.h.t.cpp | 29 + .../test/syntax_check/unaligned_type.h.t.cpp | 29 + .../etl/test/syntax_check/uncopyable.h.t.cpp | 29 + .../test/syntax_check/unordered_map.h.t.cpp | 29 + .../syntax_check/unordered_multimap.h.t.cpp | 29 + .../syntax_check/unordered_multiset.h.t.cpp | 29 + .../test/syntax_check/unordered_set.h.t.cpp | 29 + .../etl/test/syntax_check/user_type.h.t.cpp | 29 + .../etl/test/syntax_check/utility.h.t.cpp | 29 + .../etl/test/syntax_check/variance.h.t.cpp | 29 + .../etl/test/syntax_check/variant.h.t.cpp | 29 + .../test/syntax_check/variant_legacy.h.t.cpp | 29 + .../etl/test/syntax_check/variant_old.h.t.cpp | 29 + .../test/syntax_check/variant_pool.h.t.cpp | 29 + .../syntax_check/variant_variadic.h.t.cpp | 29 + .../etl/test/syntax_check/vector.h.t.cpp | 29 + .../etl/test/syntax_check/version.h.t.cpp | 29 + .../etl/test/syntax_check/visitor.h.t.cpp | 29 + .../test/syntax_check/wformat_spec.h.t.cpp | 29 + .../etl/test/syntax_check/wstring.h.t.cpp | 29 + .../test/syntax_check/wstring_stream.h.t.cpp | 29 + components/etl/test/test.sh | 179 + components/etl/test/test_algorithm.cpp | 2463 + components/etl/test/test_alignment.cpp | 217 + components/etl/test/test_array.cpp | 905 + components/etl/test/test_array_view.cpp | 771 + components/etl/test/test_array_wrapper.cpp | 576 + components/etl/test/test_atomic.cpp | 770 + .../etl/test/test_base64_RFC2152_decoder.cpp | 779 + .../etl/test/test_base64_RFC2152_encoder.cpp | 749 + .../etl/test/test_base64_RFC3501_decoder.cpp | 776 + .../etl/test/test_base64_RFC3501_encoder.cpp | 745 + ...64_RFC4648_URL_decoder_with_no_padding.cpp | 791 + ...ase64_RFC4648_URL_decoder_with_padding.cpp | 790 + ...64_RFC4648_URL_encoder_with_no_padding.cpp | 743 + ...ase64_RFC4648_URL_encoder_with_padding.cpp | 743 + ...base64_RFC4648_decoder_with_no_padding.cpp | 791 + ...st_base64_RFC4648_decoder_with_padding.cpp | 791 + ...base64_RFC4648_encoder_with_no_padding.cpp | 743 + ...st_base64_RFC4648_encoder_with_padding.cpp | 743 + components/etl/test/test_binary.cpp | 3059 + .../etl/test/test_bip_buffer_spsc_atomic.cpp | 398 + components/etl/test/test_bit.cpp | 1569 + components/etl/test/test_bit_stream.cpp | 1078 + .../test_bit_stream_reader_big_endian.cpp | 1511 + .../test_bit_stream_reader_little_endian.cpp | 1199 + .../test_bit_stream_writer_big_endian.cpp | 821 + .../test_bit_stream_writer_little_endian.cpp | 908 + components/etl/test/test_bitset_legacy.cpp | 1536 + .../etl/test/test_bitset_new_comparisons.cpp | 239 + .../test_bitset_new_default_element_type.cpp | 2734 + ...itset_new_explicit_single_element_type.cpp | 2827 + ...st_bitset_new_ext_default_element_type.cpp | 2483 + ...t_new_ext_explicit_single_element_type.cpp | 2631 + components/etl/test/test_bloom_filter.cpp | 265 + components/etl/test/test_bresenham_line.cpp | 440 + components/etl/test/test_bsd_checksum.cpp | 169 + .../etl/test/test_buffer_descriptors.cpp | 407 + components/etl/test/test_byte.cpp | 236 + components/etl/test/test_byte_stream.cpp | 1354 + components/etl/test/test_callback_service.cpp | 333 + components/etl/test/test_callback_timer.cpp | 898 + .../etl/test/test_callback_timer_atomic.cpp | 906 + .../test/test_callback_timer_interrupt.cpp | 949 + .../etl/test/test_callback_timer_locked.cpp | 1099 + components/etl/test/test_char_traits.cpp | 756 + components/etl/test/test_checksum.cpp | 186 + components/etl/test/test_chrono_clocks.cpp | 175 + components/etl/test/test_chrono_day.cpp | 327 + components/etl/test/test_chrono_duration.cpp | 1142 + components/etl/test/test_chrono_hh_mm_ss.cpp | 289 + components/etl/test/test_chrono_literals.cpp | 88 + components/etl/test/test_chrono_month.cpp | 356 + components/etl/test/test_chrono_month_day.cpp | 215 + .../etl/test/test_chrono_month_day_last.cpp | 130 + .../etl/test/test_chrono_month_weekday.cpp | 124 + .../test/test_chrono_month_weekday_last.cpp | 125 + components/etl/test/test_chrono_operators.cpp | 285 + .../etl/test/test_chrono_time_point.cpp | 362 + components/etl/test/test_chrono_weekday.cpp | 387 + .../etl/test/test_chrono_weekday_indexed.cpp | 163 + .../etl/test/test_chrono_weekday_last.cpp | 135 + components/etl/test/test_chrono_year.cpp | 317 + .../etl/test/test_chrono_year_month.cpp | 148 + .../etl/test/test_chrono_year_month_day.cpp | 229 + .../test/test_chrono_year_month_day_last.cpp | 199 + .../test/test_chrono_year_month_weekday.cpp | 154 + .../test_chrono_year_month_weekday_last.cpp | 107 + components/etl/test/test_circular_buffer.cpp | 1068 + .../test_circular_buffer_external_buffer.cpp | 1100 + .../etl/test/test_circular_iterator.cpp | 703 + components/etl/test/test_compare.cpp | 195 + components/etl/test/test_constant.cpp | 65 + components/etl/test/test_container.cpp | 151 + components/etl/test/test_correlation.cpp | 284 + components/etl/test/test_covariance.cpp | 242 + components/etl/test/test_crc1.cpp | 151 + components/etl/test/test_crc16.cpp | 285 + components/etl/test/test_crc16_a.cpp | 296 + components/etl/test/test_crc16_arc.cpp | 296 + components/etl/test/test_crc16_aug_ccitt.cpp | 296 + components/etl/test/test_crc16_buypass.cpp | 296 + components/etl/test/test_crc16_ccitt.cpp | 296 + components/etl/test/test_crc16_cdma2000.cpp | 296 + components/etl/test/test_crc16_dds110.cpp | 296 + components/etl/test/test_crc16_dectr.cpp | 296 + components/etl/test/test_crc16_dectx.cpp | 296 + components/etl/test/test_crc16_dnp.cpp | 296 + components/etl/test/test_crc16_en13757.cpp | 296 + components/etl/test/test_crc16_genibus.cpp | 296 + components/etl/test/test_crc16_kermit.cpp | 296 + components/etl/test/test_crc16_m17.cpp | 296 + components/etl/test/test_crc16_maxim.cpp | 296 + components/etl/test/test_crc16_mcrf4xx.cpp | 296 + components/etl/test/test_crc16_modbus.cpp | 296 + components/etl/test/test_crc16_profibus.cpp | 296 + components/etl/test/test_crc16_riello.cpp | 296 + components/etl/test/test_crc16_t10dif.cpp | 296 + components/etl/test/test_crc16_teledisk.cpp | 296 + components/etl/test/test_crc16_tms37157.cpp | 296 + components/etl/test/test_crc16_usb.cpp | 296 + components/etl/test/test_crc16_x25.cpp | 296 + components/etl/test/test_crc16_xmodem.cpp | 296 + components/etl/test/test_crc32.cpp | 285 + components/etl/test/test_crc32_bzip2.cpp | 296 + components/etl/test/test_crc32_c.cpp | 296 + components/etl/test/test_crc32_d.cpp | 296 + components/etl/test/test_crc32_jamcrc.cpp | 296 + components/etl/test/test_crc32_mpeg2.cpp | 296 + components/etl/test/test_crc32_posix.cpp | 296 + components/etl/test/test_crc32_q.cpp | 296 + components/etl/test/test_crc32_xfer.cpp | 296 + components/etl/test/test_crc64_ecma.cpp | 296 + components/etl/test/test_crc8_ccitt.cpp | 296 + components/etl/test/test_crc8_cdma2000.cpp | 296 + components/etl/test/test_crc8_darc.cpp | 296 + components/etl/test/test_crc8_dvbs2.cpp | 296 + components/etl/test/test_crc8_ebu.cpp | 296 + components/etl/test/test_crc8_icode.cpp | 296 + components/etl/test/test_crc8_itu.cpp | 296 + components/etl/test/test_crc8_j1850.cpp | 296 + components/etl/test/test_crc8_j1850_zero.cpp | 296 + components/etl/test/test_crc8_maxim.cpp | 296 + components/etl/test/test_crc8_rohc.cpp | 296 + components/etl/test/test_crc8_wcdma.cpp | 296 + components/etl/test/test_cyclic_value.cpp | 496 + components/etl/test/test_debounce.cpp | 879 + components/etl/test/test_delegate.cpp | 1937 + components/etl/test/test_delegate_cpp03.cpp | 924 + components/etl/test/test_delegate_service.cpp | 337 + .../test_delegate_service_compile_time.cpp | 165 + .../etl/test/test_delegate_service_cpp03.cpp | 337 + components/etl/test/test_deque.cpp | 2269 + components/etl/test/test_endian.cpp | 49 + components/etl/test/test_enum_type.cpp | 154 + components/etl/test/test_error_handler.cpp | 192 + components/etl/test/test_etl_traits.cpp | 108 + components/etl/test/test_exception.cpp | 65 + components/etl/test/test_expected.cpp | 796 + components/etl/test/test_fixed_iterator.cpp | 232 + ...est_fixed_sized_memory_block_allocator.cpp | 289 + components/etl/test/test_flags.cpp | 614 + components/etl/test/test_flat_map.cpp | 1559 + components/etl/test/test_flat_multimap.cpp | 1368 + components/etl/test/test_flat_multiset.cpp | 1360 + components/etl/test/test_flat_set.cpp | 1320 + components/etl/test/test_fnv_1.cpp | 323 + components/etl/test/test_format_spec.cpp | 123 + components/etl/test/test_forward_list.cpp | 1423 + .../test/test_forward_list_shared_pool.cpp | 1930 + components/etl/test/test_fsm.cpp | 684 + components/etl/test/test_function.cpp | 510 + components/etl/test/test_function_traits.cpp | 211 + components/etl/test/test_functional.cpp | 383 + components/etl/test/test_gamma.cpp | 125 + components/etl/test/test_hash.cpp | 314 + components/etl/test/test_hfsm.cpp | 1032 + ...t_hfsm_recurse_to_inner_state_on_start.cpp | 260 + components/etl/test/test_histogram.cpp | 380 + components/etl/test/test_index_of_type.cpp | 58 + components/etl/test/test_indirect_vector.cpp | 1557 + .../test_indirect_vector_external_buffer.cpp | 1704 + components/etl/test/test_instance_count.cpp | 110 + components/etl/test/test_integral_limits.cpp | 105 + .../etl/test/test_intrusive_forward_list.cpp | 1362 + components/etl/test/test_intrusive_links.cpp | 1735 + components/etl/test/test_intrusive_list.cpp | 1608 + components/etl/test/test_intrusive_queue.cpp | 442 + components/etl/test/test_intrusive_stack.cpp | 332 + components/etl/test/test_invert.cpp | 134 + components/etl/test/test_io_port.cpp | 527 + components/etl/test/test_iterator.cpp | 584 + components/etl/test/test_jenkins.cpp | 160 + components/etl/test/test_largest.cpp | 255 + components/etl/test/test_limiter.cpp | 102 + components/etl/test/test_limits.cpp | 704 + components/etl/test/test_list.cpp | 2237 + components/etl/test/test_list_shared_pool.cpp | 2228 + components/etl/test/test_macros.cpp | 61 + components/etl/test/test_make_string.cpp | 188 + components/etl/test/test_map.cpp | 1638 + components/etl/test/test_math.cpp | 134 + components/etl/test/test_math_functions.cpp | 539 + components/etl/test/test_mean.cpp | 116 + components/etl/test/test_mem_cast.cpp | 344 + components/etl/test/test_mem_cast_ptr.cpp | 401 + components/etl/test/test_memory.cpp | 1646 + components/etl/test/test_message.cpp | 132 + components/etl/test/test_message_broker.cpp | 562 + components/etl/test/test_message_bus.cpp | 1011 + components/etl/test/test_message_packet.cpp | 491 + components/etl/test/test_message_router.cpp | 737 + .../etl/test/test_message_router_registry.cpp | 396 + components/etl/test/test_message_timer.cpp | 769 + .../etl/test/test_message_timer_atomic.cpp | 769 + .../etl/test/test_message_timer_interrupt.cpp | 852 + .../etl/test/test_message_timer_locked.cpp | 908 + components/etl/test/test_multi_array.cpp | 492 + components/etl/test/test_multi_range.cpp | 435 + components/etl/test/test_multi_span.cpp | 765 + components/etl/test/test_multi_vector.cpp | 578 + components/etl/test/test_multimap.cpp | 1695 + components/etl/test/test_multiset.cpp | 1677 + components/etl/test/test_murmur3.cpp | 129 + components/etl/test/test_nth_type.cpp | 46 + components/etl/test/test_numeric.cpp | 208 + components/etl/test/test_observer.cpp | 576 + components/etl/test/test_optional.cpp | 912 + components/etl/test/test_overload.cpp | 168 + components/etl/test/test_packet.cpp | 214 + components/etl/test/test_parameter_pack.cpp | 91 + components/etl/test/test_parameter_type.cpp | 90 + components/etl/test/test_parity_checksum.cpp | 147 + components/etl/test/test_pearson.cpp | 170 + .../test/test_poly_span_dynamic_extent.cpp | 550 + .../etl/test/test_poly_span_fixed_extent.cpp | 569 + components/etl/test/test_pool.cpp | 738 + .../etl/test/test_pool_external_buffer.cpp | 527 + components/etl/test/test_priority_queue.cpp | 654 + .../etl/test/test_pseudo_moving_average.cpp | 348 + components/etl/test/test_quantize.cpp | 123 + components/etl/test/test_queue.cpp | 579 + components/etl/test/test_queue_lockable.cpp | 758 + .../etl/test/test_queue_lockable_small.cpp | 761 + .../test/test_queue_memory_model_small.cpp | 554 + components/etl/test/test_queue_mpmc_mutex.cpp | 556 + .../etl/test/test_queue_mpmc_mutex_small.cpp | 581 + .../etl/test/test_queue_spsc_atomic.cpp | 462 + .../etl/test/test_queue_spsc_atomic_small.cpp | 480 + components/etl/test/test_queue_spsc_isr.cpp | 716 + .../etl/test/test_queue_spsc_isr_small.cpp | 734 + .../etl/test/test_queue_spsc_locked.cpp | 724 + .../etl/test/test_queue_spsc_locked_small.cpp | 741 + components/etl/test/test_random.cpp | 416 + components/etl/test/test_ratio.cpp | 230 + .../etl/test/test_reference_flat_map.cpp | 980 + .../etl/test/test_reference_flat_multimap.cpp | 922 + .../etl/test/test_reference_flat_multiset.cpp | 841 + .../etl/test/test_reference_flat_set.cpp | 840 + components/etl/test/test_rescale.cpp | 97 + components/etl/test/test_result.cpp | 374 + components/etl/test/test_rms.cpp | 70 + components/etl/test/test_scaled_rounding.cpp | 1847 + components/etl/test/test_set.cpp | 1509 + components/etl/test/test_shared_message.cpp | 387 + components/etl/test/test_singleton.cpp | 103 + components/etl/test/test_singleton_base.cpp | 104 + components/etl/test/test_smallest.cpp | 460 + .../etl/test/test_span_dynamic_extent.cpp | 1507 + .../etl/test/test_span_fixed_extent.cpp | 1265 + components/etl/test/test_stack.cpp | 565 + .../etl/test/test_standard_deviation.cpp | 164 + components/etl/test/test_state_chart.cpp | 603 + .../test/test_state_chart_compile_time.cpp | 612 + ...chart_compile_time_with_data_parameter.cpp | 508 + .../test_state_chart_with_data_parameter.cpp | 499 + ...state_chart_with_rvalue_data_parameter.cpp | 515 + components/etl/test/test_string_char.cpp | 5395 + .../test/test_string_char_external_buffer.cpp | 5680 + components/etl/test/test_string_stream.cpp | 331 + .../etl/test/test_string_stream_u16.cpp | 291 + .../etl/test/test_string_stream_u32.cpp | 291 + components/etl/test/test_string_stream_u8.cpp | 295 + .../etl/test/test_string_stream_wchar_t.cpp | 292 + components/etl/test/test_string_u16.cpp | 5391 + .../test/test_string_u16_external_buffer.cpp | 5675 + components/etl/test/test_string_u32.cpp | 5391 + .../test/test_string_u32_external_buffer.cpp | 5675 + components/etl/test/test_string_u8.cpp | 5395 + .../test/test_string_u8_external_buffer.cpp | 5680 + components/etl/test/test_string_utilities.cpp | 1864 + .../etl/test/test_string_utilities_std.cpp | 1620 + .../test/test_string_utilities_std_u16.cpp | 1595 + .../test/test_string_utilities_std_u32.cpp | 1593 + .../etl/test/test_string_utilities_std_u8.cpp | 1595 + .../test_string_utilities_std_wchar_t.cpp | 1593 + .../etl/test/test_string_utilities_u16.cpp | 1636 + .../etl/test/test_string_utilities_u32.cpp | 1636 + .../etl/test/test_string_utilities_u8.cpp | 1641 + .../test/test_string_utilities_wchar_t.cpp | 1636 + components/etl/test/test_string_view.cpp | 1159 + components/etl/test/test_string_wchar_t.cpp | 5410 + .../test_string_wchar_t_external_buffer.cpp | 5697 + components/etl/test/test_successor.cpp | 515 + components/etl/test/test_task_scheduler.cpp | 291 + components/etl/test/test_threshold.cpp | 137 + components/etl/test/test_to_arithmetic.cpp | 1045 + .../etl/test/test_to_arithmetic_u16.cpp | 1021 + .../etl/test/test_to_arithmetic_u32.cpp | 1021 + components/etl/test/test_to_arithmetic_u8.cpp | 1025 + .../etl/test/test_to_arithmetic_wchar_t.cpp | 1021 + components/etl/test/test_to_string.cpp | 667 + components/etl/test/test_to_u16string.cpp | 570 + components/etl/test/test_to_u32string.cpp | 575 + components/etl/test/test_to_u8string.cpp | 573 + components/etl/test/test_to_wstring.cpp | 637 + components/etl/test/test_tuple.cpp | 760 + components/etl/test/test_type_def.cpp | 327 + components/etl/test/test_type_list.cpp | 185 + components/etl/test/test_type_lookup.cpp | 431 + components/etl/test/test_type_select.cpp | 186 + components/etl/test/test_type_traits.cpp | 1475 + components/etl/test/test_unaligned_type.cpp | 1033 + .../etl/test/test_unaligned_type_ext.cpp | 1526 + components/etl/test/test_uncopyable.cpp | 66 + components/etl/test/test_unordered_map.cpp | 1435 + .../etl/test/test_unordered_multimap.cpp | 1252 + .../etl/test/test_unordered_multiset.cpp | 1107 + components/etl/test/test_unordered_set.cpp | 1072 + components/etl/test/test_user_type.cpp | 224 + components/etl/test/test_utility.cpp | 792 + components/etl/test/test_variance.cpp | 146 + components/etl/test/test_variant_legacy.cpp | 967 + components/etl/test/test_variant_pool.cpp | 314 + .../test_variant_pool_external_buffer.cpp | 329 + components/etl/test/test_variant_variadic.cpp | 2146 + components/etl/test/test_vector.cpp | 1531 + .../etl/test/test_vector_external_buffer.cpp | 1262 + .../etl/test/test_vector_non_trivial.cpp | 1325 + components/etl/test/test_vector_pointer.cpp | 2047 + .../test_vector_pointer_external_buffer.cpp | 1877 + components/etl/test/test_visitor.cpp | 751 + components/etl/test/test_xor_checksum.cpp | 149 + .../etl/test/test_xor_rotate_checksum.cpp | 149 + components/etl/test/unit_test_framework.h | 34 + components/etl/test/vs2019/.gitignore | 7 + components/etl/test/vs2019/NatvisFile.natvis | 3 + components/etl/test/vs2019/cpp.hint | 53 + components/etl/test/vs2019/etl.sln | 157 + components/etl/test/vs2019/etl.vcxproj | 13584 + .../etl/test/vs2019/etl.vcxproj.filters | 3599 + .../etl_initialiser_list.vcxproj | 149 + .../etl_initialiser_list.vcxproj.filters | 22 + components/etl/test/vs2022/.gitignore | 7 + components/etl/test/vs2022/cpp.hint | 40 + components/etl/test/vs2022/etl.sln | 109 + components/etl/test/vs2022/etl.vcxproj | 10674 + .../etl/test/vs2022/etl.vcxproj.filters | 3833 + .../etl_initialiser_list.vcxproj | 149 + .../etl_initialiser_list.vcxproj.filters | 22 + .../test/vs2022/etl_solution_suppressions.cfg | 4 + components/etl/test/vs2022/io_port.natvis | 62 + components/etl/test/words.txt | 291419 +++++++++++++++ components/etl/todo.txt | 7 + components/etl/uml/FSM example.png | 0 components/etl/uml/Framework.png | 0 components/etl/uml/MessageFramework.png | 0 components/etl/uml/source/FSM example.zargo | 0 .../etl/uml/source/Message Framework.zargo | 0 components/etl/version.txt | 1 + components/etl/zephyr/CMakeLists.txt | 8 + components/etl/zephyr/Kconfig | 19 + components/etl/zephyr/module.yml | 4 + 1296 files changed, 801882 insertions(+) create mode 100644 components/etl/.circleci/config.yml create mode 100644 components/etl/.clang-format create mode 100644 components/etl/.devcontainer/Dockerfile create mode 100644 components/etl/.devcontainer/clang10/devcontainer.json create mode 100644 components/etl/.devcontainer/clang11/devcontainer.json create mode 100644 components/etl/.devcontainer/clang12/devcontainer.json create mode 100644 components/etl/.devcontainer/clang13/devcontainer.json create mode 100644 components/etl/.devcontainer/clang14/devcontainer.json create mode 100644 components/etl/.devcontainer/clang15/devcontainer.json create mode 100644 components/etl/.devcontainer/clang16/devcontainer.json create mode 100644 components/etl/.devcontainer/clang17/devcontainer.json create mode 100644 components/etl/.devcontainer/clang18/devcontainer.json create mode 100644 components/etl/.devcontainer/clang19/devcontainer.json create mode 100644 components/etl/.devcontainer/clang20/devcontainer.json create mode 100644 components/etl/.devcontainer/clang7/devcontainer.json create mode 100644 components/etl/.devcontainer/clang8/devcontainer.json create mode 100644 components/etl/.devcontainer/clang9/devcontainer.json create mode 100644 components/etl/.devcontainer/context/reinstall-cmake.sh create mode 100644 components/etl/.devcontainer/devcontainer.json create mode 100644 components/etl/.devcontainer/gcc09/devcontainer.json create mode 100644 components/etl/.devcontainer/gcc10/devcontainer.json create mode 100644 components/etl/.devcontainer/gcc11/devcontainer.json create mode 100644 components/etl/.devcontainer/gcc12/devcontainer.json create mode 100644 components/etl/.devcontainer/gcc13/devcontainer.json create mode 100644 components/etl/.devcontainer/gcc14/devcontainer.json create mode 100644 components/etl/.devcontainer/gcc15/devcontainer.json create mode 100644 components/etl/.gitattributes create mode 100644 components/etl/.github/FUNDING.yml create mode 100644 components/etl/.github/workflows/clang-c++11.yml create mode 100644 components/etl/.github/workflows/clang-c++14.yml create mode 100644 components/etl/.github/workflows/clang-c++17.yml create mode 100644 components/etl/.github/workflows/clang-c++20.yml create mode 100644 components/etl/.github/workflows/clang-c++23.yml create mode 100644 components/etl/.github/workflows/clang-syntax-checks.yml create mode 100644 components/etl/.github/workflows/gcc-c++11.yml create mode 100644 components/etl/.github/workflows/gcc-c++14.yml create mode 100644 components/etl/.github/workflows/gcc-c++17.yml create mode 100644 components/etl/.github/workflows/gcc-c++20.yml create mode 100644 components/etl/.github/workflows/gcc-c++23.yml create mode 100644 components/etl/.github/workflows/gcc-syntax-checks.yml create mode 100644 components/etl/.github/workflows/msvc.yml create mode 100644 components/etl/.gitignore create mode 100644 components/etl/.gitlab-ci.yml create mode 100644 components/etl/.gitrepo create mode 100644 components/etl/CMakeLists.txt create mode 100644 components/etl/CONTRIBUTING.md create mode 100644 components/etl/Doxyfile create mode 100644 components/etl/LICENSE create mode 100644 components/etl/README.md create mode 100644 components/etl/appveyor.yml create mode 100644 components/etl/arduino/Embedded_Template_Library.h create mode 100644 components/etl/arduino/examples/Example_0_import_etl/Example_0_import_etl.ino create mode 100644 components/etl/arduino/examples/Vector_Examples/Example_Vector_1_simple_use/Example_Vector_1_simple_use.ino create mode 100644 components/etl/arduino/library-arduino.json create mode 100644 components/etl/arduino/library-arduino.properties create mode 100644 components/etl/cmake/GetGitRevisionDescription.cmake create mode 100644 components/etl/cmake/GetGitRevisionDescription.cmake.in create mode 100644 components/etl/cmake/etlConfig.cmake.in create mode 100644 components/etl/cmake/helpers.cmake create mode 100644 components/etl/examples/ArmTimerCallbacks - C++/.gitignore create mode 100644 components/etl/examples/ArmTimerCallbacks - C++/ArmTimerCallbacks.uvprojx create mode 100644 components/etl/examples/ArmTimerCallbacks - C++/RTE/Device/STM32F401RETx/startup_stm32f401xe.s create mode 100644 components/etl/examples/ArmTimerCallbacks - C++/RTE/Device/STM32F401RETx/system_stm32f4xx.c create mode 100644 components/etl/examples/ArmTimerCallbacks - C++/etl_profile.h create mode 100644 components/etl/examples/ArmTimerCallbacks - C++/main.cpp create mode 100644 components/etl/examples/Blink/Blink1/__vm/.gitignore create mode 100644 components/etl/examples/BlinkList/BlinkList.ino create mode 100644 components/etl/examples/BlinkList/VisualMicro/BlinkList.sln create mode 100644 components/etl/examples/BlinkList/VisualMicro/BlinkList.vcxproj create mode 100644 components/etl/examples/BlinkList/VisualMicro/BlinkList.vcxproj.filters create mode 100644 components/etl/examples/BlinkList/VisualMicro/__vm/.gitignore create mode 100644 components/etl/examples/BlinkList/__vm/.gitignore create mode 100644 components/etl/examples/Debounce/Debounce.ino create mode 100644 components/etl/examples/FunctionInterruptSimulation-Delegates/CMakeLists.txt create mode 100644 components/etl/examples/FunctionInterruptSimulation-Delegates/FunctionInterruptSimulation.cpp create mode 100644 components/etl/examples/FunctionInterruptSimulation-Delegates/etl_profile.h create mode 100644 components/etl/examples/FunctionInterruptSimulation-Delegates/vs2017/.vs/FunctionInterruptSimulation-Delegates/v15/.gitignore create mode 100644 components/etl/examples/FunctionInterruptSimulation-Delegates/vs2017/.vs/FunctionInterruptSimulation/v15/.gitignore create mode 100644 components/etl/examples/FunctionInterruptSimulation-Delegates/vs2017/FunctionInterruptSimulation-Delegates.sln create mode 100644 components/etl/examples/FunctionInterruptSimulation-Delegates/vs2017/FunctionInterruptSimulation-Delegates.vcxproj create mode 100644 components/etl/examples/FunctionInterruptSimulation-Delegates/vs2019/FunctionInterruptSimulation-Delegates.sln create mode 100644 components/etl/examples/FunctionInterruptSimulation-Delegates/vs2019/FunctionInterruptSimulation-Delegates.vcxproj create mode 100644 components/etl/examples/FunctionInterruptSimulation/CMakeLists.txt create mode 100644 components/etl/examples/FunctionInterruptSimulation/FunctionInterruptSimulation.cpp create mode 100644 components/etl/examples/FunctionInterruptSimulation/etl_profile.h create mode 100644 components/etl/examples/FunctionInterruptSimulation/vs2017/FunctionInterruptSimulation.sln create mode 100644 components/etl/examples/FunctionInterruptSimulation/vs2017/FunctionInterruptSimulation.vcxproj create mode 100644 components/etl/examples/FunctionInterruptSimulation/vs2017/FunctionInterruptSimulation.vcxproj.filters create mode 100644 components/etl/examples/MutexMessageRouter/CMakeLists.txt create mode 100644 components/etl/examples/MutexMessageRouter/MutexMessageRouter.cpp create mode 100644 components/etl/examples/MutexMessageRouter/MutexMessageRouter.sln create mode 100644 components/etl/examples/MutexMessageRouter/MutexMessageRouter.vcxproj create mode 100644 components/etl/examples/QueuedFSM/CMakeLists.txt create mode 100644 components/etl/examples/QueuedFSM/QueuedFSM.cpp create mode 100644 components/etl/examples/QueuedFSM/etl_profile.h create mode 100644 components/etl/examples/QueuedFSM/vs2019/QueuedFSM.sln create mode 100644 components/etl/examples/QueuedFSM/vs2019/QueuedFSM.vcxproj create mode 100644 components/etl/examples/QueuedFSM/vs2019/QueuedFSM.vcxproj.filters create mode 100644 components/etl/examples/QueuedMessageRouter/CMakeLists.txt create mode 100644 components/etl/examples/QueuedMessageRouter/QueuedMessageRouter.cpp create mode 100644 components/etl/examples/QueuedMessageRouter/etl_profile.h create mode 100644 components/etl/examples/QueuedMessageRouter/vs2022/QueuedMessageRouter.sln create mode 100644 components/etl/examples/QueuedMessageRouter/vs2022/QueuedMessageRouter.vcxproj create mode 100644 components/etl/examples/Scheduler/CMakeLists.txt create mode 100644 components/etl/examples/Scheduler/Scheduler.cpp create mode 100644 components/etl/examples/Scheduler/etl_profile.h create mode 100644 components/etl/examples/Scheduler/vs2017/Scheduler.sln create mode 100644 components/etl/examples/Scheduler/vs2017/Scheduler.vcxproj create mode 100644 components/etl/examples/Scheduler/vs2019/Scheduler.sln create mode 100644 components/etl/examples/Scheduler/vs2019/Scheduler.vcxproj create mode 100644 components/etl/examples/SharedMessage/CMakeLists.txt create mode 100644 components/etl/examples/SharedMessage/SharedMessage.cpp create mode 100644 components/etl/examples/SharedMessage/SharedMessage.sln create mode 100644 components/etl/examples/SharedMessage/SharedMessage.vcxproj create mode 100644 components/etl/examples/SharedMessage/etl_profile.h create mode 100644 components/etl/examples/platformio/.gitignore create mode 100644 components/etl/examples/platformio/.vscode/extensions.json create mode 100644 components/etl/examples/platformio/README.md create mode 100644 components/etl/examples/platformio/include/etl_profile.h create mode 100644 components/etl/examples/platformio/platformio.ini create mode 100644 components/etl/examples/platformio/src/main.cpp create mode 100644 components/etl/images/ArcticCodeVault.png create mode 100644 components/etl/images/ArcticCodeVaultTransparent.png create mode 100644 components/etl/images/Coverty Shields.txt create mode 100644 components/etl/images/etl-round.png create mode 100644 components/etl/images/etl.ico create mode 100644 components/etl/images/etl.png create mode 100644 components/etl/images/etl.xar create mode 100644 components/etl/images/etl16.png create mode 100644 components/etl/images/etl32.png create mode 100644 components/etl/images/etl48.png create mode 100644 components/etl/images/etl64.png create mode 100644 components/etl/images/favicon-32.png create mode 100644 components/etl/images/favicon-64.png create mode 100644 components/etl/images/favicon.ico create mode 100644 components/etl/include/etl/.vscode/settings.json create mode 100644 components/etl/include/etl/absolute.h create mode 100644 components/etl/include/etl/algorithm.h create mode 100644 components/etl/include/etl/alignment.h create mode 100644 components/etl/include/etl/array.h create mode 100644 components/etl/include/etl/array_view.h create mode 100644 components/etl/include/etl/array_wrapper.h create mode 100644 components/etl/include/etl/atomic.h create mode 100644 components/etl/include/etl/atomic/atomic_arm.h create mode 100644 components/etl/include/etl/atomic/atomic_clang_sync.h create mode 100644 components/etl/include/etl/atomic/atomic_gcc_sync.h create mode 100644 components/etl/include/etl/atomic/atomic_std.h create mode 100644 components/etl/include/etl/base64.h create mode 100644 components/etl/include/etl/base64_decoder.h create mode 100644 components/etl/include/etl/base64_encoder.h create mode 100644 components/etl/include/etl/basic_format_spec.h create mode 100644 components/etl/include/etl/basic_string.h create mode 100644 components/etl/include/etl/basic_string_stream.h create mode 100644 components/etl/include/etl/binary.h create mode 100644 components/etl/include/etl/bip_buffer_spsc_atomic.h create mode 100644 components/etl/include/etl/bit.h create mode 100644 components/etl/include/etl/bit_stream.h create mode 100644 components/etl/include/etl/bitset.h create mode 100644 components/etl/include/etl/bloom_filter.h create mode 100644 components/etl/include/etl/bresenham_line.h create mode 100644 components/etl/include/etl/buffer_descriptors.h create mode 100644 components/etl/include/etl/byte.h create mode 100644 components/etl/include/etl/byte_stream.h create mode 100644 components/etl/include/etl/callback.h create mode 100644 components/etl/include/etl/callback_service.h create mode 100644 components/etl/include/etl/callback_timer.h create mode 100644 components/etl/include/etl/callback_timer_atomic.h create mode 100644 components/etl/include/etl/callback_timer_interrupt.h create mode 100644 components/etl/include/etl/callback_timer_locked.h create mode 100644 components/etl/include/etl/char_traits.h create mode 100644 components/etl/include/etl/checksum.h create mode 100644 components/etl/include/etl/chrono.h create mode 100644 components/etl/include/etl/circular_buffer.h create mode 100644 components/etl/include/etl/circular_iterator.h create mode 100644 components/etl/include/etl/combinations.h create mode 100644 components/etl/include/etl/compare.h create mode 100644 components/etl/include/etl/constant.h create mode 100644 components/etl/include/etl/container.h create mode 100644 components/etl/include/etl/correlation.h create mode 100644 components/etl/include/etl/covariance.h create mode 100644 components/etl/include/etl/crc.h create mode 100644 components/etl/include/etl/crc1.h create mode 100644 components/etl/include/etl/crc16.h create mode 100644 components/etl/include/etl/crc16_a.h create mode 100644 components/etl/include/etl/crc16_arc.h create mode 100644 components/etl/include/etl/crc16_aug_ccitt.h create mode 100644 components/etl/include/etl/crc16_buypass.h create mode 100644 components/etl/include/etl/crc16_ccitt.h create mode 100644 components/etl/include/etl/crc16_cdma2000.h create mode 100644 components/etl/include/etl/crc16_dds110.h create mode 100644 components/etl/include/etl/crc16_dectr.h create mode 100644 components/etl/include/etl/crc16_dectx.h create mode 100644 components/etl/include/etl/crc16_dnp.h create mode 100644 components/etl/include/etl/crc16_en13757.h create mode 100644 components/etl/include/etl/crc16_genibus.h create mode 100644 components/etl/include/etl/crc16_kermit.h create mode 100644 components/etl/include/etl/crc16_m17.h create mode 100644 components/etl/include/etl/crc16_maxim.h create mode 100644 components/etl/include/etl/crc16_mcrf4xx.h create mode 100644 components/etl/include/etl/crc16_modbus.h create mode 100644 components/etl/include/etl/crc16_profibus.h create mode 100644 components/etl/include/etl/crc16_riello.h create mode 100644 components/etl/include/etl/crc16_t10dif.h create mode 100644 components/etl/include/etl/crc16_teledisk.h create mode 100644 components/etl/include/etl/crc16_tms37157.h create mode 100644 components/etl/include/etl/crc16_usb.h create mode 100644 components/etl/include/etl/crc16_x25.h create mode 100644 components/etl/include/etl/crc16_xmodem.h create mode 100644 components/etl/include/etl/crc32.h create mode 100644 components/etl/include/etl/crc32_bzip2.h create mode 100644 components/etl/include/etl/crc32_c.h create mode 100644 components/etl/include/etl/crc32_d.h create mode 100644 components/etl/include/etl/crc32_jamcrc.h create mode 100644 components/etl/include/etl/crc32_mpeg2.h create mode 100644 components/etl/include/etl/crc32_posix.h create mode 100644 components/etl/include/etl/crc32_q.h create mode 100644 components/etl/include/etl/crc32_xfer.h create mode 100644 components/etl/include/etl/crc64_ecma.h create mode 100644 components/etl/include/etl/crc8_ccitt.h create mode 100644 components/etl/include/etl/crc8_cdma2000.h create mode 100644 components/etl/include/etl/crc8_darc.h create mode 100644 components/etl/include/etl/crc8_dvbs2.h create mode 100644 components/etl/include/etl/crc8_ebu.h create mode 100644 components/etl/include/etl/crc8_icode.h create mode 100644 components/etl/include/etl/crc8_itu.h create mode 100644 components/etl/include/etl/crc8_j1850.h create mode 100644 components/etl/include/etl/crc8_j1850_zero.h create mode 100644 components/etl/include/etl/crc8_maxim.h create mode 100644 components/etl/include/etl/crc8_rohc.h create mode 100644 components/etl/include/etl/crc8_wcdma.h create mode 100644 components/etl/include/etl/cstring.h create mode 100644 components/etl/include/etl/cyclic_value.h create mode 100644 components/etl/include/etl/debounce.h create mode 100644 components/etl/include/etl/debug_count.h create mode 100644 components/etl/include/etl/delegate.h create mode 100644 components/etl/include/etl/delegate_observer.h create mode 100644 components/etl/include/etl/delegate_service.h create mode 100644 components/etl/include/etl/deprecated/factory.h create mode 100644 components/etl/include/etl/deque.h create mode 100644 components/etl/include/etl/doxygen.h create mode 100644 components/etl/include/etl/endianness.h create mode 100644 components/etl/include/etl/enum_type.h create mode 100644 components/etl/include/etl/error_handler.h create mode 100644 components/etl/include/etl/exception.h create mode 100644 components/etl/include/etl/expected.h create mode 100644 components/etl/include/etl/experimental/bit_cast.h create mode 100644 components/etl/include/etl/experimental/class_traits.h create mode 100644 components/etl/include/etl/experimental/icache.h create mode 100644 components/etl/include/etl/experimental/mem_cast.h create mode 100644 components/etl/include/etl/experimental/mid_point flt (typo abs(a) should be abs(b).png create mode 100644 components/etl/include/etl/experimental/mid_point ptr.png create mode 100644 components/etl/include/etl/experimental/mid_point.png create mode 100644 components/etl/include/etl/experimental/singleton.h create mode 100644 components/etl/include/etl/factorial.h create mode 100644 components/etl/include/etl/fibonacci.h create mode 100644 components/etl/include/etl/file_error_numbers.h create mode 100644 components/etl/include/etl/fixed_iterator.h create mode 100644 components/etl/include/etl/fixed_sized_memory_block_allocator.h create mode 100644 components/etl/include/etl/flags.h create mode 100644 components/etl/include/etl/flat_map.h create mode 100644 components/etl/include/etl/flat_multimap.h create mode 100644 components/etl/include/etl/flat_multiset.h create mode 100644 components/etl/include/etl/flat_set.h create mode 100644 components/etl/include/etl/fnv_1.h create mode 100644 components/etl/include/etl/format_spec.h create mode 100644 components/etl/include/etl/forward_list.h create mode 100644 components/etl/include/etl/frame_check_sequence.h create mode 100644 components/etl/include/etl/fsm.h create mode 100644 components/etl/include/etl/function.h create mode 100644 components/etl/include/etl/function_traits.h create mode 100644 components/etl/include/etl/functional.h create mode 100644 components/etl/include/etl/gamma.h create mode 100644 components/etl/include/etl/gcd.h create mode 100644 components/etl/include/etl/generators/fsm_generator.h create mode 100644 components/etl/include/etl/generators/generate.bat create mode 100644 components/etl/include/etl/generators/generate_fsm.bat create mode 100644 components/etl/include/etl/generators/generate_largest.bat create mode 100644 components/etl/include/etl/generators/generate_message_packet.bat create mode 100644 components/etl/include/etl/generators/generate_message_router.bat create mode 100644 components/etl/include/etl/generators/generate_smallest.bat create mode 100644 components/etl/include/etl/generators/generate_type_lookup.bat create mode 100644 components/etl/include/etl/generators/generate_type_select.bat create mode 100644 components/etl/include/etl/generators/generate_type_traits.bat create mode 100644 components/etl/include/etl/generators/generate_variant_pool.bat create mode 100644 components/etl/include/etl/generators/largest_generator.h create mode 100644 components/etl/include/etl/generators/message_packet_generator.h create mode 100644 components/etl/include/etl/generators/message_router_generator.h create mode 100644 components/etl/include/etl/generators/smallest_generator.h create mode 100644 components/etl/include/etl/generators/type_lookup_generator.h create mode 100644 components/etl/include/etl/generators/type_select_generator.h create mode 100644 components/etl/include/etl/generators/type_traits_generator.h create mode 100644 components/etl/include/etl/generators/variant_pool_generator.h create mode 100644 components/etl/include/etl/generic_pool.h create mode 100644 components/etl/include/etl/hash.h create mode 100644 components/etl/include/etl/hfsm.h create mode 100644 components/etl/include/etl/histogram.h create mode 100644 components/etl/include/etl/ihash.h create mode 100644 components/etl/include/etl/imemory_block_allocator.h create mode 100644 components/etl/include/etl/index_of_type.h create mode 100644 components/etl/include/etl/indirect_vector.h create mode 100644 components/etl/include/etl/initializer_list.h create mode 100644 components/etl/include/etl/instance_count.h create mode 100644 components/etl/include/etl/integral_limits.h create mode 100644 components/etl/include/etl/intrusive_forward_list.h create mode 100644 components/etl/include/etl/intrusive_links.h create mode 100644 components/etl/include/etl/intrusive_list.h create mode 100644 components/etl/include/etl/intrusive_queue.h create mode 100644 components/etl/include/etl/intrusive_stack.h create mode 100644 components/etl/include/etl/invert.h create mode 100644 components/etl/include/etl/io_port.h create mode 100644 components/etl/include/etl/ipool.h create mode 100644 components/etl/include/etl/ireference_counted_message_pool.h create mode 100644 components/etl/include/etl/iterator.h create mode 100644 components/etl/include/etl/jenkins.h create mode 100644 components/etl/include/etl/largest.h create mode 100644 components/etl/include/etl/lcm.h create mode 100644 components/etl/include/etl/limiter.h create mode 100644 components/etl/include/etl/limits.h create mode 100644 components/etl/include/etl/list.h create mode 100644 components/etl/include/etl/log.h create mode 100644 components/etl/include/etl/macros.h create mode 100644 components/etl/include/etl/map.h create mode 100644 components/etl/include/etl/math.h create mode 100644 components/etl/include/etl/math_constants.h create mode 100644 components/etl/include/etl/mean.h create mode 100644 components/etl/include/etl/mem_cast.h create mode 100644 components/etl/include/etl/memory.h create mode 100644 components/etl/include/etl/memory_model.h create mode 100644 components/etl/include/etl/message.h create mode 100644 components/etl/include/etl/message_broker.h create mode 100644 components/etl/include/etl/message_bus.h create mode 100644 components/etl/include/etl/message_packet.h create mode 100644 components/etl/include/etl/message_router.h create mode 100644 components/etl/include/etl/message_router_registry.h create mode 100644 components/etl/include/etl/message_timer.h create mode 100644 components/etl/include/etl/message_timer_atomic.h create mode 100644 components/etl/include/etl/message_timer_interrupt.h create mode 100644 components/etl/include/etl/message_timer_locked.h create mode 100644 components/etl/include/etl/message_types.h create mode 100644 components/etl/include/etl/monostate.h create mode 100644 components/etl/include/etl/multi_array.h create mode 100644 components/etl/include/etl/multi_range.h create mode 100644 components/etl/include/etl/multi_span.h create mode 100644 components/etl/include/etl/multi_vector.h create mode 100644 components/etl/include/etl/multimap.h create mode 100644 components/etl/include/etl/multiset.h create mode 100644 components/etl/include/etl/murmur3.h create mode 100644 components/etl/include/etl/mutex.h create mode 100644 components/etl/include/etl/mutex/mutex_arm.h create mode 100644 components/etl/include/etl/mutex/mutex_clang_sync.h create mode 100644 components/etl/include/etl/mutex/mutex_cmsis_os2.h create mode 100644 components/etl/include/etl/mutex/mutex_freertos.h create mode 100644 components/etl/include/etl/mutex/mutex_gcc_sync.h create mode 100644 components/etl/include/etl/mutex/mutex_std.h create mode 100644 components/etl/include/etl/negative.h create mode 100644 components/etl/include/etl/nth_type.h create mode 100644 components/etl/include/etl/null_type.h create mode 100644 components/etl/include/etl/nullptr.h create mode 100644 components/etl/include/etl/numeric.h create mode 100644 components/etl/include/etl/observer.h create mode 100644 components/etl/include/etl/optional.h create mode 100644 components/etl/include/etl/overload.h create mode 100644 components/etl/include/etl/packet.h create mode 100644 components/etl/include/etl/parameter_pack.h create mode 100644 components/etl/include/etl/parameter_type.h create mode 100644 components/etl/include/etl/pearson.h create mode 100644 components/etl/include/etl/permutations.h create mode 100644 components/etl/include/etl/placement_new.h create mode 100644 components/etl/include/etl/platform.h create mode 100644 components/etl/include/etl/poly_span.h create mode 100644 components/etl/include/etl/pool.h create mode 100644 components/etl/include/etl/power.h create mode 100644 components/etl/include/etl/priority_queue.h create mode 100644 components/etl/include/etl/private/addressof.h create mode 100644 components/etl/include/etl/private/bitset_legacy.h create mode 100644 components/etl/include/etl/private/bitset_new.h create mode 100644 components/etl/include/etl/private/choose_namespace.h create mode 100644 components/etl/include/etl/private/chrono/clocks.h create mode 100644 components/etl/include/etl/private/chrono/day.h create mode 100644 components/etl/include/etl/private/chrono/duration.h create mode 100644 components/etl/include/etl/private/chrono/hh_mm_ss.h create mode 100644 components/etl/include/etl/private/chrono/last_spec.h create mode 100644 components/etl/include/etl/private/chrono/month.h create mode 100644 components/etl/include/etl/private/chrono/month_day.h create mode 100644 components/etl/include/etl/private/chrono/month_weekday.h create mode 100644 components/etl/include/etl/private/chrono/operators.h create mode 100644 components/etl/include/etl/private/chrono/time_point.h create mode 100644 components/etl/include/etl/private/chrono/time_zone.h create mode 100644 components/etl/include/etl/private/chrono/weekday.h create mode 100644 components/etl/include/etl/private/chrono/year.h create mode 100644 components/etl/include/etl/private/chrono/year_month.h create mode 100644 components/etl/include/etl/private/chrono/year_month_day.h create mode 100644 components/etl/include/etl/private/chrono/year_month_weekday.h create mode 100644 components/etl/include/etl/private/comparator_is_transparent.h create mode 100644 components/etl/include/etl/private/crc_implementation.h create mode 100644 components/etl/include/etl/private/crc_parameters.h create mode 100644 components/etl/include/etl/private/delegate_cpp03.h create mode 100644 components/etl/include/etl/private/delegate_cpp11.h create mode 100644 components/etl/include/etl/private/diagnostic_array_bounds_push.h create mode 100644 components/etl/include/etl/private/diagnostic_cxx_20_compat_push.h create mode 100644 components/etl/include/etl/private/diagnostic_deprecated_push.h create mode 100644 components/etl/include/etl/private/diagnostic_float_equal_push.h create mode 100644 components/etl/include/etl/private/diagnostic_format_security_push.h create mode 100644 components/etl/include/etl/private/diagnostic_null_dereference_push.h create mode 100644 components/etl/include/etl/private/diagnostic_pessimizing_move_push.h create mode 100644 components/etl/include/etl/private/diagnostic_pop.h create mode 100644 components/etl/include/etl/private/diagnostic_self_assign_overloaded_push.h create mode 100644 components/etl/include/etl/private/diagnostic_stringop_overread_push.h create mode 100644 components/etl/include/etl/private/diagnostic_uninitialized_push.h create mode 100644 components/etl/include/etl/private/diagnostic_unused_function_push.h create mode 100644 components/etl/include/etl/private/diagnostic_useless_cast_push.h create mode 100644 components/etl/include/etl/private/dynamic_extent.h create mode 100644 components/etl/include/etl/private/ivectorpointer.h create mode 100644 components/etl/include/etl/private/minmax_pop.h create mode 100644 components/etl/include/etl/private/minmax_push.h create mode 100644 components/etl/include/etl/private/pvoidvector.h create mode 100644 components/etl/include/etl/private/to_string_helper.h create mode 100644 components/etl/include/etl/private/tuple_element.h create mode 100644 components/etl/include/etl/private/tuple_size.h create mode 100644 components/etl/include/etl/private/variant_legacy.h create mode 100644 components/etl/include/etl/private/variant_select_do_operator.h create mode 100644 components/etl/include/etl/private/variant_select_do_visitor.h create mode 100644 components/etl/include/etl/private/variant_variadic.h create mode 100644 components/etl/include/etl/private/vector_base.h create mode 100644 components/etl/include/etl/profiles/arduino_arm.h create mode 100644 components/etl/include/etl/profiles/armv5.h create mode 100644 components/etl/include/etl/profiles/armv5_no_stl.h create mode 100644 components/etl/include/etl/profiles/armv6.h create mode 100644 components/etl/include/etl/profiles/armv6_no_stl.h create mode 100644 components/etl/include/etl/profiles/armv7.h create mode 100644 components/etl/include/etl/profiles/armv7_no_stl.h create mode 100644 components/etl/include/etl/profiles/auto.h create mode 100644 components/etl/include/etl/profiles/clang_generic.h create mode 100644 components/etl/include/etl/profiles/clang_generic_no_stl.h create mode 100644 components/etl/include/etl/profiles/cpp03.h create mode 100644 components/etl/include/etl/profiles/cpp03_no_stl.h create mode 100644 components/etl/include/etl/profiles/cpp11.h create mode 100644 components/etl/include/etl/profiles/cpp11_no_stl.h create mode 100644 components/etl/include/etl/profiles/cpp14.h create mode 100644 components/etl/include/etl/profiles/cpp14_no_stl.h create mode 100644 components/etl/include/etl/profiles/cpp17.h create mode 100644 components/etl/include/etl/profiles/cpp17_no_stl.h create mode 100644 components/etl/include/etl/profiles/determine_builtin_support.h create mode 100644 components/etl/include/etl/profiles/determine_compiler.h create mode 100644 components/etl/include/etl/profiles/determine_compiler_language_support.h create mode 100644 components/etl/include/etl/profiles/determine_compiler_version.h create mode 100644 components/etl/include/etl/profiles/determine_development_os.h create mode 100644 components/etl/include/etl/profiles/gcc_generic.h create mode 100644 components/etl/include/etl/profiles/gcc_generic_no_stl.h create mode 100644 components/etl/include/etl/profiles/gcc_linux_x86.h create mode 100644 components/etl/include/etl/profiles/gcc_linux_x86_no_stl.h create mode 100644 components/etl/include/etl/profiles/gcc_windows_x86.h create mode 100644 components/etl/include/etl/profiles/gcc_windows_x86_no_stl.h create mode 100644 components/etl/include/etl/profiles/msvc_x86.h create mode 100644 components/etl/include/etl/profiles/msvc_x86_no_stl.h create mode 100644 components/etl/include/etl/profiles/segger_gcc_stlport.h create mode 100644 components/etl/include/etl/profiles/ticc.h create mode 100644 components/etl/include/etl/profiles/ticc_no_stl.h create mode 100644 components/etl/include/etl/pseudo_moving_average.h create mode 100644 components/etl/include/etl/quantize.h create mode 100644 components/etl/include/etl/queue.h create mode 100644 components/etl/include/etl/queue_lockable.h create mode 100644 components/etl/include/etl/queue_mpmc_mutex.h create mode 100644 components/etl/include/etl/queue_spsc_atomic.h create mode 100644 components/etl/include/etl/queue_spsc_isr.h create mode 100644 components/etl/include/etl/queue_spsc_locked.h create mode 100644 components/etl/include/etl/radix.h create mode 100644 components/etl/include/etl/random.h create mode 100644 components/etl/include/etl/ratio.h create mode 100644 components/etl/include/etl/reference_counted_message.h create mode 100644 components/etl/include/etl/reference_counted_message_pool.h create mode 100644 components/etl/include/etl/reference_counted_object.h create mode 100644 components/etl/include/etl/reference_flat_map.h create mode 100644 components/etl/include/etl/reference_flat_multimap.h create mode 100644 components/etl/include/etl/reference_flat_multiset.h create mode 100644 components/etl/include/etl/reference_flat_set.h create mode 100644 components/etl/include/etl/rescale.h create mode 100644 components/etl/include/etl/result.h create mode 100644 components/etl/include/etl/rms.h create mode 100644 components/etl/include/etl/scaled_rounding.h create mode 100644 components/etl/include/etl/scheduler.h create mode 100644 components/etl/include/etl/set.h create mode 100644 components/etl/include/etl/shared_message.h create mode 100644 components/etl/include/etl/singleton.h create mode 100644 components/etl/include/etl/singleton_base.h create mode 100644 components/etl/include/etl/smallest.h create mode 100644 components/etl/include/etl/span.h create mode 100644 components/etl/include/etl/sqrt.h create mode 100644 components/etl/include/etl/stack.h create mode 100644 components/etl/include/etl/standard_deviation.h create mode 100644 components/etl/include/etl/state_chart.h create mode 100644 components/etl/include/etl/static_assert.h create mode 100644 components/etl/include/etl/string.h create mode 100644 components/etl/include/etl/string_stream.h create mode 100644 components/etl/include/etl/string_utilities.h create mode 100644 components/etl/include/etl/string_view.h create mode 100644 components/etl/include/etl/stringify.h create mode 100644 components/etl/include/etl/successor.h create mode 100644 components/etl/include/etl/task.h create mode 100644 components/etl/include/etl/threshold.h create mode 100644 components/etl/include/etl/timer.h create mode 100644 components/etl/include/etl/to_arithmetic.h create mode 100644 components/etl/include/etl/to_string.h create mode 100644 components/etl/include/etl/to_u16string.h create mode 100644 components/etl/include/etl/to_u32string.h create mode 100644 components/etl/include/etl/to_u8string.h create mode 100644 components/etl/include/etl/to_wstring.h create mode 100644 components/etl/include/etl/tuple.h create mode 100644 components/etl/include/etl/type_def.h create mode 100644 components/etl/include/etl/type_list.h create mode 100644 components/etl/include/etl/type_lookup.h create mode 100644 components/etl/include/etl/type_select.h create mode 100644 components/etl/include/etl/type_traits.h create mode 100644 components/etl/include/etl/u16format_spec.h create mode 100644 components/etl/include/etl/u16string.h create mode 100644 components/etl/include/etl/u16string_stream.h create mode 100644 components/etl/include/etl/u32format_spec.h create mode 100644 components/etl/include/etl/u32string.h create mode 100644 components/etl/include/etl/u32string_stream.h create mode 100644 components/etl/include/etl/u8format_spec.h create mode 100644 components/etl/include/etl/u8string.h create mode 100644 components/etl/include/etl/u8string_stream.h create mode 100644 components/etl/include/etl/unaligned_type.h create mode 100644 components/etl/include/etl/uncopyable.h create mode 100644 components/etl/include/etl/unordered_map.h create mode 100644 components/etl/include/etl/unordered_multimap.h create mode 100644 components/etl/include/etl/unordered_multiset.h create mode 100644 components/etl/include/etl/unordered_set.h create mode 100644 components/etl/include/etl/user_type.h create mode 100644 components/etl/include/etl/utility.h create mode 100644 components/etl/include/etl/variance.h create mode 100644 components/etl/include/etl/variant.h create mode 100644 components/etl/include/etl/variant_pool.h create mode 100644 components/etl/include/etl/vector.h create mode 100644 components/etl/include/etl/version.h create mode 100644 components/etl/include/etl/visitor.h create mode 100644 components/etl/include/etl/wformat_spec.h create mode 100644 components/etl/include/etl/wstring.h create mode 100644 components/etl/include/etl/wstring_stream.h create mode 100644 components/etl/library.json create mode 100644 components/etl/library.properties create mode 100644 components/etl/meson.build create mode 100644 components/etl/meson_options.txt create mode 100644 components/etl/scripts/generator_test.bat create mode 100644 components/etl/scripts/generator_test.py create mode 100644 components/etl/scripts/update_release.bat create mode 100644 components/etl/scripts/update_release.py create mode 100644 components/etl/scripts/update_version.bat create mode 100644 components/etl/scripts/update_version.py create mode 100644 components/etl/subprojects/unittest-cpp.wrap create mode 100644 components/etl/support/Class diagrams.docx create mode 100644 components/etl/support/Flat map class diagram.odg create mode 100644 components/etl/support/Flat_map_class_diagram.doc create mode 100644 components/etl/support/List class diagram.odg create mode 100644 components/etl/support/List_class_diagram.doc create mode 100644 components/etl/support/Release notes.txt create mode 100644 components/etl/support/hfsm.docx create mode 100644 components/etl/support/hfsm.png create mode 100644 components/etl/test/.gitattributes create mode 100644 components/etl/test/CMakeLists.txt create mode 100644 components/etl/test/Deprecated/test_embedded_compile.cpp create mode 100644 components/etl/test/Deprecated/test_factory.cpp create mode 100644 components/etl/test/Performance/unordered_map/unordered_map.sln create mode 100644 components/etl/test/Performance/unordered_map/unordered_map/ReadMe.txt create mode 100644 components/etl/test/Performance/unordered_map/unordered_map/stdafx.cpp create mode 100644 components/etl/test/Performance/unordered_map/unordered_map/stdafx.h create mode 100644 components/etl/test/Performance/unordered_map/unordered_map/targetver.h create mode 100644 components/etl/test/Performance/unordered_map/unordered_map/unordered_map.cpp create mode 100644 components/etl/test/Performance/unordered_map/unordered_map/unordered_map.vcxproj create mode 100644 components/etl/test/Performance/unordered_map/unordered_map/unordered_map.vcxproj.filters create mode 100644 components/etl/test/UnitTest++/AssertException.cpp create mode 100644 components/etl/test/UnitTest++/AssertException.h create mode 100644 components/etl/test/UnitTest++/CMakeLists.txt create mode 100644 components/etl/test/UnitTest++/CheckMacros.h create mode 100644 components/etl/test/UnitTest++/Checks.cpp create mode 100644 components/etl/test/UnitTest++/Checks.h create mode 100644 components/etl/test/UnitTest++/CompositeTestReporter.cpp create mode 100644 components/etl/test/UnitTest++/CompositeTestReporter.h create mode 100644 components/etl/test/UnitTest++/Config.h create mode 100644 components/etl/test/UnitTest++/CurrentTest.cpp create mode 100644 components/etl/test/UnitTest++/CurrentTest.h create mode 100644 components/etl/test/UnitTest++/DeferredTestReporter.cpp create mode 100644 components/etl/test/UnitTest++/DeferredTestReporter.h create mode 100644 components/etl/test/UnitTest++/DeferredTestResult.cpp create mode 100644 components/etl/test/UnitTest++/DeferredTestResult.h create mode 100644 components/etl/test/UnitTest++/ExceptionMacros.h create mode 100644 components/etl/test/UnitTest++/ExecuteTest.h create mode 100644 components/etl/test/UnitTest++/HelperMacros.h create mode 100644 components/etl/test/UnitTest++/MemoryOutStream.cpp create mode 100644 components/etl/test/UnitTest++/MemoryOutStream.h create mode 100644 components/etl/test/UnitTest++/Posix/SignalTranslator.cpp create mode 100644 components/etl/test/UnitTest++/Posix/SignalTranslator.h create mode 100644 components/etl/test/UnitTest++/Posix/TimeHelpers.cpp create mode 100644 components/etl/test/UnitTest++/Posix/TimeHelpers.h create mode 100644 components/etl/test/UnitTest++/ReportAssert.cpp create mode 100644 components/etl/test/UnitTest++/ReportAssert.h create mode 100644 components/etl/test/UnitTest++/ReportAssertImpl.h create mode 100644 components/etl/test/UnitTest++/RequireMacros.h create mode 100644 components/etl/test/UnitTest++/RequiredCheckException.cpp create mode 100644 components/etl/test/UnitTest++/RequiredCheckException.h create mode 100644 components/etl/test/UnitTest++/RequiredCheckTestReporter.cpp create mode 100644 components/etl/test/UnitTest++/RequiredCheckTestReporter.h create mode 100644 components/etl/test/UnitTest++/Test.cpp create mode 100644 components/etl/test/UnitTest++/Test.h create mode 100644 components/etl/test/UnitTest++/TestDetails.cpp create mode 100644 components/etl/test/UnitTest++/TestDetails.h create mode 100644 components/etl/test/UnitTest++/TestList.cpp create mode 100644 components/etl/test/UnitTest++/TestList.h create mode 100644 components/etl/test/UnitTest++/TestMacros.h create mode 100644 components/etl/test/UnitTest++/TestReporter.cpp create mode 100644 components/etl/test/UnitTest++/TestReporter.h create mode 100644 components/etl/test/UnitTest++/TestReporterStdout.cpp create mode 100644 components/etl/test/UnitTest++/TestReporterStdout.h create mode 100644 components/etl/test/UnitTest++/TestResults.cpp create mode 100644 components/etl/test/UnitTest++/TestResults.h create mode 100644 components/etl/test/UnitTest++/TestRunner.cpp create mode 100644 components/etl/test/UnitTest++/TestRunner.h create mode 100644 components/etl/test/UnitTest++/TestSuite.h create mode 100644 components/etl/test/UnitTest++/ThrowingTestReporter.cpp create mode 100644 components/etl/test/UnitTest++/ThrowingTestReporter.h create mode 100644 components/etl/test/UnitTest++/TimeConstraint.cpp create mode 100644 components/etl/test/UnitTest++/TimeConstraint.h create mode 100644 components/etl/test/UnitTest++/TimeHelpers.h create mode 100644 components/etl/test/UnitTest++/UnitTest++.h create mode 100644 components/etl/test/UnitTest++/UnitTestPP.h create mode 100644 components/etl/test/UnitTest++/Win32/TimeHelpers.cpp create mode 100644 components/etl/test/UnitTest++/Win32/TimeHelpers.h create mode 100644 components/etl/test/UnitTest++/XmlTestReporter.cpp create mode 100644 components/etl/test/UnitTest++/XmlTestReporter.h create mode 100644 components/etl/test/cppcheck_macro_definitions.txt create mode 100644 components/etl/test/data.h create mode 100644 components/etl/test/etl_error_handler/assert_function/CMakeLists.txt create mode 100644 components/etl/test/etl_error_handler/assert_function/assert_function.cpp create mode 100644 components/etl/test/etl_error_handler/assert_function/assert_function.h create mode 100644 components/etl/test/etl_error_handler/assert_function/etl_profile.h create mode 100644 components/etl/test/etl_error_handler/assert_function/test_error_handler.cpp create mode 100644 components/etl/test/etl_error_handler/exceptions/CMakeLists.txt create mode 100644 components/etl/test/etl_error_handler/exceptions/etl_profile.h create mode 100644 components/etl/test/etl_error_handler/exceptions/test_error_handler.cpp create mode 100644 components/etl/test/etl_error_handler/log_errors/CMakeLists.txt create mode 100644 components/etl/test/etl_error_handler/log_errors/etl_profile.h create mode 100644 components/etl/test/etl_error_handler/log_errors/test_error_handler.cpp create mode 100644 components/etl/test/etl_error_handler/log_errors_and_exceptions/CMakeLists.txt create mode 100644 components/etl/test/etl_error_handler/log_errors_and_exceptions/etl_profile.h create mode 100644 components/etl/test/etl_error_handler/log_errors_and_exceptions/test_error_handler.cpp create mode 100644 components/etl/test/etl_initializer_list/CMakeLists.txt create mode 100644 components/etl/test/etl_initializer_list/etl_initializer_list.sln create mode 100644 components/etl/test/etl_initializer_list/etl_initializer_list.vcxproj create mode 100644 components/etl/test/etl_initializer_list/etl_profile.h create mode 100644 components/etl/test/etl_initializer_list/test_initializer_list.cpp create mode 100644 components/etl/test/etl_profile.h create mode 100644 components/etl/test/iterators_for_unit_tests.h create mode 100644 components/etl/test/list_header_files.bat create mode 100644 components/etl/test/list_test_files.bat create mode 100644 components/etl/test/list_test_files.ps1 create mode 100644 components/etl/test/list_test_files.sh create mode 100644 components/etl/test/main.cpp create mode 100644 components/etl/test/maincpp03check.cpp create mode 100644 components/etl/test/meson.build create mode 100644 components/etl/test/murmurhash3.cpp create mode 100644 components/etl/test/murmurhash3.h create mode 100644 components/etl/test/run-syntax-checks.sh create mode 100644 components/etl/test/run-tests.sh create mode 100644 components/etl/test/syntax_check/CMakeLists.txt create mode 100644 components/etl/test/syntax_check/absolute.h.t.cpp create mode 100644 components/etl/test/syntax_check/algorithm.h.t.cpp create mode 100644 components/etl/test/syntax_check/alignment.h.t.cpp create mode 100644 components/etl/test/syntax_check/array.h.t.cpp create mode 100644 components/etl/test/syntax_check/array_view.h.t.cpp create mode 100644 components/etl/test/syntax_check/array_wrapper.h.t.cpp create mode 100644 components/etl/test/syntax_check/atomic.h.t.cpp create mode 100644 components/etl/test/syntax_check/base64.h.t.cpp create mode 100644 components/etl/test/syntax_check/base64_decoder.h.t.cpp create mode 100644 components/etl/test/syntax_check/base64_encoder.h.t.cpp create mode 100644 components/etl/test/syntax_check/basic_format_spec.h.t.cpp create mode 100644 components/etl/test/syntax_check/basic_string.h.t.cpp create mode 100644 components/etl/test/syntax_check/basic_string_stream.h.t.cpp create mode 100644 components/etl/test/syntax_check/binary.h.t.cpp create mode 100644 components/etl/test/syntax_check/bip_buffer_spsc_atomic.h.t.cpp create mode 100644 components/etl/test/syntax_check/bit.h.t.cpp create mode 100644 components/etl/test/syntax_check/bit_stream.h.t.cpp create mode 100644 components/etl/test/syntax_check/bitset.h.t.cpp create mode 100644 components/etl/test/syntax_check/bitset_legacy.h.t.cpp create mode 100644 components/etl/test/syntax_check/bitset_new.h.t.cpp create mode 100644 components/etl/test/syntax_check/bloom_filter.h.t.cpp create mode 100644 components/etl/test/syntax_check/bresenham_line.h.t.cpp create mode 100644 components/etl/test/syntax_check/buffer_descriptors.h.t.cpp create mode 100644 components/etl/test/syntax_check/byte.h.t.cpp create mode 100644 components/etl/test/syntax_check/byte_stream.h.t.cpp create mode 100644 components/etl/test/syntax_check/callback.h.t.cpp create mode 100644 components/etl/test/syntax_check/callback_service.h.t.cpp create mode 100644 components/etl/test/syntax_check/callback_timer.h.t.cpp create mode 100644 components/etl/test/syntax_check/callback_timer_atomic.h.t.cpp create mode 100644 components/etl/test/syntax_check/callback_timer_interrupt.h.t.cpp create mode 100644 components/etl/test/syntax_check/callback_timer_locked.h.t.cpp create mode 100644 components/etl/test/syntax_check/char_traits.h.t.cpp create mode 100644 components/etl/test/syntax_check/checksum.h.t.cpp create mode 100644 components/etl/test/syntax_check/chrono.h.t.cpp create mode 100644 components/etl/test/syntax_check/circular_buffer.h.t.cpp create mode 100644 components/etl/test/syntax_check/circular_iterator.h.t.cpp create mode 100644 components/etl/test/syntax_check/combinations.h.t.cpp create mode 100644 components/etl/test/syntax_check/compare.h.t.cpp create mode 100644 components/etl/test/syntax_check/constant.h.t.cpp create mode 100644 components/etl/test/syntax_check/container.h.t.cpp create mode 100644 components/etl/test/syntax_check/correlation.h.t.cpp create mode 100644 components/etl/test/syntax_check/covariance.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc1.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_a.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_arc.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_aug_ccitt.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_buypass.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_ccitt.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_cdma2000.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_dds110.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_dectr.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_dectx.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_dnp.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_en13757.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_genibus.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_kermit.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_m17.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_maxim.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_mcrf4xx.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_modbus.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_profibus.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_riello.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_t10dif.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_teledisk.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_tms37157.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_usb.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_x25.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc16_xmodem.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc32.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc32_bzip2.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc32_c.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc32_d.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc32_jamcrc.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc32_mpeg2.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc32_posix.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc32_q.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc32_xfer.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc64_ecma.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc8_ccitt.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc8_cdma2000.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc8_darc.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc8_dvbs2.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc8_ebu.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc8_icode.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc8_itu.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc8_j1850.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc8_j1850_zero.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc8_maxim.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc8_rohc.h.t.cpp create mode 100644 components/etl/test/syntax_check/crc8_wcdma.h.t.cpp create mode 100644 components/etl/test/syntax_check/cyclic_value.h.t.cpp create mode 100644 components/etl/test/syntax_check/debounce.h.t.cpp create mode 100644 components/etl/test/syntax_check/debug_count.h.t.cpp create mode 100644 components/etl/test/syntax_check/delegate.h.t.cpp create mode 100644 components/etl/test/syntax_check/delegate_cpp03.h.t.cpp create mode 100644 components/etl/test/syntax_check/delegate_service.h.t.cpp create mode 100644 components/etl/test/syntax_check/deque.h.t.cpp create mode 100644 components/etl/test/syntax_check/endianness.h.t.cpp create mode 100644 components/etl/test/syntax_check/enum_type.h.t.cpp create mode 100644 components/etl/test/syntax_check/error_handler.h.t.cpp create mode 100644 components/etl/test/syntax_check/etl_profile.h create mode 100644 components/etl/test/syntax_check/exception.h.t.cpp create mode 100644 components/etl/test/syntax_check/expected.h.t.cpp create mode 100644 components/etl/test/syntax_check/factorial.h.t.cpp create mode 100644 components/etl/test/syntax_check/fibonacci.h.t.cpp create mode 100644 components/etl/test/syntax_check/file_error_numbers.h.t.cpp create mode 100644 components/etl/test/syntax_check/fixed_iterator.h.t.cpp create mode 100644 components/etl/test/syntax_check/fixed_sized_memory_block_allocator.h.t.cpp create mode 100644 components/etl/test/syntax_check/flags.h.t.cpp create mode 100644 components/etl/test/syntax_check/flat_map.h.t.cpp create mode 100644 components/etl/test/syntax_check/flat_multimap.h.t.cpp create mode 100644 components/etl/test/syntax_check/flat_multiset.h.t.cpp create mode 100644 components/etl/test/syntax_check/flat_set.h.t.cpp create mode 100644 components/etl/test/syntax_check/fnv_1.h.t.cpp create mode 100644 components/etl/test/syntax_check/format_spec.h.t.cpp create mode 100644 components/etl/test/syntax_check/forward_list.h.t.cpp create mode 100644 components/etl/test/syntax_check/frame_check_sequence.h.t.cpp create mode 100644 components/etl/test/syntax_check/fsm.h.t.cpp create mode 100644 components/etl/test/syntax_check/function.h.t.cpp create mode 100644 components/etl/test/syntax_check/function_traits.h.t.cpp create mode 100644 components/etl/test/syntax_check/functional.h.t.cpp create mode 100644 components/etl/test/syntax_check/gamma.h.t.cpp create mode 100644 components/etl/test/syntax_check/gcd.h.t.cpp create mode 100644 components/etl/test/syntax_check/generic_pool.h.t.cpp create mode 100644 components/etl/test/syntax_check/hash.h.t.cpp create mode 100644 components/etl/test/syntax_check/hfsm.h.t.cpp create mode 100644 components/etl/test/syntax_check/histogram.h.t.cpp create mode 100644 components/etl/test/syntax_check/ihash.h.t.cpp create mode 100644 components/etl/test/syntax_check/imemory_block_allocator.h.t.cpp create mode 100644 components/etl/test/syntax_check/indirect_vector.h.t.cpp create mode 100644 components/etl/test/syntax_check/initializer_list.h.t.cpp create mode 100644 components/etl/test/syntax_check/instance_count.h.t.cpp create mode 100644 components/etl/test/syntax_check/integral_limits.h.t.cpp create mode 100644 components/etl/test/syntax_check/intrusive_forward_list.h.t.cpp create mode 100644 components/etl/test/syntax_check/intrusive_links.h.t.cpp create mode 100644 components/etl/test/syntax_check/intrusive_list.h.t.cpp create mode 100644 components/etl/test/syntax_check/intrusive_queue.h.t.cpp create mode 100644 components/etl/test/syntax_check/intrusive_stack.h.t.cpp create mode 100644 components/etl/test/syntax_check/invert.h.t.cpp create mode 100644 components/etl/test/syntax_check/io_port.h.t.cpp create mode 100644 components/etl/test/syntax_check/ipool.h.t.cpp create mode 100644 components/etl/test/syntax_check/ireference_counted_message_pool.h.t.cpp create mode 100644 components/etl/test/syntax_check/iterator.h.t.cpp create mode 100644 components/etl/test/syntax_check/jenkins.h.t.cpp create mode 100644 components/etl/test/syntax_check/largest.h.t.cpp create mode 100644 components/etl/test/syntax_check/lcm.h.t.cpp create mode 100644 components/etl/test/syntax_check/limiter.h.t.cpp create mode 100644 components/etl/test/syntax_check/limits.h.t.cpp create mode 100644 components/etl/test/syntax_check/list.h.t.cpp create mode 100644 components/etl/test/syntax_check/log.h.t.cpp create mode 100644 components/etl/test/syntax_check/macros.h.t.cpp create mode 100644 components/etl/test/syntax_check/map.h.t.cpp create mode 100644 components/etl/test/syntax_check/math.h.t.cpp create mode 100644 components/etl/test/syntax_check/math_constants.h.t.cpp create mode 100644 components/etl/test/syntax_check/mean.h.t.cpp create mode 100644 components/etl/test/syntax_check/mem_cast.h.t.cpp create mode 100644 components/etl/test/syntax_check/memory.h.t.cpp create mode 100644 components/etl/test/syntax_check/memory_model.h.t.cpp create mode 100644 components/etl/test/syntax_check/message.h.t.cpp create mode 100644 components/etl/test/syntax_check/message_broker.h.t.cpp create mode 100644 components/etl/test/syntax_check/message_bus.h.t.cpp create mode 100644 components/etl/test/syntax_check/message_packet.h.t.cpp create mode 100644 components/etl/test/syntax_check/message_router.h.t.cpp create mode 100644 components/etl/test/syntax_check/message_router_registry.h.t.cpp create mode 100644 components/etl/test/syntax_check/message_timer.h.t.cpp create mode 100644 components/etl/test/syntax_check/message_timer_atomic.h.t.cpp create mode 100644 components/etl/test/syntax_check/message_timer_interrupt.h.t.cpp create mode 100644 components/etl/test/syntax_check/message_timer_locked.h.t.cpp create mode 100644 components/etl/test/syntax_check/message_types.h.t.cpp create mode 100644 components/etl/test/syntax_check/multi_array.h.t.cpp create mode 100644 components/etl/test/syntax_check/multi_range.h.t.cpp create mode 100644 components/etl/test/syntax_check/multi_span.h.t.cpp create mode 100644 components/etl/test/syntax_check/multi_vector.h.t.cpp create mode 100644 components/etl/test/syntax_check/multimap.h.t.cpp create mode 100644 components/etl/test/syntax_check/multiset.h.t.cpp create mode 100644 components/etl/test/syntax_check/murmur3.h.t.cpp create mode 100644 components/etl/test/syntax_check/mutex.h.t.cpp create mode 100644 components/etl/test/syntax_check/negative.h.t.cpp create mode 100644 components/etl/test/syntax_check/nth_type.h.t.cpp create mode 100644 components/etl/test/syntax_check/null_type.h.t.cpp create mode 100644 components/etl/test/syntax_check/nullptr.h.t.cpp create mode 100644 components/etl/test/syntax_check/numeric.h.t.cpp create mode 100644 components/etl/test/syntax_check/observer.h.t.cpp create mode 100644 components/etl/test/syntax_check/optional.h.t.cpp create mode 100644 components/etl/test/syntax_check/overload.h.t.cpp create mode 100644 components/etl/test/syntax_check/packet.h.t.cpp create mode 100644 components/etl/test/syntax_check/parameter_pack.h.t.cpp create mode 100644 components/etl/test/syntax_check/parameter_type.h.t.cpp create mode 100644 components/etl/test/syntax_check/pearson.h.t.cpp create mode 100644 components/etl/test/syntax_check/permutations.h.t.cpp create mode 100644 components/etl/test/syntax_check/placement_new.h.t.cpp create mode 100644 components/etl/test/syntax_check/platform.h.t.cpp create mode 100644 components/etl/test/syntax_check/poly_span.h.t.cpp create mode 100644 components/etl/test/syntax_check/pool.h.t.cpp create mode 100644 components/etl/test/syntax_check/power.h.t.cpp create mode 100644 components/etl/test/syntax_check/priority_queue.h.t.cpp create mode 100644 components/etl/test/syntax_check/pseudo_moving_average.h.t.cpp create mode 100644 components/etl/test/syntax_check/quantize.h.t.cpp create mode 100644 components/etl/test/syntax_check/queue.h.t.cpp create mode 100644 components/etl/test/syntax_check/queue_lockable.h.t.cpp create mode 100644 components/etl/test/syntax_check/queue_mpmc_mutex.h.t.cpp create mode 100644 components/etl/test/syntax_check/queue_spsc_atomic.h.t.cpp create mode 100644 components/etl/test/syntax_check/queue_spsc_isr.h.t.cpp create mode 100644 components/etl/test/syntax_check/queue_spsc_locked.h.t.cpp create mode 100644 components/etl/test/syntax_check/radix.h.t.cpp create mode 100644 components/etl/test/syntax_check/random.h.t.cpp create mode 100644 components/etl/test/syntax_check/ratio.h.t.cpp create mode 100644 components/etl/test/syntax_check/reference_counted_message.h.t.cpp create mode 100644 components/etl/test/syntax_check/reference_counted_message_pool.h.t.cpp create mode 100644 components/etl/test/syntax_check/reference_counted_object.h.t.cpp create mode 100644 components/etl/test/syntax_check/reference_flat_map.h.t.cpp create mode 100644 components/etl/test/syntax_check/reference_flat_multimap.h.t.cpp create mode 100644 components/etl/test/syntax_check/reference_flat_multiset.h.t.cpp create mode 100644 components/etl/test/syntax_check/reference_flat_set.h.t.cpp create mode 100644 components/etl/test/syntax_check/rescale.h.t.cpp create mode 100644 components/etl/test/syntax_check/result.h.t.cpp create mode 100644 components/etl/test/syntax_check/rms.h.t.cpp create mode 100644 components/etl/test/syntax_check/scaled_rounding.h.t.cpp create mode 100644 components/etl/test/syntax_check/scheduler.h.t.cpp create mode 100644 components/etl/test/syntax_check/set.h.t.cpp create mode 100644 components/etl/test/syntax_check/shared_message.h.t.cpp create mode 100644 components/etl/test/syntax_check/singleton.h.t.cpp create mode 100644 components/etl/test/syntax_check/singleton_base.h.t.cpp create mode 100644 components/etl/test/syntax_check/smallest.h.t.cpp create mode 100644 components/etl/test/syntax_check/span.h.t.cpp create mode 100644 components/etl/test/syntax_check/sqrt.h.t.cpp create mode 100644 components/etl/test/syntax_check/stack.h.t.cpp create mode 100644 components/etl/test/syntax_check/standard_deviation.h.t.cpp create mode 100644 components/etl/test/syntax_check/state_chart.h.t.cpp create mode 100644 components/etl/test/syntax_check/static_assert.h.t.cpp create mode 100644 components/etl/test/syntax_check/string.h.t.cpp create mode 100644 components/etl/test/syntax_check/string_stream.h.t.cpp create mode 100644 components/etl/test/syntax_check/string_utilities.h.t.cpp create mode 100644 components/etl/test/syntax_check/string_view.h.t.cpp create mode 100644 components/etl/test/syntax_check/stringify.h.t.cpp create mode 100644 components/etl/test/syntax_check/successor.h.t.cpp create mode 100644 components/etl/test/syntax_check/task.h.t.cpp create mode 100644 components/etl/test/syntax_check/threshold.h.t.cpp create mode 100644 components/etl/test/syntax_check/timer.h.t.cpp create mode 100644 components/etl/test/syntax_check/to_arithmetic.h.t.cpp create mode 100644 components/etl/test/syntax_check/to_string.h.t.cpp create mode 100644 components/etl/test/syntax_check/to_u16string.h.t.cpp create mode 100644 components/etl/test/syntax_check/to_u32string.h.t.cpp create mode 100644 components/etl/test/syntax_check/to_u8string.h.t.cpp create mode 100644 components/etl/test/syntax_check/to_wstring.h.t.cpp create mode 100644 components/etl/test/syntax_check/tuple.h.t.cpp create mode 100644 components/etl/test/syntax_check/type_def.h.t.cpp create mode 100644 components/etl/test/syntax_check/type_lookup.h.t.cpp create mode 100644 components/etl/test/syntax_check/type_select.h.t.cpp create mode 100644 components/etl/test/syntax_check/type_traits.h.t.cpp create mode 100644 components/etl/test/syntax_check/u16format_spec.h.t.cpp create mode 100644 components/etl/test/syntax_check/u16string.h.t.cpp create mode 100644 components/etl/test/syntax_check/u16string_stream.h.t.cpp create mode 100644 components/etl/test/syntax_check/u32format_spec.h.t.cpp create mode 100644 components/etl/test/syntax_check/u32string.h.t.cpp create mode 100644 components/etl/test/syntax_check/u32string_stream.h.t.cpp create mode 100644 components/etl/test/syntax_check/u8format_spec.h.t.cpp create mode 100644 components/etl/test/syntax_check/u8string.h.t.cpp create mode 100644 components/etl/test/syntax_check/u8string_stream.h.t.cpp create mode 100644 components/etl/test/syntax_check/unaligned_type.h.t.cpp create mode 100644 components/etl/test/syntax_check/uncopyable.h.t.cpp create mode 100644 components/etl/test/syntax_check/unordered_map.h.t.cpp create mode 100644 components/etl/test/syntax_check/unordered_multimap.h.t.cpp create mode 100644 components/etl/test/syntax_check/unordered_multiset.h.t.cpp create mode 100644 components/etl/test/syntax_check/unordered_set.h.t.cpp create mode 100644 components/etl/test/syntax_check/user_type.h.t.cpp create mode 100644 components/etl/test/syntax_check/utility.h.t.cpp create mode 100644 components/etl/test/syntax_check/variance.h.t.cpp create mode 100644 components/etl/test/syntax_check/variant.h.t.cpp create mode 100644 components/etl/test/syntax_check/variant_legacy.h.t.cpp create mode 100644 components/etl/test/syntax_check/variant_old.h.t.cpp create mode 100644 components/etl/test/syntax_check/variant_pool.h.t.cpp create mode 100644 components/etl/test/syntax_check/variant_variadic.h.t.cpp create mode 100644 components/etl/test/syntax_check/vector.h.t.cpp create mode 100644 components/etl/test/syntax_check/version.h.t.cpp create mode 100644 components/etl/test/syntax_check/visitor.h.t.cpp create mode 100644 components/etl/test/syntax_check/wformat_spec.h.t.cpp create mode 100644 components/etl/test/syntax_check/wstring.h.t.cpp create mode 100644 components/etl/test/syntax_check/wstring_stream.h.t.cpp create mode 100644 components/etl/test/test.sh create mode 100644 components/etl/test/test_algorithm.cpp create mode 100644 components/etl/test/test_alignment.cpp create mode 100644 components/etl/test/test_array.cpp create mode 100644 components/etl/test/test_array_view.cpp create mode 100644 components/etl/test/test_array_wrapper.cpp create mode 100644 components/etl/test/test_atomic.cpp create mode 100644 components/etl/test/test_base64_RFC2152_decoder.cpp create mode 100644 components/etl/test/test_base64_RFC2152_encoder.cpp create mode 100644 components/etl/test/test_base64_RFC3501_decoder.cpp create mode 100644 components/etl/test/test_base64_RFC3501_encoder.cpp create mode 100644 components/etl/test/test_base64_RFC4648_URL_decoder_with_no_padding.cpp create mode 100644 components/etl/test/test_base64_RFC4648_URL_decoder_with_padding.cpp create mode 100644 components/etl/test/test_base64_RFC4648_URL_encoder_with_no_padding.cpp create mode 100644 components/etl/test/test_base64_RFC4648_URL_encoder_with_padding.cpp create mode 100644 components/etl/test/test_base64_RFC4648_decoder_with_no_padding.cpp create mode 100644 components/etl/test/test_base64_RFC4648_decoder_with_padding.cpp create mode 100644 components/etl/test/test_base64_RFC4648_encoder_with_no_padding.cpp create mode 100644 components/etl/test/test_base64_RFC4648_encoder_with_padding.cpp create mode 100644 components/etl/test/test_binary.cpp create mode 100644 components/etl/test/test_bip_buffer_spsc_atomic.cpp create mode 100644 components/etl/test/test_bit.cpp create mode 100644 components/etl/test/test_bit_stream.cpp create mode 100644 components/etl/test/test_bit_stream_reader_big_endian.cpp create mode 100644 components/etl/test/test_bit_stream_reader_little_endian.cpp create mode 100644 components/etl/test/test_bit_stream_writer_big_endian.cpp create mode 100644 components/etl/test/test_bit_stream_writer_little_endian.cpp create mode 100644 components/etl/test/test_bitset_legacy.cpp create mode 100644 components/etl/test/test_bitset_new_comparisons.cpp create mode 100644 components/etl/test/test_bitset_new_default_element_type.cpp create mode 100644 components/etl/test/test_bitset_new_explicit_single_element_type.cpp create mode 100644 components/etl/test/test_bitset_new_ext_default_element_type.cpp create mode 100644 components/etl/test/test_bitset_new_ext_explicit_single_element_type.cpp create mode 100644 components/etl/test/test_bloom_filter.cpp create mode 100644 components/etl/test/test_bresenham_line.cpp create mode 100644 components/etl/test/test_bsd_checksum.cpp create mode 100644 components/etl/test/test_buffer_descriptors.cpp create mode 100644 components/etl/test/test_byte.cpp create mode 100644 components/etl/test/test_byte_stream.cpp create mode 100644 components/etl/test/test_callback_service.cpp create mode 100644 components/etl/test/test_callback_timer.cpp create mode 100644 components/etl/test/test_callback_timer_atomic.cpp create mode 100644 components/etl/test/test_callback_timer_interrupt.cpp create mode 100644 components/etl/test/test_callback_timer_locked.cpp create mode 100644 components/etl/test/test_char_traits.cpp create mode 100644 components/etl/test/test_checksum.cpp create mode 100644 components/etl/test/test_chrono_clocks.cpp create mode 100644 components/etl/test/test_chrono_day.cpp create mode 100644 components/etl/test/test_chrono_duration.cpp create mode 100644 components/etl/test/test_chrono_hh_mm_ss.cpp create mode 100644 components/etl/test/test_chrono_literals.cpp create mode 100644 components/etl/test/test_chrono_month.cpp create mode 100644 components/etl/test/test_chrono_month_day.cpp create mode 100644 components/etl/test/test_chrono_month_day_last.cpp create mode 100644 components/etl/test/test_chrono_month_weekday.cpp create mode 100644 components/etl/test/test_chrono_month_weekday_last.cpp create mode 100644 components/etl/test/test_chrono_operators.cpp create mode 100644 components/etl/test/test_chrono_time_point.cpp create mode 100644 components/etl/test/test_chrono_weekday.cpp create mode 100644 components/etl/test/test_chrono_weekday_indexed.cpp create mode 100644 components/etl/test/test_chrono_weekday_last.cpp create mode 100644 components/etl/test/test_chrono_year.cpp create mode 100644 components/etl/test/test_chrono_year_month.cpp create mode 100644 components/etl/test/test_chrono_year_month_day.cpp create mode 100644 components/etl/test/test_chrono_year_month_day_last.cpp create mode 100644 components/etl/test/test_chrono_year_month_weekday.cpp create mode 100644 components/etl/test/test_chrono_year_month_weekday_last.cpp create mode 100644 components/etl/test/test_circular_buffer.cpp create mode 100644 components/etl/test/test_circular_buffer_external_buffer.cpp create mode 100644 components/etl/test/test_circular_iterator.cpp create mode 100644 components/etl/test/test_compare.cpp create mode 100644 components/etl/test/test_constant.cpp create mode 100644 components/etl/test/test_container.cpp create mode 100644 components/etl/test/test_correlation.cpp create mode 100644 components/etl/test/test_covariance.cpp create mode 100644 components/etl/test/test_crc1.cpp create mode 100644 components/etl/test/test_crc16.cpp create mode 100644 components/etl/test/test_crc16_a.cpp create mode 100644 components/etl/test/test_crc16_arc.cpp create mode 100644 components/etl/test/test_crc16_aug_ccitt.cpp create mode 100644 components/etl/test/test_crc16_buypass.cpp create mode 100644 components/etl/test/test_crc16_ccitt.cpp create mode 100644 components/etl/test/test_crc16_cdma2000.cpp create mode 100644 components/etl/test/test_crc16_dds110.cpp create mode 100644 components/etl/test/test_crc16_dectr.cpp create mode 100644 components/etl/test/test_crc16_dectx.cpp create mode 100644 components/etl/test/test_crc16_dnp.cpp create mode 100644 components/etl/test/test_crc16_en13757.cpp create mode 100644 components/etl/test/test_crc16_genibus.cpp create mode 100644 components/etl/test/test_crc16_kermit.cpp create mode 100644 components/etl/test/test_crc16_m17.cpp create mode 100644 components/etl/test/test_crc16_maxim.cpp create mode 100644 components/etl/test/test_crc16_mcrf4xx.cpp create mode 100644 components/etl/test/test_crc16_modbus.cpp create mode 100644 components/etl/test/test_crc16_profibus.cpp create mode 100644 components/etl/test/test_crc16_riello.cpp create mode 100644 components/etl/test/test_crc16_t10dif.cpp create mode 100644 components/etl/test/test_crc16_teledisk.cpp create mode 100644 components/etl/test/test_crc16_tms37157.cpp create mode 100644 components/etl/test/test_crc16_usb.cpp create mode 100644 components/etl/test/test_crc16_x25.cpp create mode 100644 components/etl/test/test_crc16_xmodem.cpp create mode 100644 components/etl/test/test_crc32.cpp create mode 100644 components/etl/test/test_crc32_bzip2.cpp create mode 100644 components/etl/test/test_crc32_c.cpp create mode 100644 components/etl/test/test_crc32_d.cpp create mode 100644 components/etl/test/test_crc32_jamcrc.cpp create mode 100644 components/etl/test/test_crc32_mpeg2.cpp create mode 100644 components/etl/test/test_crc32_posix.cpp create mode 100644 components/etl/test/test_crc32_q.cpp create mode 100644 components/etl/test/test_crc32_xfer.cpp create mode 100644 components/etl/test/test_crc64_ecma.cpp create mode 100644 components/etl/test/test_crc8_ccitt.cpp create mode 100644 components/etl/test/test_crc8_cdma2000.cpp create mode 100644 components/etl/test/test_crc8_darc.cpp create mode 100644 components/etl/test/test_crc8_dvbs2.cpp create mode 100644 components/etl/test/test_crc8_ebu.cpp create mode 100644 components/etl/test/test_crc8_icode.cpp create mode 100644 components/etl/test/test_crc8_itu.cpp create mode 100644 components/etl/test/test_crc8_j1850.cpp create mode 100644 components/etl/test/test_crc8_j1850_zero.cpp create mode 100644 components/etl/test/test_crc8_maxim.cpp create mode 100644 components/etl/test/test_crc8_rohc.cpp create mode 100644 components/etl/test/test_crc8_wcdma.cpp create mode 100644 components/etl/test/test_cyclic_value.cpp create mode 100644 components/etl/test/test_debounce.cpp create mode 100644 components/etl/test/test_delegate.cpp create mode 100644 components/etl/test/test_delegate_cpp03.cpp create mode 100644 components/etl/test/test_delegate_service.cpp create mode 100644 components/etl/test/test_delegate_service_compile_time.cpp create mode 100644 components/etl/test/test_delegate_service_cpp03.cpp create mode 100644 components/etl/test/test_deque.cpp create mode 100644 components/etl/test/test_endian.cpp create mode 100644 components/etl/test/test_enum_type.cpp create mode 100644 components/etl/test/test_error_handler.cpp create mode 100644 components/etl/test/test_etl_traits.cpp create mode 100644 components/etl/test/test_exception.cpp create mode 100644 components/etl/test/test_expected.cpp create mode 100644 components/etl/test/test_fixed_iterator.cpp create mode 100644 components/etl/test/test_fixed_sized_memory_block_allocator.cpp create mode 100644 components/etl/test/test_flags.cpp create mode 100644 components/etl/test/test_flat_map.cpp create mode 100644 components/etl/test/test_flat_multimap.cpp create mode 100644 components/etl/test/test_flat_multiset.cpp create mode 100644 components/etl/test/test_flat_set.cpp create mode 100644 components/etl/test/test_fnv_1.cpp create mode 100644 components/etl/test/test_format_spec.cpp create mode 100644 components/etl/test/test_forward_list.cpp create mode 100644 components/etl/test/test_forward_list_shared_pool.cpp create mode 100644 components/etl/test/test_fsm.cpp create mode 100644 components/etl/test/test_function.cpp create mode 100644 components/etl/test/test_function_traits.cpp create mode 100644 components/etl/test/test_functional.cpp create mode 100644 components/etl/test/test_gamma.cpp create mode 100644 components/etl/test/test_hash.cpp create mode 100644 components/etl/test/test_hfsm.cpp create mode 100644 components/etl/test/test_hfsm_recurse_to_inner_state_on_start.cpp create mode 100644 components/etl/test/test_histogram.cpp create mode 100644 components/etl/test/test_index_of_type.cpp create mode 100644 components/etl/test/test_indirect_vector.cpp create mode 100644 components/etl/test/test_indirect_vector_external_buffer.cpp create mode 100644 components/etl/test/test_instance_count.cpp create mode 100644 components/etl/test/test_integral_limits.cpp create mode 100644 components/etl/test/test_intrusive_forward_list.cpp create mode 100644 components/etl/test/test_intrusive_links.cpp create mode 100644 components/etl/test/test_intrusive_list.cpp create mode 100644 components/etl/test/test_intrusive_queue.cpp create mode 100644 components/etl/test/test_intrusive_stack.cpp create mode 100644 components/etl/test/test_invert.cpp create mode 100644 components/etl/test/test_io_port.cpp create mode 100644 components/etl/test/test_iterator.cpp create mode 100644 components/etl/test/test_jenkins.cpp create mode 100644 components/etl/test/test_largest.cpp create mode 100644 components/etl/test/test_limiter.cpp create mode 100644 components/etl/test/test_limits.cpp create mode 100644 components/etl/test/test_list.cpp create mode 100644 components/etl/test/test_list_shared_pool.cpp create mode 100644 components/etl/test/test_macros.cpp create mode 100644 components/etl/test/test_make_string.cpp create mode 100644 components/etl/test/test_map.cpp create mode 100644 components/etl/test/test_math.cpp create mode 100644 components/etl/test/test_math_functions.cpp create mode 100644 components/etl/test/test_mean.cpp create mode 100644 components/etl/test/test_mem_cast.cpp create mode 100644 components/etl/test/test_mem_cast_ptr.cpp create mode 100644 components/etl/test/test_memory.cpp create mode 100644 components/etl/test/test_message.cpp create mode 100644 components/etl/test/test_message_broker.cpp create mode 100644 components/etl/test/test_message_bus.cpp create mode 100644 components/etl/test/test_message_packet.cpp create mode 100644 components/etl/test/test_message_router.cpp create mode 100644 components/etl/test/test_message_router_registry.cpp create mode 100644 components/etl/test/test_message_timer.cpp create mode 100644 components/etl/test/test_message_timer_atomic.cpp create mode 100644 components/etl/test/test_message_timer_interrupt.cpp create mode 100644 components/etl/test/test_message_timer_locked.cpp create mode 100644 components/etl/test/test_multi_array.cpp create mode 100644 components/etl/test/test_multi_range.cpp create mode 100644 components/etl/test/test_multi_span.cpp create mode 100644 components/etl/test/test_multi_vector.cpp create mode 100644 components/etl/test/test_multimap.cpp create mode 100644 components/etl/test/test_multiset.cpp create mode 100644 components/etl/test/test_murmur3.cpp create mode 100644 components/etl/test/test_nth_type.cpp create mode 100644 components/etl/test/test_numeric.cpp create mode 100644 components/etl/test/test_observer.cpp create mode 100644 components/etl/test/test_optional.cpp create mode 100644 components/etl/test/test_overload.cpp create mode 100644 components/etl/test/test_packet.cpp create mode 100644 components/etl/test/test_parameter_pack.cpp create mode 100644 components/etl/test/test_parameter_type.cpp create mode 100644 components/etl/test/test_parity_checksum.cpp create mode 100644 components/etl/test/test_pearson.cpp create mode 100644 components/etl/test/test_poly_span_dynamic_extent.cpp create mode 100644 components/etl/test/test_poly_span_fixed_extent.cpp create mode 100644 components/etl/test/test_pool.cpp create mode 100644 components/etl/test/test_pool_external_buffer.cpp create mode 100644 components/etl/test/test_priority_queue.cpp create mode 100644 components/etl/test/test_pseudo_moving_average.cpp create mode 100644 components/etl/test/test_quantize.cpp create mode 100644 components/etl/test/test_queue.cpp create mode 100644 components/etl/test/test_queue_lockable.cpp create mode 100644 components/etl/test/test_queue_lockable_small.cpp create mode 100644 components/etl/test/test_queue_memory_model_small.cpp create mode 100644 components/etl/test/test_queue_mpmc_mutex.cpp create mode 100644 components/etl/test/test_queue_mpmc_mutex_small.cpp create mode 100644 components/etl/test/test_queue_spsc_atomic.cpp create mode 100644 components/etl/test/test_queue_spsc_atomic_small.cpp create mode 100644 components/etl/test/test_queue_spsc_isr.cpp create mode 100644 components/etl/test/test_queue_spsc_isr_small.cpp create mode 100644 components/etl/test/test_queue_spsc_locked.cpp create mode 100644 components/etl/test/test_queue_spsc_locked_small.cpp create mode 100644 components/etl/test/test_random.cpp create mode 100644 components/etl/test/test_ratio.cpp create mode 100644 components/etl/test/test_reference_flat_map.cpp create mode 100644 components/etl/test/test_reference_flat_multimap.cpp create mode 100644 components/etl/test/test_reference_flat_multiset.cpp create mode 100644 components/etl/test/test_reference_flat_set.cpp create mode 100644 components/etl/test/test_rescale.cpp create mode 100644 components/etl/test/test_result.cpp create mode 100644 components/etl/test/test_rms.cpp create mode 100644 components/etl/test/test_scaled_rounding.cpp create mode 100644 components/etl/test/test_set.cpp create mode 100644 components/etl/test/test_shared_message.cpp create mode 100644 components/etl/test/test_singleton.cpp create mode 100644 components/etl/test/test_singleton_base.cpp create mode 100644 components/etl/test/test_smallest.cpp create mode 100644 components/etl/test/test_span_dynamic_extent.cpp create mode 100644 components/etl/test/test_span_fixed_extent.cpp create mode 100644 components/etl/test/test_stack.cpp create mode 100644 components/etl/test/test_standard_deviation.cpp create mode 100644 components/etl/test/test_state_chart.cpp create mode 100644 components/etl/test/test_state_chart_compile_time.cpp create mode 100644 components/etl/test/test_state_chart_compile_time_with_data_parameter.cpp create mode 100644 components/etl/test/test_state_chart_with_data_parameter.cpp create mode 100644 components/etl/test/test_state_chart_with_rvalue_data_parameter.cpp create mode 100644 components/etl/test/test_string_char.cpp create mode 100644 components/etl/test/test_string_char_external_buffer.cpp create mode 100644 components/etl/test/test_string_stream.cpp create mode 100644 components/etl/test/test_string_stream_u16.cpp create mode 100644 components/etl/test/test_string_stream_u32.cpp create mode 100644 components/etl/test/test_string_stream_u8.cpp create mode 100644 components/etl/test/test_string_stream_wchar_t.cpp create mode 100644 components/etl/test/test_string_u16.cpp create mode 100644 components/etl/test/test_string_u16_external_buffer.cpp create mode 100644 components/etl/test/test_string_u32.cpp create mode 100644 components/etl/test/test_string_u32_external_buffer.cpp create mode 100644 components/etl/test/test_string_u8.cpp create mode 100644 components/etl/test/test_string_u8_external_buffer.cpp create mode 100644 components/etl/test/test_string_utilities.cpp create mode 100644 components/etl/test/test_string_utilities_std.cpp create mode 100644 components/etl/test/test_string_utilities_std_u16.cpp create mode 100644 components/etl/test/test_string_utilities_std_u32.cpp create mode 100644 components/etl/test/test_string_utilities_std_u8.cpp create mode 100644 components/etl/test/test_string_utilities_std_wchar_t.cpp create mode 100644 components/etl/test/test_string_utilities_u16.cpp create mode 100644 components/etl/test/test_string_utilities_u32.cpp create mode 100644 components/etl/test/test_string_utilities_u8.cpp create mode 100644 components/etl/test/test_string_utilities_wchar_t.cpp create mode 100644 components/etl/test/test_string_view.cpp create mode 100644 components/etl/test/test_string_wchar_t.cpp create mode 100644 components/etl/test/test_string_wchar_t_external_buffer.cpp create mode 100644 components/etl/test/test_successor.cpp create mode 100644 components/etl/test/test_task_scheduler.cpp create mode 100644 components/etl/test/test_threshold.cpp create mode 100644 components/etl/test/test_to_arithmetic.cpp create mode 100644 components/etl/test/test_to_arithmetic_u16.cpp create mode 100644 components/etl/test/test_to_arithmetic_u32.cpp create mode 100644 components/etl/test/test_to_arithmetic_u8.cpp create mode 100644 components/etl/test/test_to_arithmetic_wchar_t.cpp create mode 100644 components/etl/test/test_to_string.cpp create mode 100644 components/etl/test/test_to_u16string.cpp create mode 100644 components/etl/test/test_to_u32string.cpp create mode 100644 components/etl/test/test_to_u8string.cpp create mode 100644 components/etl/test/test_to_wstring.cpp create mode 100644 components/etl/test/test_tuple.cpp create mode 100644 components/etl/test/test_type_def.cpp create mode 100644 components/etl/test/test_type_list.cpp create mode 100644 components/etl/test/test_type_lookup.cpp create mode 100644 components/etl/test/test_type_select.cpp create mode 100644 components/etl/test/test_type_traits.cpp create mode 100644 components/etl/test/test_unaligned_type.cpp create mode 100644 components/etl/test/test_unaligned_type_ext.cpp create mode 100644 components/etl/test/test_uncopyable.cpp create mode 100644 components/etl/test/test_unordered_map.cpp create mode 100644 components/etl/test/test_unordered_multimap.cpp create mode 100644 components/etl/test/test_unordered_multiset.cpp create mode 100644 components/etl/test/test_unordered_set.cpp create mode 100644 components/etl/test/test_user_type.cpp create mode 100644 components/etl/test/test_utility.cpp create mode 100644 components/etl/test/test_variance.cpp create mode 100644 components/etl/test/test_variant_legacy.cpp create mode 100644 components/etl/test/test_variant_pool.cpp create mode 100644 components/etl/test/test_variant_pool_external_buffer.cpp create mode 100644 components/etl/test/test_variant_variadic.cpp create mode 100644 components/etl/test/test_vector.cpp create mode 100644 components/etl/test/test_vector_external_buffer.cpp create mode 100644 components/etl/test/test_vector_non_trivial.cpp create mode 100644 components/etl/test/test_vector_pointer.cpp create mode 100644 components/etl/test/test_vector_pointer_external_buffer.cpp create mode 100644 components/etl/test/test_visitor.cpp create mode 100644 components/etl/test/test_xor_checksum.cpp create mode 100644 components/etl/test/test_xor_rotate_checksum.cpp create mode 100644 components/etl/test/unit_test_framework.h create mode 100644 components/etl/test/vs2019/.gitignore create mode 100644 components/etl/test/vs2019/NatvisFile.natvis create mode 100644 components/etl/test/vs2019/cpp.hint create mode 100644 components/etl/test/vs2019/etl.sln create mode 100644 components/etl/test/vs2019/etl.vcxproj create mode 100644 components/etl/test/vs2019/etl.vcxproj.filters create mode 100644 components/etl/test/vs2019/etl_initialiser_list/etl_initialiser_list.vcxproj create mode 100644 components/etl/test/vs2019/etl_initialiser_list/etl_initialiser_list.vcxproj.filters create mode 100644 components/etl/test/vs2022/.gitignore create mode 100644 components/etl/test/vs2022/cpp.hint create mode 100644 components/etl/test/vs2022/etl.sln create mode 100644 components/etl/test/vs2022/etl.vcxproj create mode 100644 components/etl/test/vs2022/etl.vcxproj.filters create mode 100644 components/etl/test/vs2022/etl_initialiser_list/etl_initialiser_list.vcxproj create mode 100644 components/etl/test/vs2022/etl_initialiser_list/etl_initialiser_list.vcxproj.filters create mode 100644 components/etl/test/vs2022/etl_solution_suppressions.cfg create mode 100644 components/etl/test/vs2022/io_port.natvis create mode 100644 components/etl/test/words.txt create mode 100644 components/etl/todo.txt create mode 100644 components/etl/uml/FSM example.png create mode 100644 components/etl/uml/Framework.png create mode 100644 components/etl/uml/MessageFramework.png create mode 100644 components/etl/uml/source/FSM example.zargo create mode 100644 components/etl/uml/source/Message Framework.zargo create mode 100644 components/etl/version.txt create mode 100644 components/etl/zephyr/CMakeLists.txt create mode 100644 components/etl/zephyr/Kconfig create mode 100644 components/etl/zephyr/module.yml diff --git a/components/etl/.circleci/config.yml b/components/etl/.circleci/config.yml new file mode 100644 index 0000000..56da120 --- /dev/null +++ b/components/etl/.circleci/config.yml @@ -0,0 +1,32 @@ +version: 2 +jobs: + build: + docker: + - image: "rikorose/gcc-cmake:latest" + branches: + only: + - master + - development + steps: + - checkout: + - run: + name: Listing0 + command: 'ls -lrt' + - run: + name: Creating Build Files + command: 'cmake -Bbuild test/' + - run: + name: Creating Binary Files + command: 'cmake --build build' + - run: + name: Listing1 + command: 'ls -lrt /root/project/build' + - run: + name: Listing2 + command: 'ls -lrt /root/project/build/CMakeFiles' + - run: + name: Listing3 + command: 'cat /root/project/build/CMakeFiles/CMakeOutput.log' + - run: + name: ETL Unit Testing + command: './build/etl_tests' diff --git a/components/etl/.clang-format b/components/etl/.clang-format new file mode 100644 index 0000000..8a40998 --- /dev/null +++ b/components/etl/.clang-format @@ -0,0 +1,51 @@ +--- +#------------------------------------ +# Configuration for clang-format v12 +#------------------------------------ + +Language: Cpp + +SortIncludes: true + +BasedOnStyle: Chromium + +BinPackParameters: false +BitFieldColonSpacing: Both + +BreakBeforeBraces: Allman +BreakConstructorInitializers: BeforeComma + +AllowShortBlocksOnASingleLine: false +AllowShortCaseLabelsOnASingleLine: true +AllowShortFunctionsOnASingleLine: None +AllowShortIfStatementsOnASingleLine: false + +AllowAllArgumentsOnNextLine: true +AllowAllParametersOfDeclarationOnNextLine: true + +ConstructorInitializerAllOnOneLineOrOnePerLine: 'true' +ConstructorInitializerIndentWidth: '2' + +NamespaceIndentation: All +IndentPPDirectives: BeforeHash +PointerAlignment: Left +ColumnLimit: '0' +ContinuationIndentWidth: '2' +UseTab: Never +TabWidth: '2' +IndentWidth: '2' +AccessModifierOffset : '-2' +IndentCaseLabels: false +Cpp11BracedListStyle: 'true' +AlignAfterOpenBracket: Align +AlignConsecutiveDeclarations: true + +#------------------------------------ +# Configurations not supported by clang-format v12 +#------------------------------------ +# BreakInheritanceList: AfterComma +# EmptyLineBeforeAccessModifier: Always +# EmptyLineAfterAccessModifier: Always +# ReferenceAlignment: Left + +... diff --git a/components/etl/.devcontainer/Dockerfile b/components/etl/.devcontainer/Dockerfile new file mode 100644 index 0000000..4cd52cc --- /dev/null +++ b/components/etl/.devcontainer/Dockerfile @@ -0,0 +1,18 @@ +ARG BASE_IMAGE_NAME="clang:latest" + +FROM ${BASE_IMAGE_NAME} + +ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE="3.31.7" + +# Optionally install the cmake for vcpkg +COPY ./reinstall-cmake.sh /tmp/ + +RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ + && apt-get -y install --no-install-recommends \ + git \ + wget + +RUN if [ "${REINSTALL_CMAKE_VERSION_FROM_SOURCE}" != "none" ]; then \ + chmod +x /tmp/reinstall-cmake.sh && /tmp/reinstall-cmake.sh ${REINSTALL_CMAKE_VERSION_FROM_SOURCE}; \ + fi \ + && rm -f /tmp/reinstall-cmake.sh diff --git a/components/etl/.devcontainer/clang10/devcontainer.json b/components/etl/.devcontainer/clang10/devcontainer.json new file mode 100644 index 0000000..d34b041 --- /dev/null +++ b/components/etl/.devcontainer/clang10/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 10", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:10" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/clang11/devcontainer.json b/components/etl/.devcontainer/clang11/devcontainer.json new file mode 100644 index 0000000..6727e49 --- /dev/null +++ b/components/etl/.devcontainer/clang11/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 11", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:11" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/clang12/devcontainer.json b/components/etl/.devcontainer/clang12/devcontainer.json new file mode 100644 index 0000000..26ab72c --- /dev/null +++ b/components/etl/.devcontainer/clang12/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 12", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:12" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/clang13/devcontainer.json b/components/etl/.devcontainer/clang13/devcontainer.json new file mode 100644 index 0000000..309ced6 --- /dev/null +++ b/components/etl/.devcontainer/clang13/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 13", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:13" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/clang14/devcontainer.json b/components/etl/.devcontainer/clang14/devcontainer.json new file mode 100644 index 0000000..ecdf0ad --- /dev/null +++ b/components/etl/.devcontainer/clang14/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 14", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:14" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/clang15/devcontainer.json b/components/etl/.devcontainer/clang15/devcontainer.json new file mode 100644 index 0000000..35a1cce --- /dev/null +++ b/components/etl/.devcontainer/clang15/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 15", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:15" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/clang16/devcontainer.json b/components/etl/.devcontainer/clang16/devcontainer.json new file mode 100644 index 0000000..aa9b25e --- /dev/null +++ b/components/etl/.devcontainer/clang16/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 16", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:16" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/clang17/devcontainer.json b/components/etl/.devcontainer/clang17/devcontainer.json new file mode 100644 index 0000000..deb08db --- /dev/null +++ b/components/etl/.devcontainer/clang17/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 17", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:17" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/clang18/devcontainer.json b/components/etl/.devcontainer/clang18/devcontainer.json new file mode 100644 index 0000000..d795414 --- /dev/null +++ b/components/etl/.devcontainer/clang18/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 18", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:18-bullseye" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/clang19/devcontainer.json b/components/etl/.devcontainer/clang19/devcontainer.json new file mode 100644 index 0000000..7c525ac --- /dev/null +++ b/components/etl/.devcontainer/clang19/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 19", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:19-bullseye" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/clang20/devcontainer.json b/components/etl/.devcontainer/clang20/devcontainer.json new file mode 100644 index 0000000..0dadc10 --- /dev/null +++ b/components/etl/.devcontainer/clang20/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 20", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:20-bullseye" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/clang7/devcontainer.json b/components/etl/.devcontainer/clang7/devcontainer.json new file mode 100644 index 0000000..09a67ef --- /dev/null +++ b/components/etl/.devcontainer/clang7/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 07", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:7" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/clang8/devcontainer.json b/components/etl/.devcontainer/clang8/devcontainer.json new file mode 100644 index 0000000..99a853e --- /dev/null +++ b/components/etl/.devcontainer/clang8/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 08", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:8" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/clang9/devcontainer.json b/components/etl/.devcontainer/clang9/devcontainer.json new file mode 100644 index 0000000..b77d4f2 --- /dev/null +++ b/components/etl/.devcontainer/clang9/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Clang 09", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "silkeh/clang:9" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/context/reinstall-cmake.sh b/components/etl/.devcontainer/context/reinstall-cmake.sh new file mode 100644 index 0000000..280d814 --- /dev/null +++ b/components/etl/.devcontainer/context/reinstall-cmake.sh @@ -0,0 +1,291 @@ +#!/usr/bin/env bash + +# For more detailed debugging, uncomment the next line +# set -x + +# Explicitly set CMAKE_VERSION from first argument, default to "none" +CMAKE_VERSION=${1:-"none"} + +# --- Configuration --- +DOWNLOAD_ATTEMPTS=3 +DOWNLOAD_RETRY_DELAY=5 # seconds + +# --- Global Variables --- +TMP_DIR="" # Initialize TMP_DIR, will be set by mktemp +# Filenames used within TMP_DIR +CMAKE_INSTALLER_SCRIPT_LOCAL_NAME="cmake-installer.sh" +CMAKE_CHECKSUM_FILE_LOCAL_NAME="cmake-checksums.txt" +# This will be the actual name of the CMake binary, derived from version and arch +# It's important for matching against the checksum file. +DERIVED_CMAKE_BINARY_FILENAME="" + +# --- Cleanup Function --- +# This trap will execute on EXIT, ERR, SIGINT, SIGTERM +# It's crucial for debugging to see the state of TMP_DIR if things go wrong. +cleanup() { + # $? is the exit code of the last command before the trap was triggered + # or the argument to exit if the script called exit explicitly. + LAST_EXIT_CODE=$? + echo # Newline for readability + + # Only proceed with detailed cleanup if TMP_DIR was actually created + if [[ -n "${TMP_DIR}" && -d "${TMP_DIR}" ]]; then + echo "--- Cleanup: Temporary Directory Inspector (${TMP_DIR}) ---" + echo "Listing contents of TMP_DIR:" + ls -la "${TMP_DIR}" + + # Check and display checksum file content + if [[ -f "${TMP_DIR}/${CMAKE_CHECKSUM_FILE_LOCAL_NAME}" ]]; then + echo "--- Content of downloaded checksum file (${CMAKE_CHECKSUM_FILE_LOCAL_NAME}) ---" + cat "${TMP_DIR}/${CMAKE_CHECKSUM_FILE_LOCAL_NAME}" + echo "--- End of checksum file ---" + else + echo "Checksum file (${CMAKE_CHECKSUM_FILE_LOCAL_NAME}) not found in TMP_DIR." + fi + + # Check and display head of (potentially) installer script + # Useful to see if it's an HTML error page + if [[ -f "${TMP_DIR}/${CMAKE_INSTALLER_SCRIPT_LOCAL_NAME}" ]]; then + echo "--- First 10 lines of downloaded installer script (${CMAKE_INSTALLER_SCRIPT_LOCAL_NAME}) ---" + head -n 10 "${TMP_DIR}/${CMAKE_INSTALLER_SCRIPT_LOCAL_NAME}" + echo "--- End of installer script head ---" + elif [[ -f "${TMP_DIR}/${DERIVED_CMAKE_BINARY_FILENAME}" ]]; then + # If it was renamed + echo "--- First 10 lines of downloaded installer script (${DERIVED_CMAKE_BINARY_FILENAME}) ---" + head -n 10 "${TMP_DIR}/${DERIVED_CMAKE_BINARY_FILENAME}" + echo "--- End of installer script head ---" + else + echo "Installer script not found in TMP_DIR (checked for ${CMAKE_INSTALLER_SCRIPT_LOCAL_NAME} and ${DERIVED_CMAKE_BINARY_FILENAME})." + fi + + echo "Attempting to remove temporary directory: ${TMP_DIR}" + rm -Rf "${TMP_DIR}" + echo "Temporary directory removed." + echo "--- End of Cleanup ---" + else + echo "--- Cleanup: TMP_DIR was not set or not a directory, no temp files to inspect or clean. ---" + fi + + # Ensure the script exits with the LAST_EXIT_CODE observed by the trap + # unless it was 0 and the script is exiting due to an explicit non-zero exit. + # The 'exit' command within the trap will override the script's natural exit code. + # So, if the script was going to exit 0, but cleanup had an issue, this could change it. + # However, for debugging an exit code 8, we want to preserve the code that *caused* the trap. + echo "Script finished with exit code: ${LAST_EXIT_CODE}." + exit "${LAST_EXIT_CODE}" +} +trap cleanup EXIT ERR SIGINT SIGTERM + +# Immediately turn on `set -e` after trap setup +set -e + +# --- Helper Functions --- +# Function to download a file with retries and basic validation +download_file() { + local url="$1" + local output_filename="$2" + local attempts_left=$DOWNLOAD_ATTEMPTS + local wget_exit_code=0 + + while [ $attempts_left -gt 0 ]; do + echo "Downloading: ${url}" + echo "Saving to: ${TMP_DIR}/${output_filename}" + echo "Attempt $((DOWNLOAD_ATTEMPTS - attempts_left + 1)) of ${DOWNLOAD_ATTEMPTS}..." + + # Use wget with: + # -O: specify output file + # --timeout: connection/read timeout + # --tries: number of retries (wget's own retry, distinct from this loop) + # --quiet: suppress normal output, but errors still go to stderr + # --show-progress: if not quiet, shows a progress bar (optional) + # Using -q for less verbose logs, but on failure, we need to know. + wget -O "${TMP_DIR}/${output_filename}" --timeout=30 --tries=1 "${url}" + wget_exit_code=$? + + if [ ${wget_exit_code} -eq 0 ]; then + echo "Download command successful for ${output_filename}." + if [ -s "${TMP_DIR}/${output_filename}" ]; then # -s: file exists and has a size greater than 0 + # Basic check for common HTML error page indicators + # This is a heuristic and might not catch all error pages. + if head -n 5 "${TMP_DIR}/${output_filename}" | grep -Eiq ' /dev/null; then + echo "wget not found. Attempting to install wget via apt-get..." + if command -v apt-get > /dev/null; then + apt-get update -y + apt-get install -y --no-install-recommends wget + echo "wget installed." + else + echo "ERROR: apt-get not found. Cannot install wget. Please install wget manually." + exit 1 + fi +else + echo "wget is available." +fi + +# 2. (Optional) Remove existing CMake installed via apt +echo "Attempting to remove any existing CMake installed via apt..." +if command -v apt-get > /dev/null; then + if dpkg -s cmake &> /dev/null; then # Check if cmake package is actually installed + apt-get -y purge --auto-remove cmake + echo "cmake package purged." + else + echo "cmake package not found via dpkg, skipping purge." + fi +else + echo "apt-get not found, skipping removal of CMake via apt." +fi + +# 3. Create installation and temporary directories +echo "Creating CMake installation directory /opt/cmake..." +mkdir -p /opt/cmake + +TMP_DIR=$(mktemp -d -t cmake-install-XXXXXXXXXX) +echo "Temporary directory created: ${TMP_DIR}" +# Crucial: subsequent operations needing temp files should happen in or relative to TMP_DIR +# We will cd into TMP_DIR later, or use full paths like ${TMP_DIR}/filename + +# 4. Determine system architecture +echo "Determining system architecture..." +architecture=$(dpkg --print-architecture) +case "${architecture}" in + arm64) ARCH="aarch64" ;; + amd64) ARCH="x86_64" ;; + *) + echo "ERROR: Unsupported architecture '${architecture}' reported by dpkg." + exit 1 + ;; +esac +echo "Detected architecture: ${architecture} (mapped to CMake arch: ${ARCH})" + +# 5. Define CMake download URLs and the filename expected by checksum +DERIVED_CMAKE_BINARY_FILENAME="cmake-${CMAKE_VERSION}-linux-${ARCH}.sh" +CMAKE_BINARY_URL="https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/${DERIVED_CMAKE_BINARY_FILENAME}" +CMAKE_CHECKSUM_FILE_URL="https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-SHA-256.txt" + +# 6. Download CMake binary and checksum file +echo "--- Downloading Files ---" +if ! download_file "${CMAKE_BINARY_URL}" "${CMAKE_INSTALLER_SCRIPT_LOCAL_NAME}"; then + echo "ERROR: Failed to download CMake binary installer. See messages above." + exit 1 +fi + +if ! download_file "${CMAKE_CHECKSUM_FILE_URL}" "${CMAKE_CHECKSUM_FILE_LOCAL_NAME}"; then + echo "ERROR: Failed to download CMake checksum file. See messages above." + exit 1 +fi +echo "Downloads complete." +echo "--- End of Downloading Files ---" +echo # Newline for readability + +# Before checksum, rename the downloaded installer to its derived name, +# as the checksum file refers to this specific name. +echo "Renaming downloaded installer from '${CMAKE_INSTALLER_SCRIPT_LOCAL_NAME}' to '${DERIVED_CMAKE_BINARY_FILENAME}' for checksum verification." +mv "${TMP_DIR}/${CMAKE_INSTALLER_SCRIPT_LOCAL_NAME}" "${TMP_DIR}/${DERIVED_CMAKE_BINARY_FILENAME}" +if [ ! -f "${TMP_DIR}/${DERIVED_CMAKE_BINARY_FILENAME}" ]; then + echo "ERROR: Failed to rename installer script for checksum. File '${TMP_DIR}/${DERIVED_CMAKE_BINARY_FILENAME}' does not exist after move." + exit 1 +fi + +# 7. Verify checksum +echo "--- Verifying Checksum ---" +echo "Checksum file is: ${TMP_DIR}/${CMAKE_CHECKSUM_FILE_LOCAL_NAME}" +echo "Binary file to check is: ${TMP_DIR}/${DERIVED_CMAKE_BINARY_FILENAME}" + +# Ensure the checksum file actually contains an entry for our binary +# This is important because the SHA-256.txt file contains checksums for *all* release assets +echo "Checking if checksum file contains entry for '${DERIVED_CMAKE_BINARY_FILENAME}'..." +if ! grep -q "${DERIVED_CMAKE_BINARY_FILENAME}" "${TMP_DIR}/${CMAKE_CHECKSUM_FILE_LOCAL_NAME}"; then + echo "ERROR: The downloaded checksum file '${CMAKE_CHECKSUM_FILE_LOCAL_NAME}' does NOT contain an entry for '${DERIVED_CMAKE_BINARY_FILENAME}'." + echo "This strongly suggests that the CMAKE_VERSION ('${CMAKE_VERSION}') or ARCH ('${ARCH}') is incorrect, or the specified version does not provide a .sh installer for this architecture." + echo "Please verify the version and available files at https://github.com/Kitware/CMake/releases/tag/v${CMAKE_VERSION}" + exit 1 +fi +echo "Checksum file contains an entry for '${DERIVED_CMAKE_BINARY_FILENAME}'." + +# Perform the checksum. We need to be in the directory where the files are. +echo "Changing directory to ${TMP_DIR} for checksum verification." +cd "${TMP_DIR}" # <<<<<<< IMPORTANT: sha256sum -c needs to find files + +echo "Verifying checksum of '${DERIVED_CMAKE_BINARY_FILENAME}' using '${CMAKE_CHECKSUM_FILE_LOCAL_NAME}'..." +# The --ignore-missing flag is good, as the .txt file has many checksums. +# The --strict flag would cause it to error if there are improperly formatted lines. +# We rely on the grep check above to ensure our specific file is mentioned. +if sha256sum -c --ignore-missing "${CMAKE_CHECKSUM_FILE_LOCAL_NAME}"; then + echo "Checksum verification successful for '${DERIVED_CMAKE_BINARY_FILENAME}'." +else + SHA_EXIT_CODE=$? + echo "ERROR: Checksum verification FAILED for '${DERIVED_CMAKE_BINARY_FILENAME}' with exit code ${SHA_EXIT_CODE}." + # Cleanup trap will show file contents. + exit 1 # Critical failure +fi +echo "--- End of Verifying Checksum ---" +echo # Newline for readability + +# 8. Install CMake +echo "--- Installing CMake ---" +echo "Making the CMake installer script '${DERIVED_CMAKE_BINARY_FILENAME}' executable..." +chmod +x "${DERIVED_CMAKE_BINARY_FILENAME}" # Still in TMP_DIR + +echo "Executing CMake installer script: ./${DERIVED_CMAKE_BINARY_FILENAME} --prefix=/opt/cmake --skip-license" +# Execute the script. If this script exits with 8, this is our culprit. +if ./"${DERIVED_CMAKE_BINARY_FILENAME}" --prefix=/opt/cmake --skip-license; then + echo "CMake installer script executed successfully." +else + INSTALLER_EXIT_CODE=$? + echo "ERROR: CMake installer script FAILED with exit code ${INSTALLER_EXIT_CODE}." + # This is the most likely place for an exit code 8 if downloads and checksums were okay. + # The trap will handle cleanup. The script will exit with INSTALLER_EXIT_CODE due to the trap. + exit ${INSTALLER_EXIT_CODE} # Explicitly exit with the installer's code +fi +echo "--- End of Installing CMake ---" +echo # Newline for readability + +# 9. Create symlinks +echo "Creating symbolic links for cmake and ctest in /usr/local/bin/..." +ln -sf /opt/cmake/bin/cmake /usr/local/bin/cmake +ln -sf /opt/cmake/bin/ctest /usr/local/bin/ctest +echo "Symbolic links created." + +echo # Newline for readability +echo "SUCCESS: CMake ${CMAKE_VERSION} installation and setup complete." + +# The script will exit with 0 here. The trap will run, see $? is 0, and then exit 0. +exit 0 \ No newline at end of file diff --git a/components/etl/.devcontainer/devcontainer.json b/components/etl/.devcontainer/devcontainer.json new file mode 100644 index 0000000..161faee --- /dev/null +++ b/components/etl/.devcontainer/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Default", + "build": { + "dockerfile": "./Dockerfile", + "args": { + "BASE_IMAGE_NAME": "mcr.microsoft.com/devcontainers/cpp:debian-12" + }, + "context": "./context" + } +} diff --git a/components/etl/.devcontainer/gcc09/devcontainer.json b/components/etl/.devcontainer/gcc09/devcontainer.json new file mode 100644 index 0000000..ab5e64e --- /dev/null +++ b/components/etl/.devcontainer/gcc09/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Gcc 09", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "gcc:9" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/gcc10/devcontainer.json b/components/etl/.devcontainer/gcc10/devcontainer.json new file mode 100644 index 0000000..03bf117 --- /dev/null +++ b/components/etl/.devcontainer/gcc10/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Gcc 10", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "gcc:10" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/gcc11/devcontainer.json b/components/etl/.devcontainer/gcc11/devcontainer.json new file mode 100644 index 0000000..9d837fa --- /dev/null +++ b/components/etl/.devcontainer/gcc11/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Gcc 11", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "gcc:11" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/gcc12/devcontainer.json b/components/etl/.devcontainer/gcc12/devcontainer.json new file mode 100644 index 0000000..9c07a79 --- /dev/null +++ b/components/etl/.devcontainer/gcc12/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Gcc 12", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "gcc:12" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/gcc13/devcontainer.json b/components/etl/.devcontainer/gcc13/devcontainer.json new file mode 100644 index 0000000..4b9767e --- /dev/null +++ b/components/etl/.devcontainer/gcc13/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Gcc 13", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "gcc:13" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/gcc14/devcontainer.json b/components/etl/.devcontainer/gcc14/devcontainer.json new file mode 100644 index 0000000..374ff29 --- /dev/null +++ b/components/etl/.devcontainer/gcc14/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Gcc 14", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "gcc:14" + }, + "context": "../context" + } +} diff --git a/components/etl/.devcontainer/gcc15/devcontainer.json b/components/etl/.devcontainer/gcc15/devcontainer.json new file mode 100644 index 0000000..498a6fe --- /dev/null +++ b/components/etl/.devcontainer/gcc15/devcontainer.json @@ -0,0 +1,12 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/cpp +{ + "name": "Gcc 15", + "build": { + "dockerfile": "../Dockerfile", + "args": { + "BASE_IMAGE_NAME": "gcc:15" + }, + "context": "../context" + } +} diff --git a/components/etl/.gitattributes b/components/etl/.gitattributes new file mode 100644 index 0000000..28d1999 --- /dev/null +++ b/components/etl/.gitattributes @@ -0,0 +1,68 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Declare files that will always have LF line endings on checkout. +############################################################################### +*.sh text eol=lf + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain diff --git a/components/etl/.github/FUNDING.yml b/components/etl/.github/FUNDING.yml new file mode 100644 index 0000000..35d9f0c --- /dev/null +++ b/components/etl/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: ETLCPP diff --git a/components/etl/.github/workflows/clang-c++11.yml b/components/etl/.github/workflows/clang-c++11.yml new file mode 100644 index 0000000..2e243e8 --- /dev/null +++ b/components/etl/.github/workflows/clang-c++11.yml @@ -0,0 +1,52 @@ +name: clang-c++11 +on: + push: + branches: [ master, development, pull-request/* ] + pull_request: + branches: [ master, pull-request/* ] + +jobs: + + build-clang-cpp11-linux-stl: + name: Clang C++11 Linux - STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=11 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp11-linux-no-stl: + name: Clang C++11 Linux - No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=11 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests \ No newline at end of file diff --git a/components/etl/.github/workflows/clang-c++14.yml b/components/etl/.github/workflows/clang-c++14.yml new file mode 100644 index 0000000..7d2338d --- /dev/null +++ b/components/etl/.github/workflows/clang-c++14.yml @@ -0,0 +1,52 @@ +name: clang-c++14 +on: + push: + branches: [ master, development, pull-request/* ] + pull_request: + branches: [ master, pull-request/* ] + +jobs: + + build-clang-cpp14-linux-stl: + name: Clang C++14 Linux - STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=14 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp14-linux-no-stl: + name: Clang C++14 Linux - No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=14 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests \ No newline at end of file diff --git a/components/etl/.github/workflows/clang-c++17.yml b/components/etl/.github/workflows/clang-c++17.yml new file mode 100644 index 0000000..62afaf4 --- /dev/null +++ b/components/etl/.github/workflows/clang-c++17.yml @@ -0,0 +1,52 @@ +name: clang-c++17 +on: + push: + branches: [ master, development, pull-request/* ] + pull_request: + branches: [ master, pull-request/* ] + +jobs: + + build-clang-cpp17-linux-stl: + name: Clang C++17 Linux - STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=17 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp17-linux-no-stl: + name: Clang C++17 Linux - No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=17 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests \ No newline at end of file diff --git a/components/etl/.github/workflows/clang-c++20.yml b/components/etl/.github/workflows/clang-c++20.yml new file mode 100644 index 0000000..e403e5c --- /dev/null +++ b/components/etl/.github/workflows/clang-c++20.yml @@ -0,0 +1,184 @@ +name: clang-c++20 +on: + push: + branches: [ master, development, pull-request/* ] + pull_request: + branches: [ master, pull-request/* ] + +jobs: + + build-clang-cpp20-linux-no-stl: + name: Clang C++20 Linux - No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + # Temporary fix. See https://github.com/actions/runner-images/issues/8659 + - name: Install newer Clang + run: | + wget https://apt.llvm.org/llvm.sh + chmod +x ./llvm.sh + sudo ./llvm.sh 17 + + - name: Build + run: | + export CC=clang-17 + export CXX=clang++-17 + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -DBUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=20 ./ + clang-17 --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp20-linux-stl-force-cpp03: + name: Clang C++20 Linux - STL - Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + # Temporary fix. See https://github.com/actions/runner-images/issues/8659 + - name: Install newer Clang + run: | + wget https://apt.llvm.org/llvm.sh + chmod +x ./llvm.sh + sudo ./llvm.sh 17 + + - name: Build + run: | + export CC=clang-17 + export CXX=clang++-17 + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=20 ./ + clang-17 --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp20-linux-no-stl-force-cpp03: + name: Clang C++20 Linux - No STL - Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + # Temporary fix. See https://github.com/actions/runner-images/issues/8659 + - name: Install newer Clang + run: | + wget https://apt.llvm.org/llvm.sh + chmod +x ./llvm.sh + sudo ./llvm.sh 17 + + - name: Build + run: | + export CC=clang-17 + export CXX=clang++-17 + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=20 ./ + clang-17 --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp20-osx-stl: + name: Clang C++20 OSX - STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-13] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=20 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp20-osx-no-stl: + name: Clang C++20 OSX - No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-13] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=20 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp20-osx-stl-force-cpp03: + name: Clang C++20 OSX - STL - Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-13] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=20 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp20-osx-no-stl-force-cpp03: + name: Clang C++20 OSX - No STL - Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-13] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=20 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + diff --git a/components/etl/.github/workflows/clang-c++23.yml b/components/etl/.github/workflows/clang-c++23.yml new file mode 100644 index 0000000..82c4a16 --- /dev/null +++ b/components/etl/.github/workflows/clang-c++23.yml @@ -0,0 +1,184 @@ +name: clang-c++23 +on: + push: + branches: [ master, development, pull-request/* ] + pull_request: + branches: [ master, pull-request/* ] + +jobs: + + build-clang-cpp23-linux-no-stl: + name: Clang C++23 Linux - No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + # Temporary fix. See https://github.com/actions/runner-images/issues/8659 + - name: Install newer Clang + run: | + wget https://apt.llvm.org/llvm.sh + chmod +x ./llvm.sh + sudo ./llvm.sh 17 + + - name: Build + run: | + export CC=clang-17 + export CXX=clang++-17 + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -DBUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=OFF -DETL_CXX_STANDARD=23 ./ + clang-17 --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp23-linux-stl-force-cpp03: + name: Clang C++23 Linux - STL - Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + # Temporary fix. See https://github.com/actions/runner-images/issues/8659 + - name: Install newer Clang + run: | + wget https://apt.llvm.org/llvm.sh + chmod +x ./llvm.sh + sudo ./llvm.sh 17 + + - name: Build + run: | + export CC=clang-17 + export CXX=clang++-17 + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=ON -DETL_CXX_STANDARD=23 ./ + clang-17 --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp2-linux-no-stl-force-cpp03: + name: Clang C++23 Linux - No STL - Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + # Temporary fix. See https://github.com/actions/runner-images/issues/8659 + - name: Install newer Clang + run: | + wget https://apt.llvm.org/llvm.sh + chmod +x ./llvm.sh + sudo ./llvm.sh 17 + + - name: Build + run: | + export CC=clang-17 + export CXX=clang++-17 + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=ON -DETL_CXX_STANDARD=23 ./ + clang-17 --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp23-osx-stl: + name: Clang C++23 OSX - STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-13] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=OFF -DETL_CXX_STANDARD=23 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp23-osx-no-stl: + name: Clang C++23 OSX - No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-13] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=OFF -DETL_CXX_STANDARD=23 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp23-osx-stl-force-cpp03: + name: Clang C++23 OSX - STL - Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-13] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=ON -DETL_CXX_STANDARD=23 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-clang-cpp23-osx-no-stl-force-cpp03: + name: Clang C++23 OSX - No STL - Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [macos-13] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + cmake -D BUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=ON -DETL_CXX_STANDARD=23 ./ + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + diff --git a/components/etl/.github/workflows/clang-syntax-checks.yml b/components/etl/.github/workflows/clang-syntax-checks.yml new file mode 100644 index 0000000..c0c5f4e --- /dev/null +++ b/components/etl/.github/workflows/clang-syntax-checks.yml @@ -0,0 +1,403 @@ +name: clang syntax checks +on: + push: + branches: [ master, development, pull-request/* ] + pull_request: + branches: [ master, pull-request/* ] + +jobs: + build-clang-cpp03-linux-STL: + name: Syntax Check - Clang C++03 Linux STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=03 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp03-linux-No-STL: + name: Syntax Check - Clang C++03 Linux No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=03 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp11-linux-STL: + name: Syntax Check - Clang C++11 Linux STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=11 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp11-linux-No-STL: + name: Syntax Check - Clang C++11 Linux No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=11 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp11-linux-STL-Force-CPP03: + name: Syntax Check - Clang C++11 Linux STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=11 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp11-linux-No-STL-Force-CPP03: + name: Syntax Check - Clang C++11 Linux No STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=11 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp14-linux-STL: + name: Syntax Check - Clang C++14 Linux STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=14 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp14-linux-No-STL: + name: Syntax Check - Clang C++14 Linux No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=14 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp14-linux-STL-Force-CPP03: + name: Syntax Check - Clang C++14 Linux STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=14 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp14-linux-No-STL-Force-CPP03: + name: Syntax Check - Clang C++14 Linux No STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=14 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp17-linux-STL: + name: Syntax Check - Clang C++17 Linux STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=17 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp17-linux-No-STL: + name: Syntax Check - Clang C++17 Linux No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=17 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp17-linux-STL-Force-CPP03: + name: Syntax Check - Clang C++17 Linux STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=17 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp17-linux-No-STL-Force-CPP03: + name: Syntax Check - Clang C++17 Linux No STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=17 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp20-linux-STL: + name: Syntax Check - Clang C++20 Linux STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=20 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp20-linux-No-STL: + name: Syntax Check - Clang C++20 Linux No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=20 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp20-linux-STL-Force-CPP03: + name: Syntax Check - Clang C++20 Linux STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=20 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp20-linux-No-STL-Force-CPP03: + name: Syntax Check - Clang C++20 Linux No STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=20 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp23-linux-STL: + name: Syntax Check - Clang C++23 Linux STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=23 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp23-linux-No-STL: + name: Syntax Check - Clang C++23 Linux No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=23 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp23-linux-STL-Force-CPP03: + name: Syntax Check - Clang C++23 Linux STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=23 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-clang-cpp23-linux-No-STL-Force-CPP03: + name: Syntax Check - Clang C++23 Linux No STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=clang + export CXX=clang++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=23 ./test/syntax_check + clang --version + make -j $(getconf _NPROCESSORS_ONLN) diff --git a/components/etl/.github/workflows/gcc-c++11.yml b/components/etl/.github/workflows/gcc-c++11.yml new file mode 100644 index 0000000..f4cea1b --- /dev/null +++ b/components/etl/.github/workflows/gcc-c++11.yml @@ -0,0 +1,54 @@ +name: gcc-c++11 +on: + push: + branches: [ master, development, pull-request/* ] + pull_request: + branches: [ master, pull-request/* ] + +jobs: + + build-gcc-cpp11-linux-stl: + name: GCC C++11 Linux - STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + git fetch + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=11 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-gcc-cpp11-linux-no-stl: + name: GCC C++11 Linux - No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + git fetch + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=11 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests diff --git a/components/etl/.github/workflows/gcc-c++14.yml b/components/etl/.github/workflows/gcc-c++14.yml new file mode 100644 index 0000000..a24f931 --- /dev/null +++ b/components/etl/.github/workflows/gcc-c++14.yml @@ -0,0 +1,52 @@ +name: gcc-c++14 +on: + push: + branches: [ master, development, pull-request/* ] + pull_request: + branches: [ master, pull-request/* ] + +jobs: + + build-gcc-cpp14-linux-stl: + name: GCC C++14 Linux - STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=14 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-gcc-cpp14-linux-no-stl: + name: GCC C++14 Linux - No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=14 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests \ No newline at end of file diff --git a/components/etl/.github/workflows/gcc-c++17.yml b/components/etl/.github/workflows/gcc-c++17.yml new file mode 100644 index 0000000..f16538f --- /dev/null +++ b/components/etl/.github/workflows/gcc-c++17.yml @@ -0,0 +1,52 @@ +name: gcc-c++17 +on: + push: + branches: [ master, development, pull-request/* ] + pull_request: + branches: [ master, pull-request/* ] + +jobs: + + build-gcc-cpp17-linux-stl: + name: GCC C++17 Linux - STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=17 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-gcc-cpp17-linux-no-stl: + name: GCC C++17 Linux - No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=17 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests diff --git a/components/etl/.github/workflows/gcc-c++20.yml b/components/etl/.github/workflows/gcc-c++20.yml new file mode 100644 index 0000000..35de10c --- /dev/null +++ b/components/etl/.github/workflows/gcc-c++20.yml @@ -0,0 +1,96 @@ +name: gcc-c++20 +on: + push: + branches: [ master, development, pull-request/* ] + pull_request: + branches: [ master, pull-request/* ] + +jobs: + + build-gcc-cpp20-linux-stl: + name: GCC C++20 Linux - STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=20 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-gcc-cpp20-linux-no-stl: + name: GCC C++20 Linux - No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=20 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-gcc-cpp20-linux-stl-force-cpp03: + name: GCC C++20 Linux - STL - Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=20 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-gcc-cpp20-linux-no-stl-force-cpp03: + name: GCC C++20 Linux - No STL - Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=20 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests \ No newline at end of file diff --git a/components/etl/.github/workflows/gcc-c++23.yml b/components/etl/.github/workflows/gcc-c++23.yml new file mode 100644 index 0000000..93881f8 --- /dev/null +++ b/components/etl/.github/workflows/gcc-c++23.yml @@ -0,0 +1,96 @@ +name: gcc-c++23 +on: + push: + branches: [ master, development, pull-request/* ] + pull_request: + branches: [ master, pull-request/* ] + +jobs: + + build-gcc-cpp23-linux-stl: + name: GCC C++23 Linux - STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=OFF -DETL_CXX_STANDARD=23 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-gcc-cpp23-linux-no-stl: + name: GCC C++23 Linux - No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=OFF -DETL_CXX_STANDARD=23 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-gcc-cpp23-linux-stl-force-cpp03: + name: GCC C++23 Linux - STL - Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=ON -DETL_CXX_STANDARD=23 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests + + build-gcc-cpp23-linux-no-stl-force-cpp03: + name: GCC C++23 Linux - No STL - Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0 + export CC=gcc + export CXX=g++ + cmake -DBUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=ON -DETL_CXX_STANDARD=23 ./ + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + - name: Run tests + run: ./test/etl_tests \ No newline at end of file diff --git a/components/etl/.github/workflows/gcc-syntax-checks.yml b/components/etl/.github/workflows/gcc-syntax-checks.yml new file mode 100644 index 0000000..106d6d3 --- /dev/null +++ b/components/etl/.github/workflows/gcc-syntax-checks.yml @@ -0,0 +1,403 @@ +name: gcc syntax checks +on: + push: + branches: [ master, development, pull-request/* ] + pull_request: + branches: [ master, pull-request/* ] + +jobs: + build-gcc-cpp03-linux-STL: + name: Syntax Check - GCC C++03 Linux STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=03 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp03-linux-No-STL: + name: Syntax Check - GCC C++03 Linux No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=03 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp11-linux-STL: + name: Syntax Check - GCC C++11 Linux STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=11 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp11-linux-No-STL: + name: Syntax Check - GCC C++11 Linux No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=11 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp11-linux-STL-Force-CPP03: + name: Syntax Check - GCC C++11 Linux STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=11 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp11-linux-No-STL-Force-CPP03: + name: Syntax Check - GCC C++11 Linux No STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=11 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp14-linux-STL: + name: Syntax Check - GCC C++14 Linux STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=14 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp14-linux-No-STL: + name: Syntax Check - GCC C++14 Linux No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=14 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp14-linux-STL-Force-CPP03: + name: Syntax Check - GCC C++14 Linux STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=14 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp14-linux-No-STL-Force-CPP03: + name: Syntax Check - GCC C++14 Linux No STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=14 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp17-linux-STL: + name: Syntax Check - GCC C++17 Linux STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=17 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp17-linux-No-STL: + name: Syntax Check - GCC C++17 Linux No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=17 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp17-linux-STL-Force-CPP03: + name: Syntax Check - GCC C++17 Linux STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=17 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp17-linux-No-STL-Force-CPP03: + name: Syntax Check - GCC C++17 Linux No STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=17 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp20-linux-STL: + name: Syntax Check - GCC C++20 Linux STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=20 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp20-linux-No-STL: + name: Syntax Check - GCC C++20 Linux No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=20 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp20-linux-STL-Force-CPP03: + name: Syntax Check - GCC C++20 Linux STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=20 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp20-linux-No-STL-Force-CPP03: + name: Syntax Check - GCC C++20 Linux No STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=20 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp23-linux-STL: + name: Syntax Check - GCC C++23 Linux STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=23 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp23-linux-No-STL: + name: Syntax Check - GCC C++23 Linux No STL + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=23 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp23-linux-STL-Force-CPP03: + name: Syntax Check - GCC C++23 Linux STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=23 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) + + build-gcc-cpp23-linux-No-STL-Force-CPP03: + name: Syntax Check - GCC C++23 Linux No STL Force C++03 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-22.04] + + steps: + - uses: actions/checkout@v4 + + - name: Build + run: | + export CC=gcc + export CXX=g++ + cmake -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=23 ./test/syntax_check + gcc --version + make -j $(getconf _NPROCESSORS_ONLN) \ No newline at end of file diff --git a/components/etl/.github/workflows/msvc.yml b/components/etl/.github/workflows/msvc.yml new file mode 100644 index 0000000..f910048 --- /dev/null +++ b/components/etl/.github/workflows/msvc.yml @@ -0,0 +1,95 @@ +name: msvc +on: + push: + branches: [ master, development, pull-request/* ] + pull_request: + branches: [ master, pull-request/* ] + +jobs: + build-windows-msvc-stl: + name: Windows - STL + runs-on: [windows-2022] + + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + submodules: recursive + + - name: Add msbuild to PATH + uses: microsoft/setup-msbuild@v1.0.2 + + - name: Build + run: | + cmake -G "Visual Studio 17 2022" -AWin32 -DBUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=20 ./ + MSBuild.exe -version + MSBuild.exe .\etl.sln + + - name: Run tests + run: test/Debug/etl_tests.exe + + build-windows-msvc-no-stl: + name: Windows - No STL + runs-on: [windows-2022] + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + submodules: recursive + + - name: Add msbuild to PATH + uses: microsoft/setup-msbuild@v1.0.2 + + - name: Build + run: | + cmake -G "Visual Studio 17 2022" -AWin32 -DBUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=OFF -DETL_CXX_STANDARD=17 ./ + MSBuild.exe -version + MSBuild.exe .\etl.sln + + - name: Run tests + run: test/Debug/etl_tests.exe + + build-windows-msvc-stl-force-cpp03: + name: Windows - STL - Force C++03 + runs-on: [windows-2022] + + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + submodules: recursive + + - name: Add msbuild to PATH + uses: microsoft/setup-msbuild@v1.0.2 + + - name: Build + run: | + cmake -G "Visual Studio 17 2022" -AWin32 -DBUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=17 ./ + MSBuild.exe -version + MSBuild.exe .\etl.sln + + - name: Run tests + run: test/Debug/etl_tests.exe + + build-windows-msvc-no-stl-force-cpp03: + name: Windows - No STL - Force C++03 + runs-on: [windows-2022] + + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + submodules: recursive + + - name: Add msbuild to PATH + uses: microsoft/setup-msbuild@v1.0.2 + + - name: Build + run: | + cmake -G "Visual Studio 17 2022" -AWin32 -DBUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03_IMPLEMENTATION=ON -DETL_CXX_STANDARD=17 ./ + MSBuild.exe -version + MSBuild.exe .\etl.sln + + - name: Run tests + run: test/Debug/etl_tests.exe + diff --git a/components/etl/.gitignore b/components/etl/.gitignore new file mode 100644 index 0000000..7964199 --- /dev/null +++ b/components/etl/.gitignore @@ -0,0 +1,404 @@ + +################# +## Personal +################# +docs/html +include/etl/html/ +include/etl/latex/ +test/vs2013/Debug +test/vs2013/Release +test/keil/Debug +test/keil/Release +test/keil/Objects +test/keil/Listings +test/cmake-windows/unittest++/src +test/cmake/unittest++/src +examples/ArmTimerCallbacks/Listings +examples/ArmTimerCallbacks/Objects +examples/ArmTimerCallbacks/DebugConfig +build-test-Desktop_x86_windows_msvc2017_pe_32bit-Debug/unittest++/src +buildresults/ +build +subprojects/* +!subprojects/*.wrap + +################# +## Eclipse +################# + +*.pydevproject +.project +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath +*.uvguix.John + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# PDT-specific +.buildpath + + +################# +## Visual Studio +################# + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results + +[Dd]ebug/ +[Rr]elease/ +x64/ +build/ +[Bb]in/ +[Oo]bj/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.scc + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +*.ncrunch* +.*crunch*.local.xml + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.Publish.xml +*.pubxml +*.publishproj + +# NuGet Packages Directory +## TODO: If you have NuGet Package Restore enabled, uncomment the next line +#packages/ + +# Windows Azure Build Output +csx +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Others +sql/ +*.Cache +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.[Pp]ublish.xml +*.pfx +*.publishsettings + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +App_Data/*.mdf +App_Data/*.ldf + +############# +## Windows detritus +############# + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Mac crap +.DS_Store + + +############# +## Python +############# + +/venv + +*.py[cod] + +# Packages +*.egg +*.egg-info +dist/ +eggs/ +parts/ +var/ +sdist/ + +develop-eggs/ +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg +*.depend +*.layout +*.session +*.tags +*.db + +############# +## CLion +############# + +.idea/ + +# CMake +cmake-build-*/ + +unittest-cpp +*.opendb +build-test-Desktop_x86_windows_msvc2017_pe_32bit-Debug +test/Logs +build-test-Desktop_x86_windows_msvc2019_pe_32bit-Debug +test/vs2019/.vs +Corel Auto-Preserve +.vscode +build-test-Clang_10-Debug +build-test-GCC-Debug +test/kdevelopbuild/unittest++ +test/random_clcg.csv +test/random_hash.csv +test/random_lcg.csv +test/random_lsfr.csv +test/random_mwc.csv +test/random_pcg.csv +test/random_xorshift.csv +test/cmake_install.cmake +test/Makefile +test/vs2019/enc_temp_folder +test/vs2019/.leu +test/etl_test_log.txt +test/vs2019/Debug No Unit Tests +test/vs2019/multi_loop.csv +temp/create_arduino_library.py +examples/FunctionInterruptSimulation-Delegates/vs2019/.vs + +*.db-shm +test/vs2019/.vs/etl/v16/Browse.VC.db-wal +examples/SharedMessage/.vs +examples/QueuedMessageRouter/vs2019/.vs +test/sanity-check/c++03/bclang +test/sanity-check/c++03/bgcc +test/sanity-check/c++11/bclang +test/sanity-check/c++11/bgcc +test/sanity-check/c++14/bclang +test/sanity-check/c++14/bgcc +test/log.txt +log.txt +test/CMakeFiles +test/vs2019/Debug LLVM +test/vs2019/DebugLLVMNoSTL +test/vs2019/DebugNoSTL +test/vs2022/Debug LLVM +test/vs2019/Debug MSVC - No STL - Built-ins/etl.exe +test/vs2019/Debug-LLVM-NoSTL-Builtins/etl.exe +test/vs2019/cmake-build +test/vs2019/Debug MSVC - No STL - Built-ins +test/vs2019/Test1 +test/vs2019/Test2 +test/vs2019/Debug MSVC - Force C++03 +test/vs2019/Debug LLVM - No STL +test/vs2019/Debug - No STL +test/etl_unit_tests.p +test/.ninja_deps +test/.ninja_log +test/build.ninja +test/compile_commands.json +test/etl_unit_tests +test/build-make +test/meson-info +test/meson-logs +test/meson-private +test/build-ninja +test/vs2019/Debug MSVC C++20 +test/vs2019/Debug MSVC C++20 - No STL +patches +test/vs2019/Debug MSVC - No Tests +test/vs2019/Debug MSVC - No STL - Force Built-ins +test/vs2019/Debug MSVC - No STL - Force Constexpr Algorithms +test/vs2019/Debug Intel +test/vs2019/Debug Intel - No STL +EmbeddedTemplateLibrary-20.24.1.tar.gz +test/etl_initializer_list/.vs +test/build-etl_initializer_list-Desktop_x86_windows_msvc2019_pe_32bit-Debug +test/build-etl_initializer_list-GCC-Debug +test/etl_initializer_list/etl_initializer_list.vcxproj.filters +test/etl_initializer_list/build-make +test/vs-build +test/etl_error_handler/exceptions/build-make +test/etl_error_handler/log_errors/build-make +test/etl_error_handler/log_errors_and_exceptions/.vs +test/etl_error_handler/log_errors_and_exceptions/build-make +test/etl_error_handler/build-log_errors-GCC-Debug +test/etl_error_handler/build-exceptions_and_log_errors-GCC-Debug +test/etl_error_handler/build-exceptions-GCC-Debug +test/etl_error_handler/exceptions_and_log_errors/.vs +examples/ArmTimerCallbacks - C++/ArmTimerCallbacks.uvoptx +test/vs2022/.vs +test/vs2022/random_clcg.csv +test/vs2022/random_hash.csv +test/vs2022/random_lsfr.csv +test/vs2022/random_lcg.csv +test/vs2022/random_mwc.csv +test/vs2022/random_pcg.csv +test/vs2022/random_xorshift.csv +test/vs2019/Debug MSVC C++14 +test/vs2019/Debug MSVC C++14 - No STL +test/vs2019/MSVC - No STL -O2 +test/vs2022/Debug - No STL +test/vs2022/Debug MSVC C++20 +test/vs2022/Debug MSVC - Force C++03 +test/vs2022/Debug MSVC - No STL - Built-ins +test/vs2022/Debug MSVC - No STL - Force Built-ins +test/temp +test/vs2022/Debug MSVC C++14 +test/vs2022/Debug MSVC C++20 - No STL +build-test-Desktop_x86_windows_msvc2019_pe_64bit-Debug +test/vs2022/Debug MSVC C++14 - No STL +test/log.txt +test/etl_error_handler/log.txt +test/syntax_check/c++03/bgcc +test/syntax_check/c++11/bclang +test/syntax_check/c++14/bclang +test/syntax_check/c++17/bclang +test/syntax_check/c++03/bclang +test/syntax_check/c++14/bgcc +test/syntax_check/c++20/bclang +test/syntax_check/c++11/bgcc +test/syntax_check/c++17/bgcc +test/syntax_check/c++20/bgcc +test/vs2022/Debug MSVC C++17 +test/vs2022/Debug MSVC C++17 - No STL +test/vs2022/Release MSVC C++20 - No STL - Optimised -O2 +test/vs2022/Release MSVC C++20 - Optimised O2 +test/vs2022/Debug MSVC C++ 20 - No Tests +test/vs2022/enc_temp_folder +test/vs2022/Debug MSVC C++20 - No virtual messages +examples/MutexMessageRouter/.vs +support/time remaining test.xlsx +test/vs2022/Debug MSVC C++20 - Force C++03 +test/vs2022/Release MSVC C++20 - No STL - Optimised -O2 - Sanitiser +test/test_file_list.txt +examples/QueuedMessageRouter/vs2022/.vs/QueuedMessageRouter/CopilotIndices +examples/QueuedMessageRouter/vs2022/.vs/QueuedMessageRouter/FileContentIndex +examples/QueuedMessageRouter/vs2022/.vs/QueuedMessageRouter/v17 +test/etl_error_handler/assert_errors/build-make +test/etl_error_handler/assert_function/build-make +test/syntax_check/bgcc +test/syntax_check/bclang +test/vs2022/Debug Clang C++20 +test/vs2022/Debug MSVC C++20 - Forve C++03 - No virtual messages +test/reflog.txt +test/etl_error_handler/assert_function/build-make +test/syntax_check/bgcc +test/vs2022/Debug MSVC C++23 +test/vs2022/Debug MSVC C++23 - No STL diff --git a/components/etl/.gitlab-ci.yml b/components/etl/.gitlab-ci.yml new file mode 100644 index 0000000..c638be2 --- /dev/null +++ b/components/etl/.gitlab-ci.yml @@ -0,0 +1,25 @@ +image: rikorose/gcc-cmake + +variables: + GIT_SUBMODULE_STRATEGY: recursive + GIT_STRATEGY: clone + +stages: + - build + - test + +Build ETL: + stage: build + script: + - git fetch --tags + - cmake -DBUILD_TESTS=ON ./ + - make + artifacts: + paths: + - ./test/etl_tests + +Run ETL tests: + stage: test + dependencies: + - Build ETL + script: ./test/etl_tests \ No newline at end of file diff --git a/components/etl/.gitrepo b/components/etl/.gitrepo new file mode 100644 index 0000000..2357deb --- /dev/null +++ b/components/etl/.gitrepo @@ -0,0 +1,12 @@ +; DO NOT EDIT (unless you know what you are doing) +; +; This subdirectory is a git "subrepo", and this file is maintained by the +; git-subrepo command. See https://github.com/ingydotnet/git-subrepo#readme +; +[subrepo] + remote = git@github.com:ETLCPP/etl.git + branch = 20.41.6 + commit = be5537ec0a6b114732bd2a5f6cbc1af1ebbf7535 + parent = 931c4def568266254e587702ee8748acc785192d + method = merge + cmdver = 0.4.9 diff --git a/components/etl/CMakeLists.txt b/components/etl/CMakeLists.txt new file mode 100644 index 0000000..cbe4564 --- /dev/null +++ b/components/etl/CMakeLists.txt @@ -0,0 +1,95 @@ +####################################################################### +# The Embedded Template Library (https://www.etlcpp.com/) +####################################################################### +cmake_minimum_required(VERSION 3.10) + +include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/helpers.cmake) + +set(MSG_PREFIX "etl |") +etl_determine_version_with_git(${GIT_DIR_LOOKUP_POLICY}) +if(NOT ETL_VERSION) + etl_determine_version_with_file("version.txt") +endif() + +project(etl VERSION ${ETL_VERSION} LANGUAGES CXX) + +option(BUILD_TESTS "Build unit tests" OFF) +option(NO_STL "No STL" OFF) +# There is a bug on old gcc versions for some targets that causes all system headers +# to be implicitly wrapped with 'extern "C"' +# Users can add set(NO_SYSTEM_INCLUDE ON) to their top level CMakeLists.txt to work around this. +option(NO_SYSTEM_INCLUDE "Do not include with -isystem" OFF) +if (NO_SYSTEM_INCLUDE) + set(INCLUDE_SPECIFIER "") +else() + set(INCLUDE_SPECIFIER "SYSTEM") +endif() + +add_library(${PROJECT_NAME} INTERFACE) +# This allows users which use the add_subdirectory or FetchContent +# to use the same target as users which use find_package +add_library(etl::etl ALIAS ${PROJECT_NAME}) + +include(GNUInstallDirs) + +target_include_directories(${PROJECT_NAME} ${INCLUDE_SPECIFIER} INTERFACE + $ + $ + ) + +target_link_libraries(${PROJECT_NAME} INTERFACE) + +# only install if top level project +if(${CMAKE_PROJECT_NAME} STREQUAL ${PROJECT_NAME}) + # Steps here based on excellent guide: https://dominikberner.ch/cmake-interface-lib/ + # Which also details all steps + include(CMakePackageConfigHelpers) + install(TARGETS ${PROJECT_NAME} + EXPORT ${PROJECT_NAME}Targets + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} + ) + if(ETL_VERSION) + # Generate the package configuration files using CMake provided macros + if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.14) + # Generate the package configuration files using CMake provided macros + write_basic_package_version_file( + "${PROJECT_NAME}ConfigVersion.cmake" + COMPATIBILITY SameMajorVersion + ARCH_INDEPENDENT + ) + else() + # This is needed for CMake < 3.14 + # because the ARCH_INDEPENDENT option is not available + # in CMake < 3.14 + # See https://cmake.org/cmake/help/latest/module/CMakePackageConfigHelpers.html + # for more information + write_basic_package_version_file( + "${PROJECT_NAME}ConfigVersion.cmake" + COMPATIBILITY SameMajorVersion + ) + endif() + endif() + configure_package_config_file( + "${PROJECT_SOURCE_DIR}/cmake/${PROJECT_NAME}Config.cmake.in" + "${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake" + INSTALL_DESTINATION + ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/cmake) + + # Install target file, then package configuration files, and finally the headers + install(EXPORT ${PROJECT_NAME}Targets + FILE ${PROJECT_NAME}Targets.cmake + NAMESPACE ${PROJECT_NAME}:: + DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/cmake) + install(FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake" + "${PROJECT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake" + DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/cmake) + install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/etl DESTINATION include) + +endif() + +if (BUILD_TESTS) + enable_testing() + add_subdirectory(test) +endif() diff --git a/components/etl/CONTRIBUTING.md b/components/etl/CONTRIBUTING.md new file mode 100644 index 0000000..693910f --- /dev/null +++ b/components/etl/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# How to contribute + +If your are considering creating a pull request, please observe the following: + +- If you are adding or modifying a feature, add *new* unit tests that test that feature. +- If you are fixing a bug, add a unit test that *fails* before the bug fix is implemented. +- Do not initiate a pull request until all of the units tests pass. +- Branches should be based on the branch `master`. + +There is a project file for VS2022 for C++14, 17, 20, and bash scripts that run the tests for C++11, 14, 17, 20 under Linux with GCC and Clang. + +If you are thinking of adding a new feature then raise this on the GitHub Issues page for discussion as the maintainers and user of the ETL may have questions or suggestions. +It is possible that the maintainer of the ETL or another contributor is already working on the same or a related feature. diff --git a/components/etl/Doxyfile b/components/etl/Doxyfile new file mode 100644 index 0000000..437a911 --- /dev/null +++ b/components/etl/Doxyfile @@ -0,0 +1,2401 @@ +# Doxyfile 1.8.8 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the config file +# that follow. The default is UTF-8 which is also the encoding used for all text +# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv +# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv +# for the list of possible encodings. +# The default value is: UTF-8. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by +# double-quotes, unless you are using Doxywizard) that should identify the +# project for which the documentation is generated. This name is used in the +# title of most generated pages and in a few other places. +# The default value is: My Project. + +PROJECT_NAME = "Embedded Template Library" + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. This +# could be handy for archiving the generated documentation or if some version +# control system is used. + +PROJECT_NUMBER = 1.0 + +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer a +# quick idea about the purpose of the project. Keep the description short. + +PROJECT_BRIEF = + +# With the PROJECT_LOGO tag one can specify an logo or icon that is included in +# the documentation. The maximum height of the logo should not exceed 55 pixels +# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo +# to the output directory. + +PROJECT_LOGO = ./etl48.png + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path +# into which the generated documentation will be written. If a relative path is +# entered, it will be relative to the location where doxygen was started. If +# left blank the current directory will be used. + +OUTPUT_DIRECTORY = ./docs + +# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- +# directories (in 2 levels) under the output directory of each output format and +# will distribute the generated files over these directories. Enabling this +# option can be useful when feeding doxygen a huge amount of source files, where +# putting all generated files in the same directory would otherwise causes +# performance problems for the file system. +# The default value is: NO. + +CREATE_SUBDIRS = NO + +# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII +# characters to appear in the names of generated files. If set to NO, non-ASCII +# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode +# U+3044. +# The default value is: NO. + +ALLOW_UNICODE_NAMES = NO + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, +# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), +# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, +# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), +# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, +# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, +# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, +# Ukrainian and Vietnamese. +# The default value is: English. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member +# descriptions after the members that are listed in the file and class +# documentation (similar to Javadoc). Set to NO to disable this. +# The default value is: YES. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief +# description of a member or function before the detailed description +# +# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. +# The default value is: YES. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator that is +# used to form the text in various listings. Each string in this list, if found +# as the leading text of the brief description, will be stripped from the text +# and the result, after processing the whole list, is used as the annotated +# text. Otherwise, the brief description is used as-is. If left blank, the +# following values are used ($name is automatically replaced with the name of +# the entity):The $name class, The $name widget, The $name file, is, provides, +# specifies, contains, represents, a, an and the. + +ABBREVIATE_BRIEF = "The $name class" \ + "The $name widget" \ + "The $name file" \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# doxygen will generate a detailed section even if there is only a brief +# description. +# The default value is: NO. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. +# The default value is: NO. + +INLINE_INHERITED_MEMB = NO + +# If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path +# before files name in the file list and in the header files. If set to NO the +# shortest path that makes the file name unique will be used +# The default value is: YES. + +FULL_PATH_NAMES = YES + +# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. +# Stripping is only done if one of the specified strings matches the left-hand +# part of the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the path to +# strip. +# +# Note that you can specify absolute paths here, but also relative paths, which +# will be relative from the directory where doxygen is started. +# This tag requires that the tag FULL_PATH_NAMES is set to YES. + +STRIP_FROM_PATH = + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the +# path mentioned in the documentation of a class, which tells the reader which +# header file to include in order to use a class. If left blank only the name of +# the header file containing the class definition is used. Otherwise one should +# specify the list of include paths that are normally passed to the compiler +# using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but +# less readable) file names. This can be useful is your file systems doesn't +# support long names like on DOS, Mac, or CD-ROM. +# The default value is: NO. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the +# first line (until the first dot) of a Javadoc-style comment as the brief +# description. If set to NO, the Javadoc-style will behave just like regular Qt- +# style comments (thus requiring an explicit @brief command for a brief +# description.) +# The default value is: NO. + +JAVADOC_AUTOBRIEF = NO + +# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first +# line (until the first dot) of a Qt-style comment as the brief description. If +# set to NO, the Qt-style will behave just like regular Qt-style comments (thus +# requiring an explicit \brief command for a brief description.) +# The default value is: NO. + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a +# multi-line C++ special comment block (i.e. a block of //! or /// comments) as +# a brief description. This used to be the default behavior. The new default is +# to treat a multi-line C++ comment block as a detailed description. Set this +# tag to YES if you prefer the old behavior instead. +# +# Note that setting this tag to YES also means that rational rose comments are +# not recognized any more. +# The default value is: NO. + +MULTILINE_CPP_IS_BRIEF = NO + +# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the +# documentation from any documented member that it re-implements. +# The default value is: YES. + +INHERIT_DOCS = YES + +# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a +# new page for each member. If set to NO, the documentation of a member will be +# part of the file/class/namespace that contains it. +# The default value is: NO. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen +# uses this value to replace tabs by spaces in code fragments. +# Minimum value: 1, maximum value: 16, default value: 4. + +TAB_SIZE = 4 + +# This tag can be used to specify a number of aliases that act as commands in +# the documentation. An alias has the form: +# name=value +# For example adding +# "sideeffect=@par Side Effects:\n" +# will allow you to put the command \sideeffect (or @sideeffect) in the +# documentation, which will result in a user-defined paragraph with heading +# "Side Effects:". You can put \n's in the value part of an alias to insert +# newlines. + +ALIASES = + +# This tag can be used to specify a number of word-keyword mappings (TCL only). +# A mapping has the form "name=value". For example adding "class=itcl::class" +# will allow you to use the command class in the itcl::class meaning. + +TCL_SUBST = + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources +# only. Doxygen will then generate output that is more tailored for C. For +# instance, some of the names that are used will be different. The list of all +# members will be omitted, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_FOR_C = NO + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or +# Python sources only. Doxygen will then generate output that is more tailored +# for that language. For instance, namespaces will be presented as packages, +# qualified scopes will look different, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources. Doxygen will then generate output that is tailored for Fortran. +# The default value is: NO. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for VHDL. +# The default value is: NO. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given +# extension. Doxygen has a built-in mapping, but you can override or extend it +# using this tag. The format is ext=language, where ext is a file extension, and +# language is one of the parsers supported by doxygen: IDL, Java, Javascript, +# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: +# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: +# Fortran. In the later case the parser tries to guess whether the code is fixed +# or free formatted code, this is the default for Fortran type files), VHDL. For +# instance to make doxygen treat .inc files as Fortran files (default is PHP), +# and .f files as C (default is Fortran), use: inc=Fortran f=C. +# +# Note For files without extension you can use no_extension as a placeholder. +# +# Note that for custom extensions you also need to set FILE_PATTERNS otherwise +# the files are not read by doxygen. + +EXTENSION_MAPPING = + +# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments +# according to the Markdown format, which allows for more readable +# documentation. See http://daringfireball.net/projects/markdown/ for details. +# The output of markdown processing is further processed by doxygen, so you can +# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in +# case of backward compatibilities issues. +# The default value is: YES. + +MARKDOWN_SUPPORT = YES + +# When enabled doxygen tries to link words that correspond to documented +# classes, or namespaces to their corresponding documentation. Such a link can +# be prevented in individual cases by by putting a % sign in front of the word +# or globally by setting AUTOLINK_SUPPORT to NO. +# The default value is: YES. + +AUTOLINK_SUPPORT = YES + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should set this +# tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); +# versus func(std::string) {}). This also make the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. +# The default value is: NO. + +BUILTIN_STL_SUPPORT = NO + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. +# The default value is: NO. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: +# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen +# will parse them like normal C++ but will assume all classes use public instead +# of private inheritance when no explicit protection keyword is present. +# The default value is: NO. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate +# getter and setter methods for a property. Setting this option to YES will make +# doxygen to replace the get and set methods by a property in the documentation. +# This will only work if the methods are indeed getting or setting a simple +# type. If this is not the case, or you want to show the methods anyway, you +# should set this option to NO. +# The default value is: YES. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES, then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. +# The default value is: NO. + +DISTRIBUTE_GROUP_DOC = NO + +# Set the SUBGROUPING tag to YES to allow class member groups of the same type +# (for instance a group of public functions) to be put as a subgroup of that +# type (e.g. under the Public Functions section). Set it to NO to prevent +# subgrouping. Alternatively, this can be done per class using the +# \nosubgrouping command. +# The default value is: YES. + +SUBGROUPING = YES + +# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions +# are shown inside the group in which they are included (e.g. using \ingroup) +# instead of on a separate page (for HTML and Man pages) or section (for LaTeX +# and RTF). +# +# Note that this feature does not work in combination with +# SEPARATE_MEMBER_PAGES. +# The default value is: NO. + +INLINE_GROUPED_CLASSES = YES + +# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions +# with only public data fields or simple typedef fields will be shown inline in +# the documentation of the scope in which they are defined (i.e. file, +# namespace, or group documentation), provided this scope is documented. If set +# to NO, structs, classes, and unions are shown on a separate page (for HTML and +# Man pages) or section (for LaTeX and RTF). +# The default value is: NO. + +INLINE_SIMPLE_STRUCTS = NO + +# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or +# enum is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically be +# useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. +# The default value is: NO. + +TYPEDEF_HIDES_STRUCT = NO + +# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This +# cache is used to resolve symbols given their name and scope. Since this can be +# an expensive process and often the same symbol appears multiple times in the +# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small +# doxygen will become slower. If the cache is too large, memory is wasted. The +# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range +# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 +# symbols. At the end of a run doxygen will report the cache usage and suggest +# the optimal cache size from a speed point of view. +# Minimum value: 0, maximum value: 9, default value: 0. + +LOOKUP_CACHE_SIZE = 0 + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in +# documentation are documented, even if no documentation was available. Private +# class members and static file members will be hidden unless the +# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. +# Note: This will also disable the warnings about undocumented members that are +# normally produced when WARNINGS is set to YES. +# The default value is: NO. + +EXTRACT_ALL = NO + +# If the EXTRACT_PRIVATE tag is set to YES all private members of a class will +# be included in the documentation. +# The default value is: NO. + +EXTRACT_PRIVATE = NO + +# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal +# scope will be included in the documentation. +# The default value is: NO. + +EXTRACT_PACKAGE = NO + +# If the EXTRACT_STATIC tag is set to YES all static members of a file will be +# included in the documentation. +# The default value is: NO. + +EXTRACT_STATIC = NO + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined +# locally in source files will be included in the documentation. If set to NO +# only classes defined in header files are included. Does not have any effect +# for Java sources. +# The default value is: YES. + +EXTRACT_LOCAL_CLASSES = YES + +# This flag is only useful for Objective-C code. When set to YES local methods, +# which are defined in the implementation section but not in the interface are +# included in the documentation. If set to NO only methods in the interface are +# included. +# The default value is: NO. + +EXTRACT_LOCAL_METHODS = NO + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base name of +# the file that contains the anonymous namespace. By default anonymous namespace +# are hidden. +# The default value is: NO. + +EXTRACT_ANON_NSPACES = NO + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all +# undocumented members inside documented classes or files. If set to NO these +# members will be included in the various overviews, but no documentation +# section is generated. This option has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. If set +# to NO these classes will be included in the various overviews. This option has +# no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_CLASSES = NO + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend +# (class|struct|union) declarations. If set to NO these declarations will be +# included in the documentation. +# The default value is: NO. + +HIDE_FRIEND_COMPOUNDS = NO + +# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any +# documentation blocks found inside the body of a function. If set to NO these +# blocks will be appended to the function's detailed documentation block. +# The default value is: NO. + +HIDE_IN_BODY_DOCS = NO + +# The INTERNAL_DOCS tag determines if documentation that is typed after a +# \internal command is included. If the tag is set to NO then the documentation +# will be excluded. Set it to YES to include the internal documentation. +# The default value is: NO. + +INTERNAL_DOCS = NO + +# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file +# names in lower-case letters. If set to YES upper-case letters are also +# allowed. This is useful if you have classes or files whose names only differ +# in case and if your file system supports case sensitive file names. Windows +# and Mac users are advised to set this option to NO. +# The default value is: system dependent. + +CASE_SENSE_NAMES = NO + +# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with +# their full class and namespace scopes in the documentation. If set to YES the +# scope will be hidden. +# The default value is: NO. + +HIDE_SCOPE_NAMES = NO + +# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of +# the files that are included by a file in the documentation of that file. +# The default value is: YES. + +SHOW_INCLUDE_FILES = YES + +# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each +# grouped member an include statement to the documentation, telling the reader +# which file to include in order to use the member. +# The default value is: NO. + +SHOW_GROUPED_MEMB_INC = NO + +# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include +# files with double quotes in the documentation rather than with sharp brackets. +# The default value is: NO. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the +# documentation for inline members. +# The default value is: YES. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the +# (detailed) documentation of file and class members alphabetically by member +# name. If set to NO the members will appear in declaration order. +# The default value is: YES. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief +# descriptions of file, namespace and class members alphabetically by member +# name. If set to NO the members will appear in declaration order. Note that +# this will also influence the order of the classes in the class list. +# The default value is: NO. + +SORT_BRIEF_DOCS = NO + +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the +# (brief and detailed) documentation of class members so that constructors and +# destructors are listed first. If set to NO the constructors will appear in the +# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. +# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief +# member documentation. +# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting +# detailed member documentation. +# The default value is: NO. + +SORT_MEMBERS_CTORS_1ST = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy +# of group names into alphabetical order. If set to NO the group names will +# appear in their defined order. +# The default value is: NO. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by +# fully-qualified names, including namespaces. If set to NO, the class list will +# be sorted only by class name, not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the alphabetical +# list. +# The default value is: NO. + +SORT_BY_SCOPE_NAME = NO + +# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper +# type resolution of all parameters of a function it will reject a match between +# the prototype and the implementation of a member function even if there is +# only one candidate or it is obvious which candidate to choose by doing a +# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still +# accept a match between prototype and implementation in such cases. +# The default value is: NO. + +STRICT_PROTO_MATCHING = NO + +# The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the +# todo list. This list is created by putting \todo commands in the +# documentation. +# The default value is: YES. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the +# test list. This list is created by putting \test commands in the +# documentation. +# The default value is: YES. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug +# list. This list is created by putting \bug commands in the documentation. +# The default value is: YES. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO) +# the deprecated list. This list is created by putting \deprecated commands in +# the documentation. +# The default value is: YES. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional documentation +# sections, marked by \if ... \endif and \cond +# ... \endcond blocks. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the +# initial value of a variable or macro / define can have for it to appear in the +# documentation. If the initializer consists of more lines than specified here +# it will be hidden. Use a value of 0 to hide initializers completely. The +# appearance of the value of individual variables and macros / defines can be +# controlled using \showinitializer or \hideinitializer command in the +# documentation regardless of this setting. +# Minimum value: 0, maximum value: 10000, default value: 30. + +MAX_INITIALIZER_LINES = 30 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at +# the bottom of the documentation of classes and structs. If set to YES the list +# will mention the files that were used to generate the documentation. +# The default value is: YES. + +SHOW_USED_FILES = YES + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This +# will remove the Files entry from the Quick Index and from the Folder Tree View +# (if specified). +# The default value is: YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces +# page. This will remove the Namespaces entry from the Quick Index and from the +# Folder Tree View (if specified). +# The default value is: YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command command input-file, where command is the value of the +# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided +# by doxygen. Whatever the program writes to standard output is used as the file +# version. For an example see the documentation. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. To create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. You can +# optionally specify a file name after the option, if omitted DoxygenLayout.xml +# will be used as the name of the layout file. +# +# Note that if you run doxygen from a directory containing a file called +# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE +# tag is left empty. + +LAYOUT_FILE = + +# The CITE_BIB_FILES tag can be used to specify one or more bib files containing +# the reference definitions. This must be a list of .bib files. The .bib +# extension is automatically appended if omitted. This requires the bibtex tool +# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. +# For LaTeX the style of the bibliography can be controlled using +# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the +# search path. See also \cite for info how to create references. + +CITE_BIB_FILES = + +#--------------------------------------------------------------------------- +# Configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated to +# standard output by doxygen. If QUIET is set to YES this implies that the +# messages are off. +# The default value is: NO. + +QUIET = NO + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES +# this implies that the warnings are on. +# +# Tip: Turn warnings on while writing the documentation. +# The default value is: YES. + +WARNINGS = YES + +# If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate +# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag +# will automatically be disabled. +# The default value is: YES. + +WARN_IF_UNDOCUMENTED = YES + +# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as not documenting some parameters +# in a documented function, or documenting parameters that don't exist or using +# markup commands wrongly. +# The default value is: YES. + +WARN_IF_DOC_ERROR = YES + +# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that +# are documented, but have no documentation for their parameters or return +# value. If set to NO doxygen will only warn about wrong or incomplete parameter +# documentation, but not about the absence of documentation. +# The default value is: NO. + +WARN_NO_PARAMDOC = NO + +# The WARN_FORMAT tag determines the format of the warning messages that doxygen +# can produce. The string should contain the $file, $line, and $text tags, which +# will be replaced by the file and line number from which the warning originated +# and the warning text. Optionally the format may contain $version, which will +# be replaced by the version of the file (if it could be obtained via +# FILE_VERSION_FILTER) +# The default value is: $file:$line: $text. + +WARN_FORMAT = "$file:$line: $text" + +# The WARN_LOGFILE tag can be used to specify a file to which warning and error +# messages should be written. If left blank the output is written to standard +# error (stderr). + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# Configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag is used to specify the files and/or directories that contain +# documented source files. You may enter file names like myfile.cpp or +# directories like /usr/src/myproject. Separate the files or directories with +# spaces. +# Note: If this tag is empty the current directory is searched. + +INPUT = ./README.md ./src ./include + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses +# libiconv (or the iconv built into libc) for the transcoding. See the libiconv +# documentation (see: http://www.gnu.org/software/libiconv) for the list of +# possible encodings. +# The default value is: UTF-8. + +INPUT_ENCODING = UTF-8 + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and +# *.h) to filter out the source-files in the directories. If left blank the +# following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii, +# *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, +# *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, +# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, +# *.qsf, *.as and *.js. + +FILE_PATTERNS = *.c \ + *.cc \ + *.cxx \ + *.cpp \ + *.c++ \ + *.java \ + *.ii \ + *.ixx \ + *.ipp \ + *.i++ \ + *.inl \ + *.idl \ + *.ddl \ + *.odl \ + *.h \ + *.hh \ + *.hxx \ + *.hpp \ + *.h++ \ + *.cs \ + *.d \ + *.php \ + *.php4 \ + *.php5 \ + *.phtml \ + *.inc \ + *.m \ + *.markdown \ + *.md \ + *.mm \ + *.dox \ + *.py \ + *.f90 \ + *.f \ + *.for \ + *.tcl \ + *.vhd \ + *.vhdl \ + *.ucf \ + *.qsf \ + *.as \ + *.js + +# The RECURSIVE tag can be used to specify whether or not subdirectories should +# be searched for input files as well. +# The default value is: NO. + +RECURSIVE = YES + +# The EXCLUDE tag can be used to specify files and/or directories that should be +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. +# +# Note that relative paths are relative to the directory from which doxygen is +# run. + +EXCLUDE = + +# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or +# directories that are symbolic links (a Unix file system feature) are excluded +# from the input. +# The default value is: NO. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories for example use the pattern */test/* + +EXCLUDE_PATTERNS = + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# AClass::ANamespace, ANamespace::*Test +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories use the pattern */test/* + +EXCLUDE_SYMBOLS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or directories +# that contain example code fragments that are included (see the \include +# command). + +EXAMPLE_PATH = ./test + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and +# *.h) to filter out the source-files in the directories. If left blank all +# files are included. + +EXAMPLE_PATTERNS = * + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude commands +# irrespective of the value of the RECURSIVE tag. +# The default value is: NO. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or directories +# that contain images that are to be included in the documentation (see the +# \image command). + +IMAGE_PATH = + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command: +# +# +# +# where is the value of the INPUT_FILTER tag, and is the +# name of an input file. Doxygen will then use the output that the filter +# program writes to standard output. If FILTER_PATTERNS is specified, this tag +# will be ignored. +# +# Note that the filter must not add or remove lines; it is applied before the +# code is scanned, but not when the output code is generated. If lines are added +# or removed, the anchors will not be placed correctly. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. The filters are a list of the form: pattern=filter +# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how +# filters are used. If the FILTER_PATTERNS tag is empty or if none of the +# patterns match the file name, INPUT_FILTER is applied. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER ) will also be used to filter the input files that are used for +# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). +# The default value is: NO. + +FILTER_SOURCE_FILES = NO + +# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file +# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and +# it is also possible to disable source filtering for a specific pattern using +# *.ext= (so without naming a filter). +# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. + +FILTER_SOURCE_PATTERNS = + +# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that +# is part of the input, its contents will be placed on the main page +# (index.html). This can be useful if you have a project on for instance GitHub +# and want to reuse the introduction page also for the doxygen output. + +USE_MDFILE_AS_MAINPAGE = ./README.md + +#--------------------------------------------------------------------------- +# Configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will be +# generated. Documented entities will be cross-referenced with these sources. +# +# Note: To get rid of all source code in the generated output, make sure that +# also VERBATIM_HEADERS is set to NO. +# The default value is: NO. + +SOURCE_BROWSER = NO + +# Setting the INLINE_SOURCES tag to YES will include the body of functions, +# classes and enums directly into the documentation. +# The default value is: NO. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any +# special comment blocks from generated source code fragments. Normal C, C++ and +# Fortran comments will always remain visible. +# The default value is: YES. + +STRIP_CODE_COMMENTS = YES + +# If the REFERENCED_BY_RELATION tag is set to YES then for each documented +# function all documented functions referencing it will be listed. +# The default value is: NO. + +REFERENCED_BY_RELATION = NO + +# If the REFERENCES_RELATION tag is set to YES then for each documented function +# all documented entities called/used by that function will be listed. +# The default value is: NO. + +REFERENCES_RELATION = NO + +# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set +# to YES, then the hyperlinks from functions in REFERENCES_RELATION and +# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will +# link to the documentation. +# The default value is: YES. + +REFERENCES_LINK_SOURCE = YES + +# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the +# source code will show a tooltip with additional information such as prototype, +# brief description and links to the definition and documentation. Since this +# will make the HTML file larger and loading of large files a bit slower, you +# can opt to disable this feature. +# The default value is: YES. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +SOURCE_TOOLTIPS = YES + +# If the USE_HTAGS tag is set to YES then the references to source code will +# point to the HTML generated by the htags(1) tool instead of doxygen built-in +# source browser. The htags tool is part of GNU's global source tagging system +# (see http://www.gnu.org/software/global/global.html). You will need version +# 4.8.6 or higher. +# +# To use it do the following: +# - Install the latest version of global +# - Enable SOURCE_BROWSER and USE_HTAGS in the config file +# - Make sure the INPUT points to the root of the source tree +# - Run doxygen as normal +# +# Doxygen will invoke htags (and that will in turn invoke gtags), so these +# tools must be available from the command line (i.e. in the search path). +# +# The result: instead of the source browser generated by doxygen, the links to +# source code will now point to the output of htags. +# The default value is: NO. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a +# verbatim copy of the header file for each class for which an include is +# specified. Set to NO to disable this. +# See also: Section \class. +# The default value is: YES. + +VERBATIM_HEADERS = YES + +# If the CLANG_ASSISTED_PARSING tag is set to YES, then doxygen will use the +# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the +# cost of reduced performance. This can be particularly helpful with template +# rich C++ code for which doxygen's built-in parser lacks the necessary type +# information. +# Note: The availability of this option depends on whether or not doxygen was +# compiled with the --with-libclang option. +# The default value is: NO. + +CLANG_ASSISTED_PARSING = NO + +# If clang assisted parsing is enabled you can provide the compiler with command +# line options that you would normally use when invoking the compiler. Note that +# the include paths will already be set by doxygen for the files and directories +# specified with INPUT and INCLUDE_PATH. +# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. + +CLANG_OPTIONS = + +#--------------------------------------------------------------------------- +# Configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all +# compounds will be generated. Enable this if the project contains a lot of +# classes, structs, unions or interfaces. +# The default value is: YES. + +ALPHABETICAL_INDEX = YES + +# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in +# which the alphabetical index list will be split. +# Minimum value: 1, maximum value: 20, default value: 5. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +COLS_IN_ALPHA_INDEX = 5 + +# In case all classes in a project start with a common prefix, all classes will +# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag +# can be used to specify a prefix (or a list of prefixes) that should be ignored +# while generating the index headers. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES doxygen will generate HTML output +# The default value is: YES. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. +# The default directory is: html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each +# generated HTML page (for example: .htm, .php, .asp). +# The default value is: .html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a user-defined HTML header file for +# each generated HTML page. If the tag is left blank doxygen will generate a +# standard header. +# +# To get valid HTML the header file that includes any scripts and style sheets +# that doxygen needs, which is dependent on the configuration options used (e.g. +# the setting GENERATE_TREEVIEW). It is highly recommended to start with a +# default header using +# doxygen -w html new_header.html new_footer.html new_stylesheet.css +# YourConfigFile +# and then modify the file new_header.html. See also section "Doxygen usage" +# for information on how to generate the default header that doxygen normally +# uses. +# Note: The header is subject to change so you typically have to regenerate the +# default header when upgrading to a newer version of doxygen. For a description +# of the possible markers and block names see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each +# generated HTML page. If the tag is left blank doxygen will generate a standard +# footer. See HTML_HEADER for more information on how to generate a default +# footer and what special commands can be used inside the footer. See also +# section "Doxygen usage" for information on how to generate the default footer +# that doxygen normally uses. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style +# sheet that is used by each HTML page. It can be used to fine-tune the look of +# the HTML output. If left blank doxygen will generate a default style sheet. +# See also section "Doxygen usage" for information on how to generate the style +# sheet that doxygen normally uses. +# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as +# it is more robust and this tag (HTML_STYLESHEET) will in the future become +# obsolete. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_STYLESHEET = + +# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# cascading style sheets that are included after the standard style sheets +# created by doxygen. Using this option one can overrule certain style aspects. +# This is preferred over using HTML_STYLESHEET since it does not replace the +# standard style sheet and is therefor more robust against future updates. +# Doxygen will copy the style sheet files to the output directory. +# Note: The order of the extra stylesheet files is of importance (e.g. the last +# stylesheet in the list overrules the setting of the previous ones in the +# list). For an example see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_STYLESHEET = + +# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the HTML output directory. Note +# that these files will be copied to the base HTML output directory. Use the +# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these +# files. In the HTML_STYLESHEET file, use the file name only. Also note that the +# files will be copied as-is; there are no commands or markers available. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_FILES = + +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen +# will adjust the colors in the stylesheet and background images according to +# this color. Hue is specified as an angle on a colorwheel, see +# http://en.wikipedia.org/wiki/Hue for more information. For instance the value +# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 +# purple, and 360 is red again. +# Minimum value: 0, maximum value: 359, default value: 220. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_HUE = 220 + +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors +# in the HTML output. For a value of 0 the output will use grayscales only. A +# value of 255 will produce the most vivid colors. +# Minimum value: 0, maximum value: 255, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_SAT = 100 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the +# luminance component of the colors in the HTML output. Values below 100 +# gradually make the output lighter, whereas values above 100 make the output +# darker. The value divided by 100 is the actual gamma applied, so 80 represents +# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not +# change the gamma. +# Minimum value: 40, maximum value: 240, default value: 80. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_GAMMA = 80 + +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting this +# to NO can help when comparing the output of multiple runs. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_TIMESTAMP = YES + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_SECTIONS = NO + +# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries +# shown in the various tree structured indices initially; the user can expand +# and collapse entries dynamically later on. Doxygen will expand the tree to +# such a level that at most the specified number of entries are visible (unless +# a fully collapsed tree already exceeds this amount). So setting the number of +# entries 1 will produce a full collapsed tree by default. 0 is a special value +# representing an infinite number of entries and will result in a full expanded +# tree by default. +# Minimum value: 0, maximum value: 9999, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_INDEX_NUM_ENTRIES = 100 + +# If the GENERATE_DOCSET tag is set to YES, additional index files will be +# generated that can be used as input for Apple's Xcode 3 integrated development +# environment (see: http://developer.apple.com/tools/xcode/), introduced with +# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a +# Makefile in the HTML output directory. Running make will produce the docset in +# that directory and running make install will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at +# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# for more information. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_DOCSET = NO + +# This tag determines the name of the docset feed. A documentation feed provides +# an umbrella under which multiple documentation sets from a single provider +# (such as a company or product suite) can be grouped. +# The default value is: Doxygen generated docs. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# This tag specifies a string that should uniquely identify the documentation +# set bundle. This should be a reverse domain-name style string, e.g. +# com.mycompany.MyDocSet. Doxygen will append .docset to the name. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_BUNDLE_ID = org.doxygen.Project + +# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify +# the documentation publisher. This should be a reverse domain-name style +# string, e.g. com.mycompany.MyDocSet.documentation. +# The default value is: org.doxygen.Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_ID = org.doxygen.Publisher + +# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. +# The default value is: Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_NAME = Publisher + +# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three +# additional HTML index files: index.hhp, index.hhc, and index.hhk. The +# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop +# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on +# Windows. +# +# The HTML Help Workshop contains a compiler that can convert all HTML output +# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML +# files are now used as the Windows 98 help format, and will replace the old +# Windows help format (.hlp) on all Windows platforms in the future. Compressed +# HTML files also contain an index, a table of contents, and you can search for +# words in the documentation. The HTML workshop also contains a viewer for +# compressed HTML files. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_HTMLHELP = NO + +# The CHM_FILE tag can be used to specify the file name of the resulting .chm +# file. You can add a path in front of the file if the result should not be +# written to the html output directory. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_FILE = + +# The HHC_LOCATION tag can be used to specify the location (absolute path +# including file name) of the HTML help compiler ( hhc.exe). If non-empty +# doxygen will try to run the HTML help compiler on the generated index.hhp. +# The file has to be specified with full path. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +HHC_LOCATION = + +# The GENERATE_CHI flag controls if a separate .chi index file is generated ( +# YES) or that it should be included in the master .chm file ( NO). +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +GENERATE_CHI = NO + +# The CHM_INDEX_ENCODING is used to encode HtmlHelp index ( hhk), content ( hhc) +# and project file content. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_INDEX_ENCODING = + +# The BINARY_TOC flag controls whether a binary table of contents is generated ( +# YES) or a normal table of contents ( NO) in the .chm file. Furthermore it +# enables the Previous and Next buttons. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members to +# the table of contents of the HTML help documentation and to the tree view. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +TOC_EXPAND = NO + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that +# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help +# (.qch) of the generated HTML documentation. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify +# the file name of the resulting .qch file. The path specified is relative to +# the HTML output folder. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help +# Project output. For more information please see Qt Help Project / Namespace +# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_NAMESPACE = org.doxygen.Project + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt +# Help Project output. For more information please see Qt Help Project / Virtual +# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- +# folders). +# The default value is: doc. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_VIRTUAL_FOLDER = doc + +# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom +# filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's filter section matches. Qt Help Project / Filter Attributes (see: +# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_SECT_FILTER_ATTRS = + +# The QHG_LOCATION tag can be used to specify the location of Qt's +# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the +# generated .qhp file. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be +# generated, together with the HTML files, they form an Eclipse help plugin. To +# install this plugin and make it available under the help contents menu in +# Eclipse, the contents of the directory containing the HTML and XML files needs +# to be copied into the plugins directory of eclipse. The name of the directory +# within the plugins directory should be the same as the ECLIPSE_DOC_ID value. +# After copying Eclipse needs to be restarted before the help appears. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_ECLIPSEHELP = NO + +# A unique identifier for the Eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have this +# name. Each documentation set should have its own identifier. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# If you want full control over the layout of the generated HTML pages it might +# be necessary to disable the index and replace it with your own. The +# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top +# of each HTML page. A value of NO enables the index and the value YES disables +# it. Since the tabs in the index contain the same information as the navigation +# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +DISABLE_INDEX = NO + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. If the tag +# value is set to YES, a side panel will be generated containing a tree-like +# index structure (just like the one that is generated for HTML Help). For this +# to work a browser that supports JavaScript, DHTML, CSS and frames is required +# (i.e. any modern browser). Windows users are probably better off using the +# HTML help feature. Via custom stylesheets (see HTML_EXTRA_STYLESHEET) one can +# further fine-tune the look of the index. As an example, the default style +# sheet generated by doxygen has an example that shows how to put an image at +# the root of the tree instead of the PROJECT_NAME. Since the tree basically has +# the same information as the tab index, you could consider setting +# DISABLE_INDEX to YES when enabling this option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_TREEVIEW = YES + +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that +# doxygen will group on one line in the generated HTML documentation. +# +# Note that a value of 0 will completely suppress the enum values from appearing +# in the overview section. +# Minimum value: 0, maximum value: 20, default value: 4. +# This tag requires that the tag GENERATE_HTML is set to YES. + +ENUM_VALUES_PER_LINE = 4 + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used +# to set the initial width (in pixels) of the frame in which the tree is shown. +# Minimum value: 0, maximum value: 1500, default value: 250. +# This tag requires that the tag GENERATE_HTML is set to YES. + +TREEVIEW_WIDTH = 250 + +# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to +# external symbols imported via tag files in a separate window. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +EXT_LINKS_IN_WINDOW = NO + +# Use this tag to change the font size of LaTeX formulas included as images in +# the HTML documentation. When you change the font size after a successful +# doxygen run you need to manually remove any form_*.png images from the HTML +# output directory to force them to be regenerated. +# Minimum value: 8, maximum value: 50, default value: 10. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_FONTSIZE = 10 + +# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# generated for formulas are transparent PNGs. Transparent PNGs are not +# supported properly for IE 6.0, but are supported on all modern browsers. +# +# Note that when changing this option you need to delete any form_*.png files in +# the HTML output directory before the changes have effect. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_TRANSPARENT = YES + +# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see +# http://www.mathjax.org) which uses client side Javascript for the rendering +# instead of using prerendered bitmaps. Use this if you do not have LaTeX +# installed or if you want to formulas look prettier in the HTML output. When +# enabled you may also need to install MathJax separately and configure the path +# to it using the MATHJAX_RELPATH option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +USE_MATHJAX = NO + +# When MathJax is enabled you can set the default output format to be used for +# the MathJax output. See the MathJax site (see: +# http://docs.mathjax.org/en/latest/output.html) for more details. +# Possible values are: HTML-CSS (which is slower, but has the best +# compatibility), NativeMML (i.e. MathML) and SVG. +# The default value is: HTML-CSS. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_FORMAT = HTML-CSS + +# When MathJax is enabled you need to specify the location relative to the HTML +# output directory using the MATHJAX_RELPATH option. The destination directory +# should contain the MathJax.js script. For instance, if the mathjax directory +# is located at the same level as the HTML output directory, then +# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax +# Content Delivery Network so you can quickly see the result without installing +# MathJax. However, it is strongly recommended to install a local copy of +# MathJax from http://www.mathjax.org before deployment. +# The default value is: http://cdn.mathjax.org/mathjax/latest. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest + +# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax +# extension names that should be enabled during MathJax rendering. For example +# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_EXTENSIONS = + +# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces +# of code that will be used on startup of the MathJax code. See the MathJax site +# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an +# example see the documentation. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_CODEFILE = + +# When the SEARCHENGINE tag is enabled doxygen will generate a search box for +# the HTML output. The underlying search engine uses javascript and DHTML and +# should work on any modern browser. Note that when using HTML help +# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) +# there is already a search function so this one should typically be disabled. +# For large projects the javascript based search engine can be slow, then +# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to +# search using the keyboard; to jump to the search box use + S +# (what the is depends on the OS and browser, but it is typically +# , /