Soup VS tomlplusplus

Compare Soup vs tomlplusplus and see what are their differences.

Soup

Soup is a build system that guarantees incremental build correctness and aims to simplify many aspects of developing shared code while maintaining best in class performance. (by SoupBuild)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Soup tomlplusplus
7 23
56 1,392
- -
7.6 6.4
9 days ago 28 days ago
C++ C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Soup

Posts with mentions or reviews of Soup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-01.
  • C++20 Modules
    3 projects | /r/cpp | 1 May 2023
    Interesting to see how it works in CMake. I have been working for a long time on a build system that (originally) was my best shot at a "Build system for modules". Would be curious of your thoughts: Soup Build
  • Does anyone have trouble writing C++ 20/23 modules definition?
    3 projects | /r/cpp | 6 Jan 2023
    Been using modules extensively for the past 2 years to write my build system (which itself is focused on using modules). Writing modules themselves has been really easy, as long as the compilers doesnt hit any issues. Working within MSVC has become a lot better in the last 6 months to the point where I rarely see issues anymore. Every time I try to switch to Clang or GCC it seems to fail on the most simple examples, but I hear GCC has made some improvements lately.
  • YAMBS: Yet Another Meta Build System for C++ (written in Rust).
    2 projects | /r/cpp | 19 Dec 2022
    It is a tool I threw together to help debug my build system internals. It is WinUI, so windows only for now, but I hope to migrate it to MAUI so it can run cross platform.
  • A build-system for make C++ projects with modules!
    3 projects | /r/cpp | 11 Dec 2022
    Great to see more people interested in this area! Just finished reading the readme and I am really curious how you are finding the Clang modules support. Last time I tried to use it it was still heavily mixed up with Clang Modules and not that great with modules-ts. I have written my own very similar project and landed on MSVC as my primary compiler since it has the best Modules support I have found. I will hopefully find some time tonight to play around with the project more, but here are some quick thoughts.
  • P2656: C++ Ecosystem International Standard
    2 projects | /r/cpp | 18 Oct 2022
    I am hoping the release the Beta soon: https://github.com/SoupBuild/Soup
  • About C++ Dependency Management
    6 projects | /r/cpp | 23 May 2022
    Great writeup. I have been thinking about the problem of dependency management within C++ for a while now. I believe that without adoption of a build system that was designed to handle dependency resolution natively with modules, we will always require fragile manual integration steps. If you are interested, I wrote a blog post on what I believe it will take to create such a build system and am actively working on an implementation.
  • On which hobby or side projects are you working on?
    10 projects | /r/cpp | 23 Nov 2021
    A build system aimed at collaboration across teams, languages and platforms. Started out as a basic attempt to take advantage of C++20 Modules, but grew from there: https://github.com/SoupBuild/Soup

tomlplusplus

Posts with mentions or reviews of tomlplusplus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-06.
  • how to handle config files in c++?
    2 projects | /r/cpp_questions | 6 Mar 2023
    Unless you want to make your own config file parser as an exercise (which is a good idea) I'd recommend using toml++.
  • Cmake fetchContent not working in a docker container.
    4 projects | /r/cpp_questions | 15 Nov 2022
    [ 11%] Creating directories for 'tomlplusplus-populate' [ 22%] Performing download step (git clone) for 'tomlplusplus-populate' Cloning into 'tomlplusplus-src'... fatal: unable to access 'https://github.com/marzer/tomlplusplus.git/': server certificate verification failed. CAfile: none CRLfile: none Cloning into 'tomlplusplus-src'... fatal: unable to access 'https://github.com/marzer/tomlplusplus.git/': server certificate verification failed. CAfile: none CRLfile: none Cloning into 'tomlplusplus-src'... fatal: unable to access 'https://github.com/marzer/tomlplusplus.git/': server certificate verification failed. CAfile: none CRLfile: none -- Had to git clone more than once: 3 times. CMake Error at tomlplusplus-subbuild/tomlplusplus-populate-prefix/tmp/tomlplusplus-populate-gitclone.cmake:31 (message): Failed to clone repository: 'https://github.com/marzer/tomlplusplus.git' gmake[2]: *** [CMakeFiles/tomlplusplus-populate.dir/build.make:102: tomlplusplus-populate-prefix/src/tomlplusplus-populate-stamp/tomlplusplus-populate-download] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/tomlplusplus-populate.dir/all] Error 2 gmake: *** [Makefile:91: all] Error 2 CMake Error at /usr/share/cmake-3.22/Modules/FetchContent.cmake:1087 (message): Build step for tomlplusplus failed: 2 Call Stack (most recent call first): /usr/share/cmake-3.22/Modules/FetchContent.cmake:1216:EVAL:2 (__FetchContent_directPopulate) /usr/share/cmake-3.22/Modules/FetchContent.cmake:1216 (cmake_language) /usr/share/cmake-3.22/Modules/FetchContent.cmake:1259 (FetchContent_Populate) src/CMakeLists.txt:15 (FetchContent_MakeAvailable) -- Configuring incomplete, errors occurred!
    4 projects | /r/cpp_questions | 15 Nov 2022
    It's a public repo - this one: https://github.com/marzer/tomlplusplus but thank you
  • Poxy - a Doxygen frontend - v0.9.0 released
    3 projects | /r/cpp | 3 Oct 2022
    For a live demo, see the toml++ homepage: https://marzer.github.io/tomlplusplus/
  • toml++ v3.2.0 released
    4 projects | /r/cpp | 29 Aug 2022
    Full changelog here.
    4 projects | /r/cpp | 29 Aug 2022
    Key links: - Homepage: https://marzer.github.io/tomlplusplus/ - Repository: https://github.com/marzer/tomlplusplus - "What is TOML?": https://toml.io/
    4 projects | /r/cpp | 29 Aug 2022
  • toml++ v3.1.0 released
    4 projects | /r/cpp | 24 Apr 2022
    Full changelog here.
    4 projects | /r/cpp | 24 Apr 2022
    Key links: - Homepage: https://marzer.github.io/tomlplusplus/ - Repository: https://github.com/marzer/tomlplusplus - "What is TOML?": https://toml.io/
    4 projects | /r/cpp | 24 Apr 2022

What are some alternatives?

When comparing Soup and tomlplusplus you can also consider the following projects:

toml11 - TOML for Modern C++

Magic Enum C++ - Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code

toml - Tom's Obvious, Minimal Language

toml - Python lib for TOML

json_test_data - Test data for nlohmann/json

cmkr - Modern build system based on CMake and TOML.

tree-sitter-html - HTML grammar for Tree-sitter

toml.io - Source Code for toml.io

tomli - A lil' TOML parser

serdepp - c++ serialize and deserialize adaptor library like rust serde.rs

Kraken - Kraken is an open-source modern math library that comes with a fast-fixed matrix class and math-related functions.

DiscordCoreAPI - A bot library for Discord, written in C++, and featuring explicit multithreading through the usage of custom, asynchronous C++ CoRoutines.