Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed ReadVal from SerializeTrait<T>, and also removed it from | Ted Kremenek | 2007-11-01 | 1 | -3/+1 |
* | Fixed bug where default SerializeTrait<>::Materialize would not return the ma... | Ted Kremenek | 2007-10-26 | 1 | -1/+1 |
* | Added default implementation of SerializeTrait<> that dispatches to | Ted Kremenek | 2007-10-26 | 1 | -0/+22 |
* | Created header file to include minimal forward references needed for | Ted Kremenek | 2007-10-25 | 1 | -6/+4 |
* | Implemented prototype serialization of pointers, including support | Ted Kremenek | 2007-10-25 | 1 | -2/+2 |
* | Split Serialization.h into separate headers: Serialize.h and | Ted Kremenek | 2007-10-24 | 1 | -103/+15 |
* | Silenced a VC++ warning. | Hartmut Kaiser | 2007-10-24 | 1 | -1/+1 |
* | Added "ReadEnum" and "WriteEnum" to serialization classes. | Ted Kremenek | 2007-10-23 | 1 | -3/+16 |
* | Added preliminary implementation of generic object serialization to bitcode. | Ted Kremenek | 2007-10-23 | 1 | -0/+115 |