SaaSHub helps you find the best software and product alternatives Learn more →
Soup Alternatives
Similar projects and alternatives to soup
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
spack
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
-
beryldb
Discontinued BerylDB is a fully modular data structure data manager that can be used to store data as key-value entries. The server allows channel subscription and is optimized to be used as a cache repository. Supported structures include lists, sets, multimaps, and keys.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
GraphicsPlayground
Discontinued Sandbox for the graphics engine. Designed for easiest experimentation and demonstration of graphics algorithms.
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
soup discussion
soup reviews and mentions
-
C++20 Modules
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?
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).
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!
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
I am hoping the release the Beta soon: https://github.com/SoupBuild/Soup
-
About C++ Dependency Management
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?
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
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Feb 2025
Stats
soup-build/soup is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of soup is C++.