I love #C++ but, I haven't done much of it since college and that was C++03, and still using makefiles because #cmake had just barely came on the scene. And package management? What package management? vcpkg is so nice. So I've been watching Youtube videos to get up to date, and some dude did a [โฆ]
CLion 2026.1 Is Here GitHub Copilot, Cursor, and Other Agents in the AI Chat, Support for Custom Project Formats, DAP Debugging via TCP, and More CLion 2026.1 focuses on stability and improving the...
#news #releases #acp #bazel #cmake #dap #git #unit-testing
Origin | Interest | Match
he significance of #CMake 4.3's stable CPS support can't be overstated. For years, C/C++ has lacked a true lingua franca for package description. Read more: ๐ tinyurl.com/yc78pv73 #Security
Switching IDEs means rethinking workflows and rebuilding muscle memory.
This new series explores using CLion (by JetBrains) for Qt development, including project setup, UI creation, debugging, and Git integration: www.youtube.com/watch?v=7p53...
#QtDev #CLion #CMake #Cpp #QtCreator
Finished rebuilding the Audinux #fedora COPR repository for Fedora 44 beta.
4 days of rebuild. 1200 packages rebuilt.
And ... not that many errors:
- many #CMake 4 breakage easily fixed
- some package broke because of some new #gcc checks
audinux.github.io
#linux #rpm #audio
ok so when including another cmake file from inside a CMakeLists.txt:
include(myfile.cmake) - fail
include(./myfile.cmake) - fail
include(./main/myfile.cmake) - fail
include( ${CMAKE_CURRENT_LIST_DIR}/myfile.cmake) - ok
(main being a subdir of the project root, where this is going on)
it [โฆ]
TIL #CMake presets have an inheritance priority, where the _first_ entry in the list wins ๐
I'm Tired Boss
I'm Tired Boss
#Cpp #c++ #Buildsystems #Cmake #Make
https://programmerhumor.io/cpp-memes/im-tired-boss-3jlw
If you use #c/c++ or other compiled languages, or if you're frustrated with #CMake, please try my new software build tool, github.com/DarkStarSyst... โ I'd love feedback!
C++ symbol context and CMake build configuration awareness for GitHub Copilot in VS Code
devblogs.microsoft.com/cppblog/c-sy...
#vscode #cpp #cmake #githubcopilot #ai #programming #debugging
Did anybody successfully use C++ import std; on a mac with G++-15 and cmake 4.2.3 ?
I got as far as a linker error missing std module init and am too much of a cmake newbie to figure out anything working.
#cpp #cppmodules #cppimportstd #cmake
Jan Marker (KDAB) shows in this video how to set up a C++/QML project in Qt 6 using CMake and macro-based QML element registration, and compares the setup to how the same was done in Qt 5: www.youtube.com/watch?v=eJC8... #QtDev #Cpp #CPlusPlus #QML #Qt6 #CMake
Qt Creator 19 Beta released ๐
www.qt.io/blog/qt-crea...
#qtcreator
#qt
#cpp
#cmake
Visual Studio Code CMake Tools 1.22: Target bookmarks and better CTest output
buff.ly/tfFZzif
#vscode #cmake #cpp #ctest #softwaredev
GitHub Copilot app modernization for C++ is now in Public Preview
buff.ly/qnMCY9A
#cpp #githubcopilot #ai #visualstudio #cmake #msvc
The #syslog_ng 4.11 release is coming soon. Thousands of automatic tests run before each source code commit, but nothing can replace real-world hands-on tests.
Help us testing #elasticsearch & #OpenSearch data-streams, #Kafka source, #cmake fixes & much more!
peter.czanik.hu/other/syslog...
Say hello to ExternalContent! A new way to integrate external content without the issues that plague CPM, FetchContent and ExternalContent_Add
Download: github.com/Xaymar/cmake...
... yes I was annoyed enough by the cache pollution that I made my own. Hire me. Wait no, don't.
#cmake #development
Well, I was so optimistic, but #CMake decided it has no idea how to tell an executable it built how to find a library it also built and knows the executable depends on, and I've spent 2 hours just searching for how to solve that. I hate CMake so much. This is such a simple situation.
Struggling with #CMake and complex build systems? In this interview, Jesper and Nicole Patricia Mazzuca (Remarkable) explore the state of C++ #tooling. Nicole shares practical advice and her vision for empowering developers to confidently own their build systems: www.youtube.com/watch?v=qj0a... #Cpp
Just released a #CLion plugin for display the #CMake source group tree as a pane similarly as what visual studio c++ is doing from long time ago
See a preview of one of my projects
github.com/aiekick/Cmak...
CMake has added support for FASTBuild in version 4.2 ๐
www.kitware.com/cmake-fastbu...
#cmake
#fastbuild
Battling transitive C++ dependencies with FetchContent
medium.com/@nerudaj/bat...
#cmake
Postei um video mostrando como usar o CMake e CPack pra compilar e empacotar aplicaรงรตes em C. Nada complexo, sรณ realmente mostrando uns exemplos simples
O รกudio nรฃo tรก lรก essas coisas, ainda to apanhando pra configurar direito no Pop!_OS, mas o importante รฉ fazer
#cmake #tutorial #clang #indiedev
When you turn off C extensions when making C applications, your compiler won't have access to computer-specific features, like dirent.h on Linux and Mac, and windows.h on Windows. This is pretty useful if you're making cross-platform applications using C, since you don't need to worry about headers that are only unique to some operating systems, or having your code be messy with #ifdef statements. Thought this is an interesting tip to share.
I just learned that, when you're making cross-platform C applications, you can just turn off C extensions in CMake. I can elaborate in the alt text below. ๐๐
#computer #computers #linux #linuxmint #gnu #gnulinux #cmake #clang #gcc #coding #code #software #windows #mac #applemac #macbook
From our most recent Meetup:
Some tips and tricks for the everyday #CMake user (and #Cpp developer)
youtu.be/3VJPfwn1f2o
M3 Renderer + Entity milestone shipped! ๐
โข Triangle pipeline live
โข DOO API over EnTT (12-byte wrappers)
โข VulkanDevice logic โ
โข ECS systems + POD components
โข 1025 assertions, CI mocks, cross-platform builds
#gamedev #cpp #vulkan #ecs #indiedev #shaders #CMake #devlog #badcatgame