Download List

Project Description

FastFormat is a C/C++ output and formatting library whose design parameters are complete type-safety, efficiency, genericity, and extensibility. It is simple to use and extend, highly portable (to any platform or compiler), and it upholds the C tradition of you only pay for what you use. FastFormat supports output and formatting of statements of arbitrary complexity, consisting of heterogeneous types. FastFormat writes to output "sinks", which can be of arbitrary type.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-06-23 22:11
0.6.1 alpha 1

This release includes optimizations in the processing of (default-formatted) integers and helper function templates, leading to performance increases of between 10 and 100% percent. It also begins minor restructuring of the projects, ready for new components and functional changes in the 0.6 release stream. It bundles shwild 0.19.9 and xTests 0.15.2, and requires STLSoft 1.9.99.
Tags: performance

2010-06-22 02:40
0.5.9

This release adds a no-nag build facility, allowing for the suppression of various (non-error, non-warning) compiler message nags.
Tags: Minor feature enhancements

2010-06-07 11:22
0.5.8

This version correctly truncates a field when the replacement parameter specifies a maximum width of 0. It also contains corrections to the FAQ.
Tags: Minor bugfixes, Feature Enhancements

2010-04-16 20:04
0.5.7

format_iterator is now compatible with VC++ 10. This version depends on STLSoft 1.9.97.
Tags: Minor Bug fixes and enhancements

2010-04-13 17:12
0.5.6

This release ensures full support for '#' as a fill character (in addition to ' ') and ensures that all (format specification defect) exceptions are correctly propagated to the caller. It detects (and rejects) negative width elements, and extra format specifier elements. It bundles shwild 0.9.19 and xTests 0.15.1, and depends on STLSoft 1.9.97.
Tags: Minor Bug fixes and enhancements

Project Resources