hypertextcpp - compiled HTML templates for C++ backend applications

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

    Fast HTML template engine using C++ code generation

  • cmake-init

    The missing CMake project initializer

  • Please use something like cmake-init to scaffold the build files for the project.

  • 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
  • cmake-init-vcpkg-example

    cmake-init generated executable project with vcpkg integration

  • You have hardcoded details into your lists files that have nothing to do in there [1], you use the legacy form of target_link_libraries to link against the GNU GCC specific stdc++fs, which is only necessary for versions older than 9.1 and can be passed in from the CLI if necessary [2], do a naked variable substitution in if(${ENABLE_TESTS}) instead of just writing if(ENABLE_TESTS) [3] and your install rules are not properly componentized [4]. Vendoring dependencies isn't the best either. If you must grab some from git, then you can use vcpkg for that. Example.

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