mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-11 22:20:02 +08:00
Array is split into an abstract Buffer class and a concrete MemoryBuffer class. BasicWriter now does all memory allocation through a Buffer object. Subclasses of BasicWriter may use different buffer types. The new BasicMemoryBuffer class uses the default MemoryBuffer. |
||
|---|---|---|
| .. | ||
| compile-test | ||
| CMakeLists.txt | ||
| format-impl-test.cc | ||
| format-test.cc | ||
| gtest-extra-test.cc | ||
| gtest-extra.cc | ||
| gtest-extra.h | ||
| macro-test.cc | ||
| mock-allocator.h | ||
| posix-test.cc | ||
| posix-test.h | ||
| printf-test.cc | ||
| test-main.cc | ||
| util-test.cc | ||
| util.cc | ||
| util.h | ||