c++ library for object persistence - News
posted by elainety, Fri 24 Jun 2011 06:28:46 PM UTC
1) Unimportant interface change to Exception, but still an interface change, hence the major revision.
2) Refinements to object retrieval - to try harder.
3) More syntax neatness to make g++ 4.6 happier.
The tar ball has been uploaded to the download area.
posted by elainety, Fri 15 May 2009 12:10:07 AM UTC
Fix mref::insert bug. Explicitly initialize new Object.
To check out:
bzr co http://download.savannah.gnu.org/releases/libpersist/libpersist1-0.1/
posted by elainety, Tue 28 Apr 2009 06:29:27 PM UTC
Provides for the base class Object to be a virtual base for multiple inheritances.
Provides for full reconstruction when an object is first loaded as a less than fully derived class, via overriding the static method Object::fullyReconstruct in an appropriate intermediate derived class.
posted by elainety, Tue 28 Apr 2009 02:40:28 AM UTC
The release branch has been pushed to
http://download.savannah.gnu.org/releases-noredirect/libpersist/libpersist1-0.1/
To check out:
bzr co http://download.savannah.gnu.org/releases-noredirect/libpersist/libpersist1-0.1/
The tar ball:
http://download.savannah.gnu.org/releases-noredirect/libpersist/libpersist1-0.1.tar.gz
posted by elainety, Thu 25 May 2006 11:15:25 PM UTC
Powered by Savane 3.14-f13d.
Corresponding source code