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

Polyfill cetl::optional, extend the testing suite (#89)

- Add `optional` and related entities such as `make_optional`, `nullopt`, `in_place`, etc.
- Ad...

f58f00fa45678e19ac0ec096c5c39b383f694cef authored 11 months ago
Minor maintenance fixes (#88)

- Update contributing instructions
- Fix the CYPHAL_VERSION/CETL_VERSION mixup
- Remove unnece...

eff2a6dba8e489d90eeaaea63cd325530245da22 authored 12 months ago
Fix resize() so that it respects max_size_max (#81)

* Fix resize() so that it respects max_size_max

https://github.com/OpenCyphal/CETL/issues/80
...

efc3904c5a73550c32809051cf78e1b428271ee8 authored about 1 year ago
Use std::malloc/std::free to be consistent with std::realloc (issue 77) (#78)

https://github.com/OpenCyphal/CETL/issues/77

e5181ac1b24ede7f262af537c5c74f6beaa73746 authored about 1 year ago
Fix issues with bool VariableLengthArray (issues 74 and 75) (#76)

* Fix issues with bool VariableLengthArray (issues 74 and 75)

Fix iterator range constructor ...

e470e6e1e01cfcd83d5c92d38fc2fc8d1e1703f3 authored about 1 year ago
Fix for #66 (#73)

* Fix for #66

STL iterator expects reference type to be const based on if it is a
const iter...

382839e7c19ea27c5f9b32c3b42832889ce4d0d1 authored over 1 year ago
Fix sign conversion error (issue 71) (#72)

https://github.com/OpenCyphal/CETL/issues/71

910aed3a85847e0e39d8d81a2a048cf8fb394cf4 authored over 1 year ago
Issue/61 (#69)

* Fix for #60, at() syntax error

* Fix for #60, at() syntax error

* Fixes for #60, #64, an...

698971728ad1c62f1fefbf6cd36a2fcf363561c2 authored over 1 year ago
two small fixes for older compilers (#59)

* two small fixes for older compilers

* fixing formatting errors

d2f0af34f7d5487b3004ba9b95fb9d8cd42f0174 authored over 1 year ago
Adding `assign(count, item)` signature of assign. More to come to finish #55 (#58)

Fixing #57. Breaking change but I doubt anybody is using these ctor signatures.

9534ad8bb1fdb03b1279fa822312b4a7b038d89a authored over 1 year ago
#55 adding assign to VLA (#56)

* #55 adding assign to VLA

1ed0110284bc5a463b9f9b04ca747c4972605d64 authored over 1 year ago
Cleaning up polyfill namespace for memory.hpp (#49)

* cleaning up array resource design
* added true array resource and renamed existing to buffer ...

64209d50290b5060095554ef544a8ea7c3245e75 authored over 1 year ago
fix for issue #45 (#46)

fixes #45

8b0a3b99e1e6680f6357e3b8e7332a79ac614e0a authored over 1 year ago
Feature/oldbuild (#43)

* small fixes to support older build systems

* fixing cmake install prefix

* cleaning up b...

4c9eae138ed41c96a8b2562b7b62da88e9a8ba03 authored over 1 year ago
fix for issue #41 (#42)

ca2e505201275c24f8d522a268b371128a9df82f authored over 1 year ago
fixing #31, adding move with new alloc ctor (#38)

* fixing #31, adding move with new alloc ctor

* formatting fixes

3c6718a438964224e57924da0fd2a9dfad8f42c7 authored over 1 year ago
quick update to remove python from SLoC (#36)

0322ec6aa220f596363d9b2dc37d9eb9196d1b3b authored over 1 year ago
Adding VariableLengthArray and PMR namespace (#28)

* Adding VariableLengthArray and PMR namesapce

Providing a polyfill of much of the pmr namesp...

71e0ccdd601e24744f7710bd6b60fc24a3840e02 authored over 1 year ago
Removing fork guard

The if statement didn't work. Just letting it fail on forks for now.

f2510e7a16bb60181872c086e2899b971991ba4c authored almost 2 years ago
Enabling CI (#24)

* Enabling CI

* switching over to gcovr for coverage reporting
* switching to upload docs by...

5a4594f01fda9f27ce66791c02b1f86b69ae3dc1 authored almost 2 years ago
Enabling doc deployments (#22)

* Enabling doc deployments

Also optimizing the builds to:

1. don't do anything unless lint...

191fa5419107aee20ef8581f44f53e7a220c543d authored almost 2 years ago
Updating README with taking a dependency instructions. (#20)

8efa0d9b79363f378d180d12c4b5b2a630754b37 authored almost 2 years ago
more pro forma changes before graduation (#19)

* more pro forma changes before graduation

* responding to comments

f89e095a93cceee60bcdb899600c4ee1a9a27c26 authored almost 2 years ago
Fixing #16 and introducing polyfill namespaces. (#18)

* Fixing #16 and introducing polyfill namespaces.

* changed everything to .hpp

f4fbd653074acbee85a5fea3c61d745587cd3b3f authored almost 2 years ago
Setting up GitHub actions (#17)

* Setting up GitHub actions

Adding verify.py script to make cmake manageable.

Adding GitHu...

2a5a53f459696e7f051122c52e376be9969b215c authored almost 2 years ago
Fixing up github language stats

2e81865df6b72c9f4d49d9f627af3a8abd161a49 authored almost 2 years ago
Adding span to CETL (#5)

* Adding span to CETL

The first polyfill class in CETL, span. This commit also establishes so...

fa30b551549d784933c76f5c518a0975a15a138a authored almost 2 years ago
food for thought

b62288a6c4ec123e4100e550fe699f740338987e authored almost 2 years ago
Create SECURITY.md

5a288c28d047ff7bd3d290a3ad95455c703d94e8 authored almost 2 years ago
Enabling CodeQl

7f4947c59bd6e3d16078c5473aa8aa281c79067b authored almost 2 years ago
Initial commit

d1ac3c63a0355286907b50f6fc35c16b9d3fe4f3 authored almost 2 years ago