Skip to main content

George Cave

By day, a software engineer. But by night!? A software engineer.

Recent

Default to high-quality Bluetooth audio on Linux
·64 words·1 min
System-Administration Linux
Tired of it defaulting to garbage HSP quality all the time?
Using CMake to help build Catch2 tests
·653 words·4 mins
Code Cmake C/Cpp
Using CMake to automatically detect, or clone fresh, and even pre-compile Catch for you.
CMake script suite - Making CMake work for you
·1051 words·5 mins
Code Cmake
Built over some time now, is a fair sized suite of tools and utilities to improve the CMake compilation experience.
The Alternate Compilers of Windows
·1232 words·6 mins
Code Windows C/Cpp
While Microsoft’s MSVC may be synonymous with Windows development, there are others.
Collecting scalar values together in C++11
·983 words·5 mins
Code C/Cpp
Making life easier through enum flags, structs and offsets, and recreating Fallout’s SPECIAL reliably, quickly, efficiently, and safely.