Untangling git submodules

Sometimes when you move git submodule directories around, things can get in an inconsistent state, and you’ll receive error messages like: [Read More]
Tags: git, submodules

Debugging C++ preprocessor macros

It’s possible to get clang / g++ to run only the preprocessor and to strip away all the cruft that comes in with headers. [Read More]
Tags: c++, macros, gcc, clang, coliru