Go to file
2019-06-21 08:40:57 -04:00
benchmark expand appveyor to cover cygwin 32-bit and 64-bit, mingw 32-bit 2018-01-22 12:48:59 -05:00
doc Add support for parsing Microsoft extensions of argument types 'w', 'I', 'I32', 'I64' 2017-10-24 13:13:38 -04:00
example expand appveyor to cover cygwin 32-bit and 64-bit, mingw 32-bit 2018-01-22 12:48:59 -05:00
include/boost improve code coverage, found and fixed a few bugs 2017-11-01 18:22:30 -04:00
meta fix name in meta 2018-05-17 17:31:56 +00:00
test expand appveyor to cover cygwin 32-bit and 64-bit, mingw 32-bit 2018-01-22 12:48:59 -05:00
tools Fix clang-cl build issue with format_matrix tool 2019-06-21 08:40:57 -04:00
.gitattributes initial commit 2002-05-22 11:56:47 +00:00
.travis.yml Update CI for more targets and sanity checks 2019-06-21 08:40:57 -04:00
appveyor.yml Update CI for more targets and sanity checks 2019-06-21 08:40:57 -04:00
index.html Use a local copy of the valid HTML 4.01 icon. 2009-05-16 14:23:59 +00:00
Jamfile expand appveyor to cover cygwin 32-bit and 64-bit, mingw 32-bit 2018-01-22 12:48:59 -05:00
LICENSE Add a license file to the repository 2018-04-29 09:49:15 -04:00
README.md remove ci from readme directory list 2018-06-17 15:50:25 +00:00

Format, part of the collection of Boost C++ Libraries, provides a type-safe mechanism for formatting arguments according to a printf-like format-string. User-defined types are supported by providing a std::ostream operator << implementation for them.

License

Distributed under the Boost Software License, Version 1.0.

Properties

  • C++03
  • Header-only

Build Status

Branch Travis Appveyor Coverity Scan codecov.io Deps Docs Tests
master Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix
develop Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix

Directories

Name Purpose
benchmark benchmark tool
doc documentation
examples use case examples
include headers
test unit tests
tools development tools

More information

  • Ask questions: Be sure to read the documentation first as Boost.Format, like any other string formatting library, has its own rules.
  • Report bugs: Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
  • Submit Pull Requests against the develop branch. Note that by submitting patches you agree to license your modifications under the Boost Software License, Version 1.0. Be sure to include tests proving your changes work properly.
  • Discussions about the library are held on the Boost developers mailing list. Be sure to read the discussion policy before posting and add the [format] tag at the beginning of the subject line.