Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ETLCPP/etl
Pull Requests
Commits
feature/Refactor-unaligned-type
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()
Removed constexpr from unaligned_type
jwellbelove
committed
31 days ago
778351a4
unaligned_type refactor
jwellbelove
committed
33 days ago
10f21a03
Pulled out unaligned_copy to a base class
jwellbelove
committed
47 days ago
1b42b776
Merge branch 'pull-request/#1002-Add-singleton_base' into development
jwellbelove
committed
56 days ago
9bb2edfd
Updates to singleton_base
jwellbelove
committed
56 days ago
c1a1d247
Add singleton_base with test (#1002)
rolandreichweinbmw
committed
56 days ago
Verified
5e3b029a
Merge branch 'pull-request/#1001-Add-max_item_size()-to-etl-ipool' into development
jwellbelove
committed
56 days ago
3d439228
Add max_item_size() to etl::ipool (#1001)
rolandreichweinbmw
committed
56 days ago
Verified
f0ebf26b
Allow etl::type_def to be trivially copyable
jwellbelove
committed
56 days ago
c842e807
Updated unaligned_type constructors and tests
jwellbelove
committed
56 days ago
b28c485d
Merge branch 'pull-request/#989-Packed-unaligned_type' into development
jwellbelove
committed
56 days ago
3b54c4e7
Updated packed macro
jwellbelove
committed
57 days ago
4f387792
Packed unaligned_type (#989)
jwellbelove
committed
62 days ago
56c95b47
Merge branch 'pull-request/#990-Add-contains-method-to-etl-unordered_map-and-etl-unordered_set' into development
jwellbelove
committed
63 days ago
4cbef7fb
Added transparent comparator overloads of contains()
jwellbelove
committed
63 days ago
191eaae2
Fix unused variables in test
jwellbelove
committed
63 days ago
1daa3450
Added additional transparent comparators to unordered containers
jwellbelove
committed
63 days ago
784d95ac
Make 'packed' have better cross platform functionality
jwellbelove
committed
63 days ago
0f487fa1
Packed unaligned_type (#989)
rolandreichweinbmw
committed
63 days ago
22c1ed40
Changed etl::mem_cast to support bidirectional iterators
jwellbelove
committed
63 days ago
bde0d7d5
Added return reference from stack::emplace
jwellbelove
committed
63 days ago
99b2dacb
Return reference from emplace() in etl::queue (#992)
rolandreichweinbmw
committed
63 days ago
00b6c9fc
Added uncopyable to VS2022 project and syntax-check scripts
jwellbelove
committed
63 days ago
6b88bef8
Add uncopyable.h, class uncopyable (#985)
rolandreichweinbmw
committed
63 days ago
72a2ad3f
Modified test data to have sentinel data
jwellbelove
committed
63 days ago
cd7fd98b
Added constexpr
jwellbelove
committed
63 days ago
1f43b2aa
Added const iterators to span (#986)
rolandreichweinbmw
committed
63 days ago
e7a17a5f
Fixed incorrect for loops in unit tests
jwellbelove
committed
63 days ago
cf646a9d
fix build and test failures on arm64 linux platform (#978)
snadampal
committed
63 days ago
86083e18
Added return to etl::optional emplace, fixed typo (#982)
rolandreichweinbmw
committed
63 days ago
cd1805b1
Older