Do any of you use python or another scripting language instead of a build system?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • waf

  • We use waf as a build system which essentially provides a framework for python scripts to build software. It is extremely versatile (since it is python) and has met every need we have had. We do have automation which invokes it pretty reliably, though we are not at the point of full CI yet.

  • CIDLib

    The CIDLib general purpose C++ development environment

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

    task management & automation tool

  • pydoit https://pydoit.org/.

  • Sharpmake

    Sharpmake is an open-source C#-based solution for generating project definition files, such as Visual Studio projects and solutions, GNU makefiles, Xcode projects, etc.

  • nqbp

    NQBP is a multi-host build engine for embedded C/C++ projects

  • Yes. I use nqbp which is python based build engine. It was created (among other reasons) to build small projects where the make build time to calculate dependencies was longer than a clean build. However, it main "feature" is that the day-to-day developer usage - the developer simply provides a list of directories to build for their project - no messing around with makefiles or CMake.

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