-Werror Is Not Your Friend

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • ClickHouse

    ClickHouse® is a free analytics DBMS for big data

  • We use -Wall -Werror -Wextra -Weverything, plus we use clang-tidy with -Werror as well, plus we use ASan, TSan, MSan, UBSan, plus fuzzing (5+ different types of it), plus we update to the latest compiler on every release, so today it is clang-17, and we build every dependency from source, and always use hermetic builds (cross-compiling).

    I think it is the only sane way for C++.

    https://github.com/ClickHouse/ClickHouse/

  • aws-sdk-cpp

    AWS SDK for C++

  • You can do that if you have full control over the toolchain.

    For example I ran into this issue with the AWS C++ SDK ( https://github.com/aws/aws-sdk-cpp/ ). And then I had to go into several CMake files and remove Werror. What do I as a user care about warnings? Can I only use that SDK once I have fixed (probably more like silenced) all the warnings?

    At least they added a option now after a few years of this annoyance: https://github.com/aws/aws-sdk-cpp/issues/2555

  • 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

  • We Built a 19 PiB Logging Platform with ClickHouse and Saved Millions

    1 project | news.ycombinator.com | 2 Apr 2024
  • Build time is a collective responsibility

    2 projects | news.ycombinator.com | 24 Mar 2024
  • 1 billion rows challenge in PostgreSQL and ClickHouse

    1 project | dev.to | 18 Jan 2024
  • We Executed a Critical Supply Chain Attack on PyTorch

    6 projects | news.ycombinator.com | 14 Jan 2024
  • Tell HN: Hacker News dataset on BigQuery hasn't been updated since Nov 2022

    1 project | news.ycombinator.com | 27 Dec 2023