Open-source MISRA-compliant projects

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • IMUtility

    A Safety-Critical Utility Code

  • We started this small Utility code https://github.com/IMProject/IMUtility and we make sure we set up cppchecker for MISRA C 2012. Soon we get contacted by Bugseng and get the offer to integrate ECLAIR so we did it. Since ECLAIR is certificated we can tell that our open-source project is checked with a certified tool and this can maybe help some startups that don't have the money at the beginning of journey to pay for all development.

  • buddy_alloc

    A single header buddy memory allocator for C & C++

  • I maintain a project that's not technically MISRA compliant (due to being a memory allocator and MISRA disallowing the very idea) and I keep it at 100% test coverage with support for multiple compilers and operating systems. Over time I had a few users reporting back - since it's working for them I count that as success. Is it wildly popular ? Of course not, but it doesn't have to be.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • buddy memory allocator - project update (2 years)

    1 project | /r/C_Programming | 12 Jun 2023
  • One year ago I wrote a buddy memory allocator - project update

    3 projects | /r/C_Programming | 19 Jul 2022
  • is there some good tutorial about how malloc or mcheck works?

    1 project | /r/C_Programming | 13 Jan 2022
  • Talc – A fast and flexible allocator for no_std and WebAssembly

    4 projects | news.ycombinator.com | 28 Feb 2024
  • Memory Allocators

    2 projects | /r/C_Programming | 26 Aug 2023