mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
d8754af063
* Allow %s as generic format specifier in printf Signed integers are formatted as %d Unsigned integers are formatted as %u Doubles are formatted as %f Chars are formatted as %c Void Pointers are formatted as %p * Remove '%S' handling and use visitor for generic format strings * Default for floating point is now "%g" rather than "%f" |
||
---|---|---|
.. | ||
add-subdirectory-test | ||
compile-test | ||
find-package-test | ||
gmock | ||
gtest | ||
assert-test.cc | ||
CMakeLists.txt | ||
container-test.cc | ||
custom-formatter-test.cc | ||
format-impl-test.cc | ||
format-test.cc | ||
gmock-gtest-all.cc | ||
gtest-extra-test.cc | ||
gtest-extra.cc | ||
gtest-extra.h | ||
header-only-test2.cc | ||
header-only-test.cc | ||
macro-test.cc | ||
mock-allocator.h | ||
ostream-test.cc | ||
posix-mock-test.cc | ||
posix-mock.h | ||
posix-test.cc | ||
printf-test.cc | ||
string-test.cc | ||
test-assert.h | ||
test-main.cc | ||
time-test.cc | ||
util-test.cc | ||
util.cc | ||
util.h |