Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ETLCPP/etl
Pull Requests
Commits
master
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 Github Actions to checkout@v4
jwellbelove
committed
78 days ago
99d75375
Update README.md
jwellbelove
committed
123 days ago
Verified
a88a48d7
Updated release notes
John Wellbelove
committed
172 days ago
081e9203
Merge branch 'development' of https://github.com/ETLCPP/etl into development
John Wellbelove
committed
173 days ago
cb8bb2a3
For GCC10, we should check __cplusplus >= 201709L when determining if c++20 is supported (#949)
schemborerik
committed
173 days ago
77ab40a7
For GCC10, we should check __cplusplus >= 201709L when determining if c++20 is supported (#949)
schemborerik
committed
173 days ago
Verified
5bc74d51
Merge branch 'development' of https://github.com/ETLCPP/etl into development
John Wellbelove
committed
173 days ago
c54ba6f4
Merge branch 'development' of https://github.com/ETLCPP/etl into development
John Wellbelove
committed
173 days ago
f3ad597e
Merge branch 'development' of https://github.com/ETLCPP/etl into development
John Wellbelove
committed
173 days ago
8e7693d3
C++11 & 14 unit test compatibility
John Wellbelove
committed
173 days ago
b602203e
C++11 & 14 unit test compatibility
John Wellbelove
committed
173 days ago
0d058f7b
Merge branch 'hotfix/#948-Bug-in-queue-pop-can-break-queue.empty()' into development
John Wellbelove
committed
173 days ago
46012576
#948 Bug in queue pop can break queue.empty()
John Wellbelove
committed
173 days ago
36123908
Updated syntax checks
John Wellbelove
committed
183 days ago
f77d91d5
Merge branch 'master' of https://github.com/ETLCPP/etl
John Wellbelove
committed
184 days ago
d564bb50
Update README.md
jwellbelove
committed
184 days ago
48cf2e04
Update README.md
jwellbelove
committed
188 days ago
Verified
6fcd7b8f
Remove unused git submodule config (#947)
jputcu
committed
189 days ago
Verified
5786f2c7
Added the option of more logical ordering for template parameters for compile time member functions
John Wellbelove
committed
193 days ago
af9b3dea
Added ETL_CONSTEXPR14 to etl::reverse
John Wellbelove
committed
194 days ago
e6653d36
Fixed floating point support for etl::unaligned_type
John Wellbelove
committed
194 days ago
af03b44d
Added Unit test macros
John Wellbelove
committed
194 days ago
344f1b23
Fixed floating point etl::unaligned_type
John Wellbelove
committed
195 days ago
3f018ee1
Updated version and release notes
John Wellbelove
committed
196 days ago
e6c7e230
Make include paths to private files relative (#946)
dhebbeker
committed
196 days ago
Verified
527359f5
Updated version and release notes
John Wellbelove
committed
196 days ago
16cd1160
Removed C++11 restriction on etl::observer::notification
John Wellbelove
committed
197 days ago
81751db0
Removed EmbeddedTemplateLibrary-20.39.0.tar.gz from project.
John Wellbelove
committed
197 days ago
b38194ce
Merge branch 'development' of https://github.com/ETLCPP/etl into development
John Wellbelove
committed
198 days ago
d68c5e5f
#942 Warning on pragma c++20-compat
John Wellbelove
committed
198 days ago
c5a6f9b5
Older