Path to this page:
./
wip/geners,
Generic Serialization for C++
Branch: CURRENT,
Version: 1.9.0,
Package name: geners-1.9.0,
Maintainer: kamelderouicheThe geners package is designed to address the problem of C++ object persistence
in situations where the most typical data access pattern is write once read man
(WORM). This access pattern is very common in scientific projects ? a data
recording device or a simulation program creates the original set of objects
which is later reused (typically, for the purposes of data analysis and
presentation of results) by other programs. Geners is, more or less, a set of
tools and conventions which allows its users to develop C++ classes that can be
converted to and from a storable stream of bytes in a well-organized and
type-safe manner. Serialization of STL containers is supported, including the
ones added in the C++11 standard. Independent versioning of each class
definition is allowed. Geners code depends only on the standard C++ facilities
and on two well-established portable data compression libraries, zlib and
bzip2
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 23151390ca74696140e5bda4ce5fad4bf3c5b452
Filesize: 491.354 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2015-08-06 02:09:22 by Kamel Ibn Aziz Derouiche | Files touched by this commit (3) |
Log message:
Version 1.9.0 - June 1 2015, by I. Volobouev
* Published the "Base" type in DefaultReaderWriter class (this can be
used by the "read_base_obj" function in binaryIO.hh).
* Inlined a number of trivial destructors.
|
2014-11-22 13:22:53 by Kamel Ibn Aziz Derouiche | Files touched by this commit (5) |
Log message:
Import geners-1.5.0 as wip/geners.
The geners package is designed to address the problem of C++ object persistence
in situations where the most typical data access pattern is write once read man
(WORM). This access pattern is very common in scientific projects ? a data
recording device or a simulation program creates the original set of objects
which is later reused (typically, for the purposes of data analysis and
presentation of results) by other programs. Geners is, more or less, a set of
tools and conventions which allows its users to develop C++ classes that can be
converted to and from a storable stream of bytes in a well-organized and
type-safe manner. Serialization of STL containers is supported, including the
ones added in the C++11 standard. Independent versioning of each class
definition is allowed. Geners code depends only on the standard C++ facilities
and on two well-established portable data compression libraries, zlib and
bzip2
|