What advantage do I get if I use a build system?

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

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
  • cmake-init-gif-engine

    GIF parser & decoder in C

  • CMake is quite powerful, you can do a ton of things. Here is me generating a stringifyer function for an enum type. Here is the actual script that does the work. It's not a lot of code, but it solves something a lot of people just keep staring the committee for.

  • cmake-init

    The missing CMake project initializer

  • You are also missing out on tooling support. Check out the first section of cmake-init's README. VSCode and CLion integration with CMake OOTB with the only configuration being selecting a preset, then on your way you go. With how trivial presets make things you can also hook this up to anything that can call commands, so with vim and emacs you just modify your user preset to export compile commands for autocompletion, then just bind something to invoking cmake with the presets.

  • 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

  • xmake

    🔥 A cross-platform build utility based on Lua

  • you can try https://github.com/xmake-io/xmake, it's so easy and powerfull. it provide builtin package management.

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

  • Make vs Cmake vs writing your own script vs whatever

    5 projects | /r/cpp_questions | 25 Jul 2022
  • What is your preferred cross-platform project building tool for C and why?

    2 projects | /r/C_Programming | 24 Feb 2023
  • I can no longer find the cli tool that created a cmake project

    2 projects | /r/cmake | 17 Oct 2022
  • cgen: another declarative CMake configuration generator

    7 projects | /r/cpp | 24 Jun 2023
  • Build Systems for C++

    3 projects | /r/cpp | 14 Mar 2023