std_bot_cpp
cmake-init
Our great sponsors
- Mergify - Updating dependencies is time-consuming.
- SonarCloud - Analyze your C and C++ projects with just one click.
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
std_bot_cpp | cmake-init | |
---|---|---|
4 | 163 | |
9 | 1,406 | |
- | - | |
0.0 | 7.1 | |
6 months ago | 19 days ago | |
C++ | CMake | |
- | GNU General Public License v3.0 only |
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.
std_bot_cpp
- How do you use the Catch testing library?
- Memory safety is the new black
-
std_bot rewritten in C++
The last few weeks I worked on the std_bot (originally written in Python) and I have completely rewritten it in C++: Repo
cmake-init
-
cgen: another declarative CMake configuration generator
CMake itself is as declarative as a build systems need to be. For anything nontrivial, these "declarative" solutions all fall apart. Just use https://github.com/friendlyanon/cmake-init, learn CMake and you won't have any issues.
-
How does one actually build a C++ project
If you want something with a (mostly) Just Works experience then just use https://github.com/friendlyanon/cmake-init
- Check out my tasks.json for C++ of VScode
- Recourses to help understand libraries/projects and setting them up?
-
How to Create a Modern C Project with CMake and Conan
You can just use https://github.com/friendlyanon/cmake-init to get a CMake + Conan C project ready to go with a short little command: cmake-init --c -e -p conan coolio
-
How do you even get started programming in c++ on Windows?
Anyway, I have combined various talks and the reference docs into an opinionated package for easy consumption: https://github.com/friendlyanon/cmake-init You'll find many things implemented here and the examples wiki page in a proper manner. I have also been told by someone who owns the book that it closely resembles things that are also in the book, just less words and more code.
-
File and folder structuring conventions
Stick with pitchfork style also mentioned in the thread. I use https://github.com/friendlyanon/cmake-init to get the boilerplate out of the way for new projects.
-
CMake+Conan2 project template example repositories?
I can confirm that cmake-init works with Conan v2.
-
How do you use the Catch testing library?
Use cmake-init. It uses vcpkg or conan to automatically download and install catch2 for you.
-
Best practice for cpp projects using CMake
Just use cmake-init which sets you up with a variation of the pitchfork layout.
What are some alternatives?
meson - The Meson Build System
w64devkit - Portable C and C++ Development Kit for x64 (and x86) Windows
fastbuild - High performance build system for Windows, OSX and Linux. Supporting caching, network distribution and more.
xmake - 🔥 A cross-platform build utility based on Lua
ModernCppStarter - 🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
llvm-mingw - An LLVM/Clang/LLD based mingw-w64 toolchain
conan - Conan - The open-source C and C++ package manager
dockcross - Cross compiling toolchains in Docker images
pitchfork - Pitchfork is a Set of C++ Project Conventions
gentoo - [MIRROR] Official Gentoo ebuild repository
CMake-VSCode-Tutorial - Template and short tutorial on how to setup an integrated environment for VS Code and CMake (Doxygen and ClangFormat ready)
cmake-init-vcpkg-example - cmake-init generated executable project with vcpkg integration