• Home
  • Raw
  • Download

Lines Matching refs:formatting

7 * Corrected buffer growth when formatting time (`#367 <https://github.com/fmtlib/fmt/issues/367>`_)
33 `date and time formatting <http://fmtlib.net/3.0.0/api.html#date-and-time-formatting>`_
44 * ``std::ostream`` support including formatting of user-defined types that provide
68 * Added support for locale-specific integer formatting with the ``n`` specifier
76 * Sign is now preserved when formatting an integer with an incorrect ``printf``
85 * Length modifiers such as ``ll`` are now optional in printf formatting
290 * ``fmt::printf`` and ``fmt::sprintf`` now support formatting of ``bool`` with the
317 * [Breaking] ``fmt::(s)printf`` now supports formatting of objects of user-defined types
386 * Made formatting of user-defined types more efficient with a custom stream buffer
391 * Further improved performance of ``fmt::Writer`` on integer formatting
477 * [Breaking] Fixed formatting of enums with numeric format specifiers in
589 formatting and writing data into a fixed-size array
602 * C++ Format now uses MSVC intrinsics for better formatting performance
642 * Improved compile-time errors when formatting wide into narrow strings
645 * Fixed ``BasicWriter::write`` without formatting arguments when C++11 support
673 * Fix formatting of types with overloaded ``operator <<`` for ``std::wostream``
705 * [Breaking] Improved separation between formatting and buffer management.
729 This doesn't affect the formatting API.
788 * All formatting methods are now implemented as variadic functions instead
811 * Simplified common case of formatting an ``std::string``. Now it requires a
868 * More efficient implementation of variadic formatting functions.