Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ETLCPP/etl
Pull Requests
Commits
development
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
Add at method to span (#975)
mike919192
committed
9 days ago
Verified
f5eab492
Fixed syntax issue between GCC and Clang/Visual Studio
jwellbelove
committed
11 days ago
7f665361
Fixed syntax issue between GCC and Clang/Visual Studio
jwellbelove
committed
11 days ago
d3ba653e
Fixed missing conditional macros around transparent comparator C++11 functions
jwellbelove
committed
11 days ago
27492b45
Replaced ETL_OR_STD::size with ETL_OR_STD17::size in unit tests
jwellbelove
committed
12 days ago
c9180a4b
Updated release notes
jwellbelove
committed
12 days ago
80a3ca0b
Changed comment
jwellbelove
committed
12 days ago
5b01a4b4
Updated version and release notes
jwellbelove
committed
12 days ago
31740b8c
Added new C++17 function wrappers
jwellbelove
committed
12 days ago
ad69fb25
#957 Support heterogenous lookup for maps
jwellbelove
committed
12 days ago
c954c696
Simplified definition of is_base_of
jwellbelove
committed
12 days ago
bce35c49
#959 Treat bitset with size_type
jwellbelove
committed
12 days ago
36a5b4ba
#965 Fix accident creation of a delegate to an rvalue delegate when copying/assigning from delegate with mismatching signature
jwellbelove
committed
12 days ago
4b7997ae
Fixed static definition
jwellbelove
committed
12 days ago
586ae0cd
Redefined ETL_DEPRECATED
jwellbelove
committed
12 days ago
907d38f7
Updated nth_type to handle a type list of zero length
jwellbelove
committed
12 days ago
0dbbc4ba
Updated Github Actions to checkout@v4
jwellbelove
committed
12 days ago
bad4046e
Updated release notes and version
jwellbelove
committed
65 days ago
4071b173
Fix build error in `icircular_buffer::iterator` and `icircular_buffer::const_iterator` (#956)
ZachOB
committed
65 days ago
Verified
484080b8
Updated release notes
John Wellbelove
committed
83 days ago
081e9203
Merge branch 'development' of https://github.com/ETLCPP/etl into development
John Wellbelove
committed
84 days ago
cb8bb2a3
For GCC10, we should check __cplusplus >= 201709L when determining if c++20 is supported (#949)
schemborerik
committed
84 days ago
77ab40a7
For GCC10, we should check __cplusplus >= 201709L when determining if c++20 is supported (#949)
schemborerik
committed
84 days ago
Verified
5bc74d51
Merge branch 'development' of https://github.com/ETLCPP/etl into development
John Wellbelove
committed
84 days ago
c54ba6f4
Merge branch 'development' of https://github.com/ETLCPP/etl into development
John Wellbelove
committed
84 days ago
f3ad597e
Merge branch 'development' of https://github.com/ETLCPP/etl into development
John Wellbelove
committed
84 days ago
8e7693d3
C++11 & 14 unit test compatibility
John Wellbelove
committed
84 days ago
b602203e
C++11 & 14 unit test compatibility
John Wellbelove
committed
84 days ago
0d058f7b
Merge branch 'hotfix/#948-Bug-in-queue-pop-can-break-queue.empty()' into development
John Wellbelove
committed
84 days ago
46012576
#948 Bug in queue pop can break queue.empty()
John Wellbelove
committed
84 days ago
36123908
Older