Blog
Writing about infrastructure, data, and building things.
·3 min read
Github Enterprise on Proxmox
GHE provides a QCOW2 image that seems easy enough to use, so let's explain it! Since we use Proxmox that's what we will be focussing on in this post.
·2 min read
Generating Doxygen Documentation using CMake Functions
A follow-up showing a simpler way to generate Doxygen documentation by using CMake's built-in Doxygen helper functions.
·4 min read
Generating Doxygen Documentation for C++ using CMake
A walkthrough of generating Doxygen documentation for a C++ project with CMake, using NovelRT as the reference implementation.