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 ReadingMost programmers are fairly familiar with null-terminated strings: A sequence of characters that is …
Continue ReadingSometimes you have to do something silly such as reading the entire contents of a file into 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 Reading