noplate VS static-analysis

Compare noplate vs static-analysis and see what are their differences.

static-analysis

⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality. (by analysis-tools-dev)
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
noplate static-analysis
4 15
41 12,959
- 1.8%
5.5 9.4
12 days ago 5 days ago
C Rust
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

noplate

Posts with mentions or reviews of noplate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-18.
  • Polymorphic Types in C [pdf]
    2 projects | news.ycombinator.com | 18 Jan 2024
    Hi Martin, thank you for writing this proposal. This is just my two cents, but one-off void* functions, like qsort, are less of a pain point relative to generic containers. With generic containers it's common to have a collection of void* functions that must be consistently invoked with identical type T. Correct me if I'm wrong, but this proposal cannot genericize a struct field, i.e. it can genericize type 'T' but not 'T->someField'. The latter would be useful for something like 'vec_push(v,p)' where 'v->data[]' is the type T needed to determine if 'p' is a compatible type.

    Tangentially related, the macro-based containers you've written here [1] are the best answer for type-generic containers I've come across. One "gotcha" is the container name must be a valid C identifier otherwise it doesn't token paste correctly (see Example #2 of your REAMDE where you typedef'd string* as string_ptr to workaround this). Would you give consideration to a new preprocessor mechanism for concatenating a list of tokens into a single valid C identifier? i.e. Something like CONCAT(struct Foo *) would produce struct_Foo_Ptr? The result is guaranteed token paste-able.

    [1] https://github.com/uecker/noplate

  • Neverflow: Set of C macros that guard against buffer overflows
    4 projects | news.ycombinator.com | 2 Jun 2023
  • New C features in GCC 13
    1 project | news.ycombinator.com | 4 May 2023
    I am exploring way on how to implement this in C (with some extensions) as a library:

    https://github.com/uecker/noplate

    Certainly not production ready.

  • Checked C
    14 projects | news.ycombinator.com | 21 Dec 2022

static-analysis

Posts with mentions or reviews of static-analysis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-26.

What are some alternatives?

When comparing noplate and static-analysis you can also consider the following projects:

archive-program - The GitHub Archive Program & Arctic Code Vault

solana - Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.

CodeHawk-C - CodeHawk C Analyzer: sound static analysis of memory safety (undefined behavior)

awesome-rust - A curated list of Rust code and resources.

neverflow - Set of macros that guard against buffer overflows. Based on C99 VLA feature.

find-sec-bugs - The SpotBugs plugin for security audits of Java web applications and Android applications. (Also work with Kotlin, Groovy and Scala projects)

checkedc-llvm-project - This repo contains a version of clang that is modified to support Checked C. Checked C is an extension to C that lets programmers write C code with bounds checking and improved type-safety.

rust-blog - Educational blog posts for Rust beginners

ikos - Static analyzer for C/C++ based on the theory of Abstract Interpretation.

awesome-linters - A community-driven list of awesome linters.

codeql - CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security

dynamic-analysis - ⚙️ A curated list of dynamic analysis tools and linters for all programming languages, binaries, and more.