Recent Posts

Using Ccache with CMake

less than 1 minute read

CMake supports Ccache out-of-the-box via the [CMAKE__COMPILER_LAUNCHER](https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER_LAUNCHER.html) prope...

Splitting intervals - Part 1

6 minute read

This will be a story on how to reduce repetitive code via variadic templates (hello modern C++ ;) ).

My first patch to libc++

3 minute read

I listened to an older cppcast episode and it mentioned that the C++17 mathematical special functions are not yet included in llvm’s standard library libc++....