In November 2022 while recovering from a Covid infection I found a Lenovo ThinkPad X13s on ebay.com for 600$. It had 16GB of RAM, 512GB of SSD, and a …| cristianadam.eu
For the CMake presets feature presentation in Qt Creator 9 I needed a cross platform Windows and Linux screencast.| Cristian Adam
We all know the Arm CPU architecture from smartphones, which have a long battery life and passive cooling.| Cristian Adam
In this post I am going to provide a GitHub Actions configuration yaml file for C++ projects using CMake.| Cristian Adam
Coming from other build systems to CMake one will quickly learn that| Cristian Adam
In this article I’m going to talk about building a C++ library with CMake, but it won’t be a CMake tutorial.| Cristian Adam
In this article I am revisting an article from three years ago: “Speeding up libclang on Windows”,| Cristian Adam
CMake has for single configuration configurators the following build types (configuration):| Cristian Adam
At the end of October 2018 on the Qt development mailing list it was announced | Cristian Adam
At the beginning of this year Bits’n’Bites wrote an article named Faster C++ builds,| Cristian Adam
It is common for IT companies (at least in Germany, automotive field) to use Ubuntu Linux LTS | Cristian Adam
For those familiar with languages like Java, and C#, something like NullPointerException | Cristian Adam
In this post I will talk about copying files. I will read one file in chunks of 1MB and write it to another file. C++ provides three cross platform …| cristianadam.eu
In this post I will be talking about P0267R0: A Proposal to Add 2D Graphics Rendering and Display to C++.| Cristian Adam
In this article I will tackle libclang’s speed on Windows, in particular Qt Creator’s clang code model.| Cristian Adam
In this article I will have a look on how to get started with Google Test libraries on | Cristian Adam
Having moved my blog to a static blogging engine means that now I have to upload the| Cristian Adam
I have started using Octopress last year for my other blog (in Romanian) tastatura.info.| Cristian Adam
Grim Fandango is one of my favorite adventure games and when last year it was announced | Cristian Adam
In my previous post Using GitHub Actions with C++ and CMake I have provided a GitHub Actions yaml configuration file for C++ projects using CMake. …| cristianadam.eu