Download List

Project Description

Tpl makes it easy to serialize your C data using
just a handful of API functions. The data is
stored in its native binary form for maximum
efficiency. C, Perl, and XML are supported. Data
is portable across CPU types and OSs from Unix to
Mac to Windows.

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-02-06 16:26
1.5

Tpl can now be built as a DLL under Visual Studio 2008. A couple of minor bugs were fixed.

2009-04-26 16:55
1.4

This release has several small enhancements to fixed-length array support, as well as support for nested structures and for caller-supplied buffers for dump and load.

2009-02-10 23:59
1.3

A new mode was added to peek into tpl data without unpacking. NULL strings are now supported. Support for 16-bit types was added. Support for jotting a tpl quickly without packing was added. Support for arrays of structures was added. The code now compiles cleanly with the pedantic compiler option. A PDF user guide was added.
Tags: Major feature enhancements

2007-04-27 10:08
1.2

Fixes were made for 64-bit integer/unsigned types.
Support was added for these types from the Perl
API and XML.
Tags: Minor bugfixes

2007-04-25 16:23
1.1

Support was added for serializing C structs and
for fixed or variable-length arrays. Windows
support (for MinGW) was increased. Efficiency was
increased. The user guide was revised.
Tags: Minor feature enhancements

Project Resources