CMake: Stripping binaries
When building a release build of your software, a common task is to strip the binaries to remove any …
Continue ReadingWhen building a release build of your software, a common task is to strip the binaries to remove any …
Continue ReadingIn this very short blog post I’d just like to help everyone who finds themselves in a …
Continue ReadingCMake has evolved to become quite a beast. It contains a multitude of features which often stay …
Continue ReadingToday I proudly present a GoCD CMake Task plugin that i’ve just released! → …
Continue ReadingWorking on a project mixing C++ and Java, I was in need to pass a raw C++ float array back to Java. …
Continue Reading