/[svn]
ViewVC logotype

Revision 3775


Jump to revision: Previous Next
Author: schoenebeck
Date: Tue May 19 15:23:11 2020 UTC (3 years, 10 months ago)
Changed paths: 4
Log Message:
Serialization.cpp/.h: Added built-in support for C++ Array<> objects

* Introduced out of the box support for serialising / deserialising
  variables of C++ Array<> data types (a.k.a. std::vector from the STL).

* Member offsets are now signed and for (newly added support of) member
  variables on the heap -1 is always used as offset instead.

* Bumped version (4.2.0.svn13).


Changed paths

Path Details
Directorylibgig/trunk/ChangeLog modified , text changed
Directorylibgig/trunk/configure.ac modified , text changed
Directorylibgig/trunk/src/Serialization.cpp modified , text changed
Directorylibgig/trunk/src/Serialization.h modified , text changed

  ViewVC Help
Powered by ViewVC