Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ETLCPP/etl
Pull Requests
Commits
feature/add-make_delegate
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
Clang compatibility
jwellbelove
committed
39 days ago
4e493b5b
GCC compatibility updates
jwellbelove
committed
39 days ago
3e4ad14d
Added make_delegate
jwellbelove
committed
41 days ago
336073ba
Added function_traits and type_list
jwellbelove
committed
41 days ago
e9f9205d
Added function_traits and type_list
jwellbelove
committed
41 days ago
1137f7e7
Updated release notes and version
jwellbelove
committed
69 days ago
4071b173
Fix build error in `icircular_buffer::iterator` and `icircular_buffer::const_iterator` (#956)
ZachOB
committed
69 days ago
Verified
484080b8
Updated release notes
John Wellbelove
committed
86 days ago
081e9203
Merge branch 'development' of https://github.com/ETLCPP/etl into development
John Wellbelove
committed
87 days ago
cb8bb2a3
For GCC10, we should check __cplusplus >= 201709L when determining if c++20 is supported (#949)
schemborerik
committed
87 days ago
77ab40a7
For GCC10, we should check __cplusplus >= 201709L when determining if c++20 is supported (#949)
schemborerik
committed
87 days ago
Verified
5bc74d51
Merge branch 'development' of https://github.com/ETLCPP/etl into development
John Wellbelove
committed
87 days ago
c54ba6f4
Merge branch 'development' of https://github.com/ETLCPP/etl into development
John Wellbelove
committed
87 days ago
f3ad597e
Merge branch 'development' of https://github.com/ETLCPP/etl into development
John Wellbelove
committed
87 days ago
8e7693d3
C++11 & 14 unit test compatibility
John Wellbelove
committed
87 days ago
b602203e
C++11 & 14 unit test compatibility
John Wellbelove
committed
87 days ago
0d058f7b
Merge branch 'hotfix/#948-Bug-in-queue-pop-can-break-queue.empty()' into development
John Wellbelove
committed
87 days ago
46012576
#948 Bug in queue pop can break queue.empty()
John Wellbelove
committed
87 days ago
36123908
Updated syntax checks
John Wellbelove
committed
97 days ago
f77d91d5
Merge branch 'master' of https://github.com/ETLCPP/etl
John Wellbelove
committed
98 days ago
d564bb50
Update README.md
jwellbelove
committed
98 days ago
48cf2e04
Update README.md
jwellbelove
committed
102 days ago
Verified
6fcd7b8f
Remove unused git submodule config (#947)
jputcu
committed
103 days ago
Verified
5786f2c7
Added the option of more logical ordering for template parameters for compile time member functions
John Wellbelove
committed
107 days ago
af9b3dea
Added ETL_CONSTEXPR14 to etl::reverse
John Wellbelove
committed
108 days ago
e6653d36
Fixed floating point support for etl::unaligned_type
John Wellbelove
committed
109 days ago
af03b44d
Added Unit test macros
John Wellbelove
committed
109 days ago
344f1b23
Fixed floating point etl::unaligned_type
John Wellbelove
committed
110 days ago
3f018ee1
Updated version and release notes
John Wellbelove
committed
111 days ago
e6c7e230
Make include paths to private files relative (#946)
dhebbeker
committed
111 days ago
Verified
527359f5
Older