Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ETLCPP/etl
Pull Requests
Commits
feature/more-algorithms
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 project files
jwellbelove
committed
2 years ago
deba2c0f
Merge branch 'master' into feature/more-algorithms
jwellbelove
committed
2 years ago
55226569
Remove redundant include
jwellbelove
committed
2 years ago
868329f9
#580 numeric_limits<char> redefinition for gnu c++20
jwellbelove
committed
2 years ago
d3d9dbdb
added ETL_NODISCARD to binary_search
jwellbelove
committed
2 years ago
d9bff523
class to typename
jwellbelove
committed
2 years ago
6a320608
Modified scripts for latest CMake
jwellbelove
committed
2 years ago
4ad7544c
Updated release notes
jwellbelove
committed
2 years ago
248af7f8
Fixed conditional compilation
jwellbelove
committed
2 years ago
f7cb2258
element_t replaced with element_type
jwellbelove
committed
2 years ago
69e09299
Updated release notes
jwellbelove
committed
2 years ago
cc7646b3
Updated release notes
jwellbelove
committed
2 years ago
470e3199
Removed the use of ETL_FORCE_CONSTEXPR_ALGORITHMS as all algorithms may be constexpr.
jwellbelove
committed
2 years ago
a03f67a9
Removed the use of ETL_FORCE_CONSTEXPR_ALGORITHMS as all algorithms may be constexpr.
jwellbelove
committed
2 years ago
5dc9f495
Renames + optimisations
jwellbelove
committed
2 years ago
c99f2c10
Add asserts in to_string
jwellbelove
committed
2 years ago
2e7b635b
More to_string tests
jwellbelove
committed
2 years ago
ec4fb59b
Major changes complete
jwellbelove
committed
2 years ago
e1bd5453
Work in progress
jwellbelove
committed
2 years ago
78684451
Work in progress
jwellbelove
committed
2 years ago
72263a9c
Merge branch 'feature/constexpr-bitset' of https://github.com/ETLCPP/etl into feature/constexpr-bitset
jwellbelove
committed
2 years ago
f330efe0
Work in progress
jwellbelove
committed
2 years ago
2d9c8ccd
Work in progress
jwellbelove
committed
2 years ago
dba681d9
Work in progress
jwellbelove
committed
2 years ago
42d272ca
Work in progress
jwellbelove
committed
2 years ago
3a4af24a
Work in progress
jwellbelove
committed
2 years ago
3ee5abf7
Merge branch 'feature/constexpr-bitset' of https://github.com/ETLCPP/etl into feature/constexpr-bitset
jwellbelove
committed
2 years ago
c3bf642c
Optimised bitset shift operations
jwellbelove
committed
2 years ago
2df71e43
Changed etl::size to std::size in the tests
jwellbelove
committed
2 years ago
17bb2299
Added check macro that outputs hex digits
jwellbelove
committed
2 years ago
648d5bf5
Older