-
I tried to build paps on cygwin. File INSTALL mentions a configure script but there is none. INSTALL.md advises to use meson and mentions a dependency to fmtlib (pango and cairo dependencies could als…
-
The `*.dll` on Windows is currently being installed in `%PREFIX%\Library\lib` which should however be `%PREFIX%\Library\bin`. The fix is to set
```cmake
install(TARGETS ...
LIBRARY DES…
-
I build it on my Android phone chroot container
my env:
ubuntu-22.04-arm64
gcc 12.3 g++ 12.3
protoc 3.12.4
libfmt must compile alone,otherwise could not find std.h.
https://github.com/fmtli…
-
fmt:
- Allows positional arguments to ease translation (e.g. the string format("Do {0} to {1}", thing1, thing2) could be "translated" as "Do {1} to {0}", to allow different ordering in the sentance
…
-
## Environment
- WSL2 on Windows 10
- `Linux [...] 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux`
- cmake version 3.27.4
## Steps to rep…
-
**With latest Release Tag => Compiles**
`git clone --branch v1.3.1.1 https://github.com/christophe-calmejane/Hive`
`cd Hive && cp .hive_config.sample .hive_config && ./setup_fresh_env.sh`
…
-
### What is the issue?
Bumping the C++ version from 17 to 20 opens up access to some very convenient language features.
I'm trying to compile a wishlist and list of blockers here, please leave a…
-
### Is your feature request related to a problem?
More powerful formatting for log messages
### Describe the solution you'd like.
If using C++11/14/17: https://github.com/fmtlib/fmt
For C++20 it i…
ljden updated
5 months ago
-
Change to using a better string formatter – use this perhaps (https://github.com/fmtlib/fmt
) an Implementation of C++20 std::format.
More questions/suggestions, please contact Jim via slack.
ht…
-
Hi,
Thanks for working on this great project. I just tried https://github.com/fmtlib/fmt as the project URL on the website at https://se.cs.ubc.ca/CodeShovel/, but the website only displays docs/ a…