How much opinionated is Conan really?

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

    The missing CMake project initializer

  • I very much prefer vcpkg, but it shouldn't be too hard making Conan work with CMake. Check https://github.com/friendlyanon/cmake-init, there should be an example for conan as well. I believe you should still be able to use the find_package mechanism, everything else would be ridiculous and enough reason to never use conan at all.

  • Vcpkg

    C++ Library Manager for Windows, Linux, and MacOS

  • vcpkg pulls in msys just to have the autotools scripts. vcpkg actually compiles stuff with cl.exe on windows. I mean you can also build xwin/xserver on Windows using vcpkg (but that is not in the public repo yet, see https://github.com/microsoft/vcpkg/pull/21584).

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

  • CMake 3.24 has support for dependency providers

    3 projects | /r/cpp | 9 Aug 2022
  • CMake and Linking External libraries is a kick in the nuts if i've ever seen it.

    4 projects | /r/cpp | 3 May 2023
  • Recourses to help understand libraries/projects and setting them up?

    2 projects | /r/cpp_questions | 28 Apr 2023
  • CMake+Conan2 project template example repositories?

    4 projects | /r/cpp | 15 Apr 2023
  • Help understanding Project Setups

    2 projects | /r/cpp_questions | 10 Mar 2023