Package and project management in C++

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

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
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
  • cmake-init

    The missing CMake project initializer

  • CMake + vcpkg (manifest mode) is a good mix. It even gives you instruction on how to properly link the library in CMake. Go with cmake-init to generate a project and you'll be good to go.

  • gui_starter_template

    Discontinued A template CMake project to get you started with C++ and tooling

  • For cmake i find this useful: https://cliutils.gitlab.io/modern-cmake/ https://github.com/cpp-best-practices/gui_starter_template

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

    The Meson Build System

  • I would recommend against CMake and in favor of Meson. It is just much more approachable. and the documentation way better: https://mesonbuild.com/

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

  • Building tools for personal projects?

    2 projects | /r/cpp_questions | 27 Dec 2022
  • Modern CMake Packaging: A Guide

    2 projects | /r/cpp | 19 Dec 2022
  • CMake install schema for single- and multi-config generators

    2 projects | /r/cpp | 6 Dec 2023
  • cgen: another declarative CMake configuration generator

    7 projects | /r/cpp | 24 Jun 2023
  • How does one actually build a C++ project

    3 projects | /r/cpp_questions | 26 May 2023