-
### Is your feature request related to a problem? Please describe.
# CMake 添加依赖
```
FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt
GIT_TAG …
-
Hello,
See below what I get.
Thanks for your help!
J. Menu
--
jacquesmenu@macstudio:/Volumes/JMI_Volume/JMI_Developpement/i18n++ > clang --version
Apple clang version 15.0.0 (clang-150…
-
I tried to build the application on Linux and got this error:
```
CMake Error at CMakeLists.txt:13 (add_subdirectory):
The source directory
/home/.../udpfwd/libs/oneTBB
does not conta…
-
**Describe the project you are working on:**
Coding applications using Godot/GDScript
**Describe the problem or limitation you are having in your project:**
Would like to format literal quote…
-
Consider using [fmt](https://github.com/fmtlib/fmt) for `Log()`.
z33ky updated
6 years ago
-
Hi, first, thank you for your amazing work. I'm using fmt on a project communicating on a serial port (RS232). To debug an issue I was having, I added code similar to this:
```c++
get_line_r() {
…
-
Hello,
I'm trying to compile the code on Linux PowerPC Big Endian, but it's giving me errors when it reaches the time to compile fmt
snes9x-qt
```In file included from /snes9x/external/fmt/src/…
-
```
3>.\..\fmt\include\fmt/format.h(1698): warning C4127: условное выражение является константой (компилируется исходный файл .\..\src\editor\Renderer.cpp)
3>.\..\fmt\include\fmt/format.h(1698): not…
-
We have several bugs and complexities that are arising from the fact that we have a mix of encodings thought the engine. The only sane thing to do is to migrate to UTF-16 thought and translate to/from…
-
In UTF32, a code point is 4 bytes, but fmt only keeps 2 bytes when parsing it into fill:
https://github.com/fmtlib/fmt/blob/cc2ba8f9ede4e5ae3262f43f3e4d07a22a9acdfc/include/fmt/base.h#L800-L825
me…
XZiar updated
1 month ago