Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ETLCPP/etl
Pull Requests
Commits
feature/more-algorithms
development
feature/Persistence
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
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/#965-etl-delegate-fix-accident-creation-of-a-delegate
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