Search Articles — Sudonull

Search Results

In this project

CMake for STM32F407: building with GCC on Windows

https://sudonull.com/cmake-for-stm32f407-building-with-gcc-on-windows

Set up cross-platform firmware build for STM32F407VE with CMake and ARM GCC. Migration from GNU Make, compiler flags, config.cmake. Instructions for middle/senior dev.

C++20 wallpaper manager: D-Bus and RAII

https://sudonull.com/c-20-wallpaper-manager-d-bus-and-raii

Architecture of cross-platform Rwal utility in C++20. Adapter for KDE/GNOME, libcurl RAII, std::jthread. CMake build and system integration. Explore the code.

LibreQoS 2.0: QoS and Bufferbloat for networks

https://sudonull.com/libreqos-2-0-qos-and-bufferbloat-for-networks

LibreQoS 2.0 optimizes traffic with CAKE, fq_codel, and eBPF. Learn about new diagnostic tools, integrations, and shaping. Deploy for stable networks — read the details.

From other projects

3D fruit cakes: TikTok trend and cost

https://ymaho.com/3d-fruit-cakes-tiktok-trend-and-cost

Three-dimensional fruit cakes went viral on TikTok. Technology, cost $7.4, margin 400% and trend forecast. Learn how to bake a 3D fruit cake.

From the web

May 23, 2025 ·

https://keasigmadelta.com/blog/cmake-tutorial-getting-started/

May 23, 2025 · Learn how to use CMake to build C++ projects step-by-step. This practical CMake tutorial gets you up to speed, quickly..

Jul 31, 2013 ·

https://github.com/Kitware/CMake

Jul 31, 2013 · The CMake Community Wiki also references useful guides and recipes. CMake is maintained and supported by Kitware and developed in collaboration with a productive community of contributors.

Jul 31, 2026 ·

https://sourceforge.net/projects/cmake.mirror/

Jul 31, 2026 · CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice.

Searches related to CMake

https://www.studyplan.dev/cmake/building-and-running-cmake-projects

A step-by-step guide to building C++ projects with CMake . Learn the ` cmake ` and ` cmake --build` commands, how to run your program, and how to troubleshoot common errors like 'compiler not found' or syntax mistakes in your CMakeLists .txt.

Trending Now