Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/OpenCyphal/CETL

Cyphal Embedded Template Library
https://github.com/OpenCyphal/CETL

Add support for post-construction Init to interface_ptr

thirtytwobits opened this issue 5 days ago
interface_ptr accesses destructors directly.

thirtytwobits opened this issue 6 days ago
GCC 7 internal compiler failure when using variant

thirtytwobits opened this issue 15 days ago
Add GCC7 builds to CI

thirtytwobits opened this issue 15 days ago
Setup export to Arduino library

thirtytwobits opened this issue 15 days ago
Don't use `F` as an identifier

thirtytwobits opened this issue 16 days ago
Add builds for Arduino (atmelsam)

thirtytwobits opened this issue 17 days ago
Sshirokov/benchmark

serges147 opened this pull request 2 months ago
Use latest gtest v1.15.2 and O1Heap

serges147 opened this pull request 3 months ago
Issue/string view 2

serges147 opened this pull request 3 months ago
Added A/B testing

serges147 opened this pull request 3 months ago
Another #139 fix

thirtytwobits opened this pull request 4 months ago
First draft of `cetl::pf17::string_view`

serges147 opened this pull request 4 months ago
`cetl::get_if` should should match only on a `unbounded_variant`

serges147 opened this issue 4 months ago
Changing rtti destructor to non-virtual

thirtytwobits opened this pull request 4 months ago
rtti has protected, virtual destructor

thirtytwobits opened this issue 4 months ago
Fix for Issue #135

thirtytwobits opened this pull request 4 months ago
Issue 136: is_convertible_without_narrowing

serges147 opened this pull request 4 months ago
Variable Name Shadowed

emrainey opened this issue 6 months ago
ts v22.4.7 -> v22.4.10

serges147 opened this pull request 6 months ago
Minor improvement of the `cetlvast::TrackingMemoryResource`

serges147 opened this pull request 7 months ago
`cetl::pf17::overloaded` → `cetl::overloaded`

serges147 opened this pull request 7 months ago
Fix compilation on aarch32 with GCC

pavel-kirienko opened this pull request 7 months ago
Enable default `cetl::pmr::PmrInterfaceDeleter` ctor.

serges147 opened this pull request 8 months ago
get rid of inclusion of pf17 inside of `unbounded_variant`

serges147 opened this pull request 8 months ago
Remove _helper_enable_copy_move.hpp

thirtytwobits opened this issue 8 months ago
PMR support for `cetl::unbounded_variant` & `cetl::pmr::function`.

serges147 opened this pull request 8 months ago
Eliminate `cetl/pf17/attribute.hpp` (issue #114)

serges147 opened this pull request 9 months ago
Provide unbounded_variant with a non-template polymorphic base

pavel-kirienko opened this issue 9 months ago
Best conversion selector is not behaving as expected in some scenarios

pavel-kirienko opened this issue 9 months ago
`cetl::optional` ctor # 8 - should be conditionally explicit

serges147 opened this issue 9 months ago
Fix for span of pointers

thirtytwobits opened this pull request 10 months ago
CETL's `cetl::any`

serges147 opened this pull request 10 months ago
Fixed missing `remove_cv_t` at `any_cast` # 5

serges147 opened this pull request 10 months ago
Use CETL's polymorphic RTTI

serges147 opened this pull request 10 months ago
Try tune Sonar configuration about coverage

serges147 opened this issue 11 months ago
Reworked handling of get, copy, move and destroy functionality.

serges147 opened this pull request 11 months ago
Pass `Align` template param; unit test it.

serges147 opened this pull request 11 months ago
Add back ticks "`" as AUTOSAR exception (rule A2-3-1).

serges147 opened this issue 11 months ago
Almost finalize main api of `cetl::any` - now close to `std::any` features.

serges147 opened this pull request 11 months ago
Almost finalize main api of `cetl::any` - now close to `std::any` features.

serges147 opened this pull request 11 months ago
Switch to the latest toolshed

pavel-kirienko opened this pull request 11 months ago
Modified `cetlvast.yml` GH actions workflow to accept `issue/*` branches.

serges147 opened this pull request 11 months ago
Fix for #97: "invalid escape sequence \|" warning

serges147 opened this pull request 11 months ago
Update the naming conventions

pavel-kirienko opened this issue 11 months ago
Split the variant unit tests into more translation units

pavel-kirienko opened this pull request 11 months ago
Migrate to the latest toolshed

pavel-kirienko opened this issue 11 months ago
Provide std::hash specializations for variant, optional, and monostate

pavel-kirienko opened this issue 11 months ago
[WIP] Add cetl::variant

pavel-kirienko opened this pull request 11 months ago
Provide an example for cetl::optional

pavel-kirienko opened this issue 11 months ago
Add polymorphic type system

pavel-kirienko opened this pull request 12 months ago
Polyfill cetl::optional, extend the testing suite

pavel-kirienko opened this pull request 12 months ago
Minor maintenance fixes

pavel-kirienko opened this pull request about 1 year ago
Contributing instructions are broken

pavel-kirienko opened this issue about 1 year ago
Provide cetl::variant

jensen-reitz opened this issue about 1 year ago
Question about the naming convention

pavel-kirienko opened this issue about 1 year ago
Provide PMR-aware cetl::function

pavel-kirienko opened this issue about 1 year ago
Provide PMR-aware cetl::any

pavel-kirienko opened this issue about 1 year ago
Add PMR-aware cetl::shared_ptr

pavel-kirienko opened this issue about 1 year ago
Fix resize() so that it respects max_size_max

skeetsaz opened this pull request about 1 year ago
VLA resize() does not respect max_size_max

skeetsaz opened this issue about 1 year ago
Add erase() to VariableLengthArray

skeetsaz opened this issue about 1 year ago
Use std::malloc/std::free to be consistent with std::realloc (issue 77)

skeetsaz opened this pull request over 1 year ago
Fix issues with bool VariableLengthArray (issues 74 and 75)

skeetsaz opened this pull request over 1 year ago
bool VariableLengthArray doesn't manage size() correctly

skeetsaz opened this issue over 1 year ago
Fix for #66

thirtytwobits opened this pull request over 1 year ago
Fix sign conversion error (issue 71)

skeetsaz opened this pull request over 1 year ago
Sign conversion errors in VariableLengthArray

skeetsaz opened this issue over 1 year ago
Add operator= that takes an initializer list to VLA

skeetsaz opened this issue over 1 year ago
Issue/61

thirtytwobits opened this pull request over 1 year ago
Fix for #60, at() syntax error

thirtytwobits opened this pull request over 1 year ago
Add comparision operators to VariableLengthArray

skeetsaz opened this issue over 1 year ago
std::make_reverse_iterator build break with VLA<bool> cbegin/cend

skeetsaz opened this issue over 1 year ago
Add rbegin()/crbegin()/rend()/crend() to VLA

skeetsaz opened this issue over 1 year ago
Compile error using at() on constant VLA

skeetsaz opened this issue over 1 year ago
Add T-value constructors to VLA

skeetsaz opened this issue over 1 year ago
Add insert() to VLA

skeetsaz opened this issue over 1 year ago
Initializing VLA from std::string causes compile error

skeetsaz opened this issue over 1 year ago
two small fixes for older compilers

thirtytwobits opened this pull request over 1 year ago
#57 and (partial) #55

thirtytwobits opened this pull request over 1 year ago
VLA doesn't consistently implement a uses-allocator pattern

skeetsaz opened this issue over 1 year ago