Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ETLCPP/etl
Pull Requests
Commits
feature/messaging-refactor
development
feature/Persistence
feature/Refactor-unaligned-type
feature/add-make_delegate
feature/add-source-id-api-for-routers
feature/add-static_assert-with-auto-message
feature/escape-characters-for-get_token
feature/function-wrappers
feature/messaging-refactor
feature/more-algorithms
feature/object_pool
feature/std-function-clone
feature/#597-add-basic-aphinx-documentation-support
feature/#623-use-feature-test-macros-instead-of-version-checks
feature/#871-callback-on-timer-functions-to-handle-changes-in-the-time-list
feature/#962-Request--allow-(overload)-string-append-a-string_view
feature/#993-Need-lighter-weight-ETL_ASSERT
feature/#1028-Refactor-etl-atomic-for-GCC-Clang-and-add-GCC-Clang-mutex-implementation
gh-pages
hotfix/#632-fix-signed-conversion-warnings
hotfix/#736-ETL-doesn't-build-with-gcc-13
master
pull-request/#740-add-static-assert-with-auto-message
pull-request/#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11
pull-request/#784-Fix-library-error-for-Github-Actions-for-Clang-C++20
pull-request/#801-fuzz-Add-fuzz-harnesses-for-string-crc-apis
pull-request/#907-Constexpr-CRC-for-C++23
pull-request/#912-Improve-ci
pull-request/#955-Implements-deferred-callback-timer-with-optional-priority
pull-request/#965-etl-delegate-fix-accident-creation-of-a-delegate
pull-request/#978-fix-build-and-test-failures-on-arm64-linux-platform
pull-request/#982-Added-return-to-etl-optional-emplace-fixed-typo
pull-request/#985-Add-uncopyable.h-class-uncopyable
pull-request/#986-Added-const-iterators-to-span
pull-request/#989-Packed-unaligned_type
pull-request/#990-Add-contains-method-to-etl-unordered_map-and-etl-unordered_set
pull-request/#992-Return-reference-from-emplace()-in-etl-queue
pull-request/#999-Add-at_address()-to-etl--unaligned_type
pull-request/#1001-Add-max_item_size()-to-etl-ipool
pull-request/#1002-Add-singleton_base
pull-request/#1005-mem_copy-mem_move-mem_compare-for-pointers-to-const
pull-request/#1006-Fix-arm64-signed-char
pull-request/#1007-Fix-fixed-extent-span-empty()
pull-request/#1012-Implement-Signal
pull-request/#1014-Added-missing-rational-arithmetic-functions-from-ratio
pull-request/#1016-Allow-compile-time-CRC-calculation
pull-request/#1021-Some-minor-cleanup-changes
pull-request/#1027-Add-etl-make_span()
Work in progress
jwellbelove
committed
2 years ago
58be8234
Fix enable_if syntax
jwellbelove
committed
2 years ago
a89988b8
Fix alignas syntax
jwellbelove
committed
2 years ago
79d72a16
Merge branch 'pull-request/#672-Added-HFSM-specific-start()-and-reset()' into development
jwellbelove
committed
2 years ago
c5432e42
Merge branch 'pull-request/#670-span-equality-operators' into development
jwellbelove
committed
2 years ago
80b39738
Updated sanity check make files
jwellbelove
committed
2 years ago
f66a2958
Merge branch 'feature/add-repair-to-circular_buffer' into development
jwellbelove
committed
2 years ago
1c01f985
Added repair() to etl::circular_buffer
jwellbelove
committed
2 years ago
db9d93d5
Removed unnecessary code in etl::vector_ext::repair()
jwellbelove
committed
2 years ago
a21c4bb2
Added etl::contruct_object_at, etl::get_object_at and etl::destroy_object_at
jwellbelove
committed
2 years ago
7316c070
Added etl::is_aligned, etl::alignment_exception and etl::alignment_error
jwellbelove
committed
2 years ago
2c15062c
Added HFSM-specific start() and reset() (#672)
ockeydockey
committed
2 years ago
Verified
055ce0d4
Added ""_sv string view operators
John Wellbelove
committed
2 years ago
eb3593d2
Merge branch 'add-m17-crc' into development
John Wellbelove
committed
2 years ago
2b966288
Added M17 CRC
John Wellbelove
committed
2 years ago
26caa709
Work in progress
John Wellbelove
committed
2 years ago
84911333
Merge branch 'pull-request/#670-span-equality-operators' into development
John Wellbelove
committed
2 years ago
f93ce1f6
Feature/span equality operators (#670)
KurtisT
committed
2 years ago
Verified
36a9d70d
Merge branch 'feature/#615-addition-of-etl--expected' into development
John Wellbelove
committed
2 years ago
24e871cc
C++03 compatibility changes
John Wellbelove
committed
2 years ago
a1ce449d
Merge branch 'feature/#615-addition-of-etl--expected' into development
John Wellbelove
committed
2 years ago
4fce31b7
Fixed etl::result merge issues
John Wellbelove
committed
2 years ago
d6a5a359
Work in progress
John Wellbelove
committed
2 years ago
e3e12ef7
Work in progress
John Wellbelove
committed
2 years ago
1d12a861
Merge branch 'hot-fix/#667-etl-span-copy-constructor-with-original-span-create-with-a-fixed-extent-causes-pend-iterator-to-be-invalid' into development
John Wellbelove
committed
2 years ago
31ec6ded
Fixed span templated copy constructor
John Wellbelove
committed
2 years ago
a08d7f14
Merge branch 'feature/#615-addition-of-etl--expected' of https://github.com/ETLCPP/etl into feature/#615-addition-of-etl--expected
John Wellbelove
committed
2 years ago
a710c77d
Work-In-Progress for full implementation of etl::expected
jwellbelove
committed
2 years ago
4c92670a
Work-In-Progress
jwellbelove
committed
2 years ago
354f2042
Work-In-Progress
jwellbelove
committed
2 years ago
9a13b8c2
Older