How and why I wrote a build system
A perennial pet peeve of mine (and of every C++ programmer, presumably) is the apparent lack of a default build system. There are two separate problems here: First, everyone is using a different build system. Second, what build system should I use? I am interested in the latter problem, not...
[Read More]