Age | Commit message (Expand) | Author |
---|---|---|
2007-10-31 | constified several pointer arguments for methods in the Deserializer. | Ted Kremenek |
2007-10-31 | Implemented deserialization of references. References are handled | Ted Kremenek |
2007-10-28 | Updated backpatching logic during object deserialization to perform | Ted Kremenek |
2007-10-26 | Added default implementation of SerializeTrait<> that dispatches to | Ted Kremenek |
2007-10-25 | Updated backpatching during object deserialization to support "smart" | Ted Kremenek |
2007-10-25 | Added special treatment of serializing NULL pointers. | Ted Kremenek |
2007-10-25 | Implemented prototype serialization of pointers, including support | Ted Kremenek |
2007-10-24 | Split Serialization.h into separate headers: Serialize.h and | Ted Kremenek |