b2 for 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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • build2

    build2 build system

  • Yes, this is a common stumbling block for users with the CMake background. The underlying reason is that build2 is a "multi-repo first" build system while CMake is "mono-repo first" (or perhaps even "mono-repo only"; I don't think there were repositories as we know them when Autotools was designed ;-)). In particular, in build2 it's common to build multiple independent projects/repositories in a shared build configuration. Putting this build configuration as a subdirectory of source directory of one of them would be strange. You can read more on this in this issue: https://github.com/build2/build2/issues/187

  • boost-dependency

    Boost dependency breeding test

  • ``` git clone https://github.com/boris-kolpackov/boost-dependency cd boost-dependency bdep init -C ../build-msvc @msvc cc config.cxx=cl # my msvc default build bdep init -C ../build-clang @clang cc config.cxx=clang++ # my default clang build

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

    build2 packages for the Qt6 libraries

  • I think in your case the most challenging aspect (apart from getting used to a new build system philosophy) will be code generators simply because to get this right (i.e., with proper dependency tracking, etc) requires quite a few moving parts. You can see an example of this in our libQtCore buildfile that handles moc: https://github.com/build2-packaging/Qt6/blob/master/libQt6Core/QtCore/buildfile

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

  • FridgeBot — GPT-4o shopping list automation

    2 projects | dev.to | 20 May 2024
  • Thorium: Cross-platform patched Chromium fork "fastest browser on Earth"

    7 projects | news.ycombinator.com | 20 May 2024
  • How a 64k intro is made (2017)

    1 project | news.ycombinator.com | 20 May 2024
  • Llama3 Implemented from Scratch

    10 projects | news.ycombinator.com | 19 May 2024
  • Timg – A terminal image and video viewer

    1 project | news.ycombinator.com | 20 May 2024