Better git diff
The output of git calls, e.g. git diff, can be improved. Instead of only showing changed lines it can highlight the parts of a line that actually changed. Se...
The output of git calls, e.g. git diff, can be improved. Instead of only showing changed lines it can highlight the parts of a line that actually changed. Se...
VSCode might freeze on a freshly installed Manjaro running XFCE whenever one opens a folder containing a git repository.
Talk: What is Low Latency C++? - Timur Doumler - CppNow 2023
Talk: The Basics of Profiling - Mathieu Ropert - CppCon 2021
C++ code can contain attributes (e.g. [[deprecated]]). These serve different purposes, ranging from silencing compiler warnings to changing optimization stra...