Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ETLCPP/etl
Pull Requests
Commits
feature/add-static_assert-with-auto-message
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
Made unit test suite names unique
jwellbelove
committed
1 year ago
f9da1cde
Updated release notes and version
jwellbelove
committed
1 year ago
6eb5b359
Resolve all C++ -O2 warnings
jwellbelove
committed
1 year ago
1225b42b
Resolve all C++ -O2 warnings
jwellbelove
committed
1 year ago
012c2b2d
Merge branch 'development' of https://github.com/ETLCPP/etl into development
jwellbelove
committed
1 year ago
5dee43cd
Resolve all C++ -O2 warnings
jwellbelove
committed
1 year ago
d7fd06f7
Resolve all C++ -O2 warnings
jwellbelove
committed
1 year ago
14c44183
Resolve all C++ -O2 warnings
jwellbelove
committed
1 year ago
a083479f
Resolve all C++ -O2 warnings
jwellbelove
committed
1 year ago
8b5ff06e
Add move to test message move constructor and assignment
jwellbelove
committed
1 year ago
cf7ed3ac
Added pessimizing-move warning disable for GCC
jwellbelove
committed
1 year ago
2b1d48d7
Possible fix
jwellbelove
committed
1 year ago
54718444
Merge branch 'hotfix/#737-etl-equal-specialisation-for-etl--span-is-deduced-wrongly-when-using-STL-and-CPP20' into development
jwellbelove
committed
1 year ago
5fbf6c76
Added C++20 four iterator std::equal variants
jwellbelove
committed
1 year ago
591996e2
Merge branch 'hotfix/#739-Could-not-compile-ETL-with-gcc-9.4.0-(C++11)' into development
jwellbelove
committed
1 year ago
33a4a29c
Added compatibility for GCC-9 + C++11
jwellbelove
committed
1 year ago
a6b912e3
Changed assignment from etl::unexpected to use variant::emplace instead of direct assignment
jwellbelove
committed
1 year ago
1b708083
Added missing return reference from emplace member function
jwellbelove
committed
1 year ago
21a4b523
Update README.md
jwellbelove
committed
1 year ago
Verified
b0153bdf
Updated version and release notes
jwellbelove
committed
1 year ago
0eaeb797
Merge branch 'pull-request/#733-Fix-etl--expected-assignment-from-etl--unexpected' into development
jwellbelove
committed
1 year ago
75be75bb
Merge branch 'pull-request/#734-add-missing-new-line-at-end-of-file' into development
jwellbelove
committed
1 year ago
6da22a63
Merge branch 'pull-request/#735-fix-bug-in-minmax-include-mismatch-detection' into development
jwellbelove
committed
1 year ago
2bbcf696
#733-Fix-etl--expected-assignment-from-etl--unexpected
jwellbelove
committed
1 year ago
8d1219bd
#733-Fix-etl--expected-assignment-from-etl--unexpected
jwellbelove
committed
1 year ago
4a1dc781
style: add missing new line at end of file (#734)
KnoerleMaTLS
committed
1 year ago
Verified
1a3c2a78
Fix etl::expected assignment from etl::unexpected (#733)
Vitmark97
committed
1 year ago
Verified
9cd491e5
fix(minmax): fix bug in minmax include mismatch detection (#735)
KnoerleMaTLS
committed
1 year ago
Verified
cea24a6c
Refactored etl::forward_like for C++11 compatibility
jwellbelove
committed
1 year ago
85ec267e
Added etl::forward_like
jwellbelove
committed
1 year ago
73c96a4c
Older