-
Hello,
We are using spdlog (version 1.4.2) in one of the projects I am working on. Running Klocwork for static analysis against the project's code, several issues are reported in the library. Althoug…
-
Our error messages are not consistent regarding the use of quotes, e.g. some quote the function name and contract name, others don't.
We should agree on how we want to do that and make it consisten…
-
Initially reported in https://github.com/microsoft/LightGBM/pull/4606#issuecomment-921374740.
```
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting cont…
-
I've upgraded fmtlib in my project to 9.1.0 but now fmtlog doesnt compile anymore:
See compile error:
```c++
/project/fmtlog/fmtlog.h:101:28: error: expected ';' at end of declaration list
sta…
-
My clang-msvc build has a linking issue on `format-test.exe` :
```
[44/60] Linking CXX executable bin\format-test.exe
FAILED: bin/format-test.exe
cmd.exe /C "cd . && "C:\Program Files\CMake\…
-
Hi, I've been tracking the issue and the problem seems to be in rocsolver as shown below, any suggestions? Thanks!
```
[ 0%] Building CXX object library/src/CMakeFiles/rocsolver.dir/common/buildi…
-
**Summary**
There's a [workaround](https://github.com/lammps/lammps/blob/798975b8090c5cc41b434ebcbe4baa59aa395701/src/fmt/format-inl.h#L1009-L1017) for [this bug](https://github.com/intel/llvm/issu…
-
If first byte of the sequence is invalid then function can return zero as error code (valid utf-8).
Look fmt issue https://github.com/fmtlib/fmt/issues/3038 , PR https://github.com/fmtlib/fmt/pull/…
-
The logger was recently removed, because it was meant to handle files and terminal but was never used to output to files (who wants to have an output.log and error.log when using a language?), and it …
-
**Operating system**
Linux x86_64
**Cmake version**
cmake version 3.18.2
**Compiler name and version**
GCC 11.2.0
**Full cmake and/or ninja output**
[root@ecs-6d32 build]# cmake .. -DCM…