Memory bugs are tricky. Leaks have a clear impact on performance, and quickly become hard to spot when heap allocated objects move too much. Memory access bugs, on the other hand, make your program crash right away, if you’re lucky. In less desirable cases, they may end up corrupting random objects on the heap, and […]
Blog Archives
Qt on CMake Workshop Summary – Feb ’19 - Porting Qt to the CMake build system
Intro Last Monday and Tuesday a few brave souls from both the Qt Company and KDAB gathered together in the KDAB Berlin office premises to work on the CMake build system for building Qt. There was Mikhail, Liang, Tobias, Kai, Simon (QtCompany) as well as Jean-Michaël, Albert, Volker and me (KDAB) sitting together in a […]
Introduction à CMake
La formation “Introduction à CMake” enseigne la réalisation de systèmes de compilation avec l’outil CMake. A l’issue de la formation, les participants seront capables d’utiliser CMake pour compiler du code C, C++, ou autres langages supportés par CMake ou via la génération de code, de manière portable sur plusieurs systèmes d’exploitation. Ceci couvre aussi le […]