Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 748 Bytes

CHANGELOG.md

File metadata and controls

23 lines (12 loc) · 748 Bytes

0.1.0

Initial release. Almost all parts of the library are usable, but is not recommended for production at this stage. The following tasks must be completed before the library gets ready for production.

  • Every file must include all the headers that it uses. It means that it must be self contained.

  • Reorganize the filesystem structure

  • Reorganize the namespaces

  • TimeSpanT is broken. Must be implemented correctly

  • OctetStringT is broken. Must be implemented correctly

  • Implement unpackFromVector() for TimeSpanT, TimeT, StringT, OctetStringT

  • Implement packToVector() for all IODD types

  • Implement RecordT

  • Implement subindex_access for ArrayT and RecordT

  • Stabilize the API