John Wellbelove

Results 11 issues of John Wellbelove

Add `constexpr` to `etl::variant`

enhancement

Add the ability to use builtins for type traits if they exist.

enhancement

As exceptions are not normally used in embedded code, changing to using an error handler in the unit tests will better match real code use.

enhancement

The internal constants and template non-type parameters in the ETL are mostly all uppercase, which can easily clash with macro name definitions. Change the case to initial capitals and underscores....

enhancement

Replace all usage of `etl::function` within the ETL and related classes with `etl::delegate`.

enhancement

Approximate clone of `std::chrono`

feature request

feature request

The current UnitTest++ framework no longer appears to be maintained and the ETL's fork has been customised to update it to be compatible with current C++ versions. I propose updating...

enhancement

### Library name ETL ### Library description The Embedded Template Library is a C++ STL like library tailored for embedded projects ### Library repository https://github.com/ETLCPP/etl ### Motivation It is a...

new-libs
request