Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
ETLCPP/etl
Pull Requests
Commits
feature/more-algorithms
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
Added test_log_1000_base test
jwellbelove
committed
4 years ago
2f9fcef6
Removed Windows Unicode dependency
jwellbelove
committed
4 years ago
7f2a7577
Replaced 'typedef typename etl::remove_cv<T>::type type_t' with 'typedef typename etl::remove_reference<typename etl::remove_cv<T>::type>::type type_t'
jwellbelove
committed
4 years ago
8e7749e5
Added constexpr in place of enum for C++11
jwellbelove
committed
4 years ago
17bc860c
Added casts to 'etl::smallest_int_for_value'
jwellbelove
committed
4 years ago
a2ef3a5b
Removed template typename requirement for 'allocate' and 'create' in etl::pool
jwellbelove
committed
4 years ago
c3039d69
Removed deleted constructors and assignment operator
jwellbelove
committed
4 years ago
a3d267c2
Added a default constructor for etl::io_port_wos
jwellbelove
committed
4 years ago
890178ce
Updates to static and runtime asserts
jwellbelove
committed
4 years ago
02707a78
Small internal updates to state_chart
jwellbelove
committed
4 years ago
443327c6
Modified etl::delegate for better lambda support.
jwellbelove
committed
4 years ago
c385f3ce
Modified etl::delegate for better lambda support.
jwellbelove
committed
4 years ago
548345cf
Merge branch 'hotfix/no-nan-supported' into development
jwellbelove
committed
4 years ago
ace78898
Added check for NAN, nan(), nanf() or nanl() support.
jwellbelove
committed
4 years ago
3cd9be0c
Move generator files to their own directory
jwellbelove
committed
4 years ago
9a0280d4
Spelling
jwellbelove
committed
4 years ago
b42d7fc6
Added override attributes
jwellbelove
committed
4 years ago
a73985e1
Added determine_development_os.h to platform.h to attempt to automatically deduce the OS that the developer is using.
jwellbelove
committed
4 years ago
fda323b8
Updates to example profiles
jwellbelove
committed
4 years ago
1c53cedc
Incorrect comment
jwellbelove
committed
4 years ago
c8882e8f
array_view boundary test and fix. (#211)
pragmaticQt
committed
4 years ago
Verified
1bf775ae
Updated message router and FSM
jwellbelove
committed
4 years ago
cdeef0fe
Changed etl::move to etl::forward in etl::make_pair
jwellbelove
committed
4 years ago
b54ab994
Add message producer
jwellbelove
committed
4 years ago
5332cffe
Make etl::array_view immutable by default
jwellbelove
committed
4 years ago
7df68346
Merge branch 'development'
jwellbelove
committed
4 years ago
4e750272
Modified etl::message_packet to allow default construction, copy/move construction and copy/move assignment.
jwellbelove
committed
4 years ago
8171fe37
Without this change the standart GHS was not able to build it as GCC compiler does. (#209)
VasilenLazarovBOSCH
committed
4 years ago
Verified
a282e3b0
Merge branch 'hotfix/possible-overflow-in-scheduler_policy_most_work' into development
jwellbelove
committed
4 years ago
9b797f94
Changed local 'work' variables from uint_least8_t to uint32_t to avoid possible overflow.
jwellbelove
committed
4 years ago
afa10ea1
Newer
Older