Articles
-
Building on Jenkins and deploying to a Docker container
Building something in Jenkins, using a declarative pipeline and deploying it to a Docker container is common, and you would expect it to be well documented and trivial to do right? Well, it is now.
Read on... -
Cmake cheat sheet
This article is work in progress, and mostly for my own reference.
Read on... -
Serializing directly between C++ objects and Json files
C++ is a popular Object-oriented language. Json is a popular format for storage of Objects. Why is it so hard to make those two things play ball?
Read on... -
The second beta of restc-cpp is released
Restc-cpp is a REST client library for C++ projects.
Read on... -
Getting QSqlRecord right
I wasted quite some hours figuring out how to correctly insert new records in a QSqlTableModel derived class.
Read on... -
Jenkins: How to set the build-result as UNSTABLE when tests fail in a Declarative Pipeline
Jenkins' Declarative Pipelines are nice, but also very constrained. Here I show how to deal with failed tests.
Read on... -
Afterthoughts after creating a QT Desktop application
Just some thoughts and lessons learned after I created a X-platform QT Desktop application
Read on... -
How to make a dmg package for macos for a QT Application
It's actually quite simple, once you figure out how to sign the package.
Read on... -
X-platform build of a QT Application using a Jenkins pipeline
I set out to build a QT desktop application on Linux (several flavors of Debian and Ubuntu), macOS and Windows (64 bit builds) using Jenkins with slaves and Docker build-containers that is created on demand.
Read on... -
WHID - 20th anniversary edition
A bright new 20 years anniversary edition of my most useful software application ever; the definitive time tracking application for freelancers!
Read on...
