prorab: non-recursive GNU make build system

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

    :construction_worker: non-recursive GNU make-based build framework

  • I deal with subdirectories as described here. The idea is that makefiles from subdirectories are included into parent makefile, thus, from the make's point of view, there is only one single big makefile.

  • ycmd

    A code-completion & code-comprehension server - Move fast and break things fork! (by bstaletic)

  • Optional dependencies, for starters. "If you're compiling on a system where Google's Abseil works, I'll use Abseil. If not, I'll fall back to STL." But to check that, I have to compile a little program and see if it worked.

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

    A family of header-only, very fast and memory-friendly hashmap and btree containers.

  • I know that it's beside the point for this subthread but if this is an actual problem for you then try the flat containers in https://github.com/greg7mdp/parallel-hashmap (derived from Abseil's).

  • prorab-extra

    some additional rules for prorab

  • So, I think this is out of prorab scope. Though some general try_compile.sh script could be added to prorab-extra where I collect companion utilities for prorab.

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

  • Can C++ maps be as efficient as Python dictionaries ?

    1 project | /r/Cplusplus | 1 Aug 2022
  • Is A* just always slow?

    3 projects | /r/gamedev | 26 Jun 2022
  • New Boost.Unordered containers have BIG improvements!

    6 projects | /r/cpp | 13 Jun 2022
  • How to implement static typing in a C++ bytecode VM?

    2 projects | /r/ProgrammingLanguages | 8 Jun 2022
  • Parallel Hashmap

    1 project | news.ycombinator.com | 23 Apr 2022