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.

2009-04-21 01:57
0.3.2

This release takes the project out of beta, and includes full project and workspace files for all supported versions of VIsual C++. It also adds an example for the OutputDebugString sink, and adds all example programs to the generated documentation. It bundles xTests 0.11.4, and depends on STLSoft 1.9.77.
Tags: Final

2009-04-21 01:56
0.3.2 beta 4

This release further adjusts test and example programs for compatibility with GCC.
Tags: Bugfixes

2009-04-16 19:46
0.3.2 beta 3

This release ensures GCC compatibility for all example programs and corrects the omission of the bundle properties file of previous versions. It bundles xTests 0.11.3 and requires STLSoft 1.9.77.
Tags: Bug Fix

2009-04-16 02:37
0.3.2 beta 2

This release includes adjustments to the fastformat::real inserter component test for wider compiler compatibility, and fixes the component test segfault, seen on some Linux systems, by incorporating the latest (fixed) version of xTests. It bundles xTests 0.11.3, and depends on STLSoft 1.9.77
Tags: Bug Fix

2009-03-09 17:13
0.3.1 beta 5

This release includes corrections to address a type-warning in new fastformat::real() inserter functions, ambiguities in the shim_string sink in 64-bit builds, and an inappropriate directory for real component test object files. It bundles xTests 0.11.2, which also addresses a fault (in the testing library) during one of the tests for the recently added fastformat::real() inserter functions. This release requires STLSoft 1.9.77.
Tags: Minor bugfixes

Project Resources