Tanzinul Islam

Results 3 issues of Tanzinul Islam

When built with MinGW, Google Test emits ANSI escape sequences for color output like it does on non-Windows platforms. This works with MSYS2's terminal ([`mintty.exe`](https://mintty.github.io/)) that intercepts stdout with a...

cla: yes

Add an indenter configuration file for [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) v17.0.0. It can generate all the [documented `.clang-format` options](https://clang.llvm.org/docs/ClangFormatStyleOptions.html), except the following: - `ExperimentalAutoDetectBinPacking`, because it is discouraged from use in config files....

The compilation recipe expects the presence of a `bin` directory to emit the output binary. That directory does not exist in a clean checkout of the repository, causing the link...