Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ETLCPP/etl
Pull Requests
Commits
development
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()
Updated release notes
John Wellbelove
committed
22 hours ago
812eebf5
Improve efficiency of etl::string_view::compare with text pointer
John Wellbelove
committed
2 days ago
52c6bca3
Restored full units test permutations
John Wellbelove
committed
3 days ago
d1e5112e
Changed etl::message_packet to not require virtual messages
John Wellbelove
committed
3 days ago
baf12b1f
Added test for a constexpr lambda under C++17 and above
John Wellbelove
committed
3 days ago
6c7cb5ac
Fixed mismatch of double and long double in test_unaligned_type_ext.cpp unit tests
John Wellbelove
committed
3 days ago
a2bb84d9
Added constexpr lambda test to delegate unit tests
jwellbelove
committed
7 days ago
3ed1c49d
Fix unaligned_type floating point checks in unit test
jwellbelove
committed
7 days ago
94e243e2
Merge branch 'development' into pull-request/#1027-Add-etl-make_span()
jwellbelove
committed
9 days ago
ac8566ad
Add etl::make_span() (#1027)
rolandreichweinbmw
committed
9 days ago
Verified
f02c89a8
Ignore Clang output
jwellbelove
committed
9 days ago
5f6384f9
Unit test for delegate initialisation with non-capturing lambda as a constexpr function pointer
jwellbelove
committed
9 days ago
deb26318
Made bool operator explicit for C++11 and above
jwellbelove
committed
13 days ago
58c57b0a
Added etl::function traits
jwellbelove
committed
13 days ago
1f897e10
Added ETL_NODISCARD to make_delegete functions
jwellbelove
committed
16 days ago
dd4d0088
Attempt to fix Github CI errors
jwellbelove
committed
17 days ago
37fd5b7c
Attempt to fix Github CI errors
jwellbelove
committed
17 days ago
574da35b
Updates to CI scripts
jwellbelove
committed
17 days ago
7aa7c870
Updates to CI scripts
jwellbelove
committed
18 days ago
d1b2a87b
Updates to CI scripts
jwellbelove
committed
18 days ago
68721319
Updates to CI scripts
jwellbelove
committed
18 days ago
04b38925
Updates to CI scripts
jwellbelove
committed
18 days ago
0c243423
Updates to CI scripts
jwellbelove
committed
19 days ago
959becdb
Updates to CI scripts
jwellbelove
committed
19 days ago
98c35f7f
Merge branch 'hotfix/#1019-UB-when-passing-a-temporary-lambda-to-a-delegate' into development
jwellbelove
committed
19 days ago
548c2be4
Merge branch 'feature/#1022-Add-option-to-disable-non-lock-free-atomics' into development
jwellbelove
committed
19 days ago
344618d7
Merge branch 'pull-request/#1021-Some-minor-cleanup-changes' into development
jwellbelove
committed
19 days ago
d26c1a10
Re-included header
jwellbelove
committed
19 days ago
96cdb2cb
Refactored syntax check tests
jwellbelove
committed
19 days ago
00d020bf
Added is_always_lock_free member constant to etl::atomic
jwellbelove
committed
19 days ago
8b2009b4
Older