This release now supports both boost and std::tr1 smart pointers. The Buffer and RecordBuffer classes have been restructured, and xml support has been added to the Field/Record hierarchy. This release also contains a new record layout DTD that supports type hints. Roughly 150 unit tests have been added to the testing suite, along with other small changes and bug fixes.
2006-11-25 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
===== 0.3.0 =====
Buffer: Now inherits from Data rather than returning Data on request
Data: Removed the separate ConstData class and provided const methods for cons
t Data
Added xml representation support to fields and records
Added uint8 and int8 endian conversions to allow templates to use endian conve
rsions
without specialization
New DTD (0.2) for bit record layouts
Added roughly 150 unit tests
Added Float and Integer classes encapsulating concepts of specific bit-size an
d
endian representations of float and integer numerics
Added support for boost and std::tr1 smart pointers
Moved most enums into enums.h