Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ETLCPP/etl
Pull Requests
Commits
feature/Persistence
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()
Restore file deleted on rebase
jwellbelove
committed
2 years ago
49989ffd
Merge branch 'feature/Persistence' of https://github.com/ETLCPP/etl into feature/Persistence
jwellbelove
committed
2 years ago
7db4d9fe
Initial code
jwellbelove
committed
2 years ago
1c83c962
#643 Don't use push_macro and pull_macro with Tasking compiler
jwellbelove
committed
2 years ago
8527d686
Don't use `push_macro` and `pull_macro` with Tasking compiler (#643)
snideto
committed
2 years ago
Verified
22419e3b
Updated version info
jwellbelove
committed
2 years ago
1bf04dcf
Incorrect C++03 enable_if syntax
jwellbelove
committed
2 years ago
fb10c1d3
Updated version info
jwellbelove
committed
2 years ago
72a7273a
Removed trailing spaces
jwellbelove
committed
2 years ago
25469242
Only build tests if top level project (#639)
KaiSzuttor
committed
2 years ago
Verified
1e11aff7
Updated generator test script
jwellbelove
committed
2 years ago
cdf8a361
Updated version info
jwellbelove
committed
2 years ago
d51b0a84
Fix bug #636 in optional emplace for pod types (#638)
Chiraffollo
committed
2 years ago
Verified
82c2f8a2
Updated version and release notes
John Wellbelove
committed
2 years ago
3623ba5b
Fixed incorrect 'valid' flag in assignment operator for arithmetic specialisation
John Wellbelove
committed
2 years ago
54fe9e25
Fix duplicate function
jwellbelove
committed
2 years ago
22798e14
Updated versions & memory.h
jwellbelove
committed
2 years ago
7184e57a
unique_ptr updates - Work in progress
jwellbelove
committed
2 years ago
02a30830
Removed duplicate include
jwellbelove
committed
2 years ago
3d60bb3c
fix set of ETL_NO_STL flag (#628)
skorokhod
committed
2 years ago
Verified
71f694bd
Remove pointer only etl::to_arithmetic API
jwellbelove
committed
2 years ago
85d40b9d
Fixed macro names in sanity check profiles
jwellbelove
committed
2 years ago
ae649322
Updated release notes
jwellbelove
committed
2 years ago
4d977140
Removed ETL_NODISCARD from constructors
jwellbelove
committed
2 years ago
2d23392c
Updated version and release notes
jwellbelove
committed
2 years ago
76e9ddab
Added development to Github CI
jwellbelove
committed
2 years ago
97727987
Added development to Github CI
jwellbelove
committed
2 years ago
ed934b9d
Finalised etl::to_arithmetic
jwellbelove
committed
2 years ago
d93c330b
Arctic code vault images
jwellbelove
committed
2 years ago
f6bb6284
Partial change to etl::expected result
jwellbelove
committed
2 years ago
4e4a951f
Older