12 Commits

Author SHA1 Message Date
Matej Sekoranja ed0e8d0782 alignData/Buffer methods 2011-09-21 22:27:53 +02:00
Marty Kraimer 619534b984 include files put into include/pv 2011-06-07 08:30:15 -04:00
Marty Kraimer efdef77461 fix bug in Convert.cpp; In misc add virtual destructor to abstract classes 2011-04-12 08:26:58 -04:00
Matej Sekoranja b0c04eea53 Status changes 2011-02-17 01:21:16 +01:00
Michael Davidsaver bb6cf7c00b avoid method resolution problem from diamond inheritance
Serializable -> SerializableArray
Serializable -> PVField
SerializableArray -> PVArray
PVField -> PVArray

Thus for PVArray the members of SerializeSerializable are reachable
by two paths.  This means that The vtable for PVArray has two seperate
entries for serialize.

Correct resolution is to use virtual inheritance to avoid the
ambiguity.
2011-02-15 11:39:38 -05:00
Matej Sekoranja 12b7a51ea7 bitSet serialization 2011-01-16 23:50:56 +01:00
Marty Kraimer 3c060afedb continuation of last commit 2010-12-08 07:10:01 -05:00
Marty Kraimer 381c6de7e9 change build so that only one library pvData gets built 2010-12-08 07:08:42 -05:00
Marty Kraimer 9db054cc54 timer and timeStamp added to misc. copyright and license info added 2010-11-23 07:30:13 -05:00
Matej Sekoranja ccb53b7bf2 serializeHelper added, not tested 2010-10-25 11:33:30 +02:00
Marty Kraimer 355ac3aa1d Fixed const mess 2010-09-29 09:24:17 -04:00
Marty Kraimer 2c6a99a6cb add directory misc and move stuff to it. 2010-09-23 14:47:47 -04:00