tools

A Modular CMake Recipe for Linking std::filesystem in Modern C++17

So you’ve started using features of C++17 and modern CMake. Great idea! This post outlines how you might handle a corner-case issue when using features at the bleeding edge of your toolchain. In this example, I’m trying to use a std::filesystem API not supported by specific versions of the GNU toolchain. So we need to […]

A Modular CMake Recipe for Linking std::filesystem in Modern C++17 Read More »

Lightning-fast File Searching with the Silver Searcher Utility

Do you spend countless hours searching through code repositories or file systems? Do you want to use slow and outdated search tools like grep? Look no further than the Silver Searcher, the lightning-fast file search utility designed to revolutionize how you search for files. So say goodbye to frustratingly slow search times and hello to

Lightning-fast File Searching with the Silver Searcher Utility Read More »