Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 773 Bytes

File metadata and controls

27 lines (18 loc) · 773 Bytes

version 0.2.1

  • updated unordered_dense header
  • Fixed a few bugs, thanks to Clang

version 0.2.1

  • updated unordered_dense header
  • added an iterator interface (supporting for(auto i : ...) loops) for iterating over all of the object instances in the data container and all of the relationships linked via a many link to an object instance.

version 0.2.0

  • added query interface
  • changed the vector_pool property interface to work through a proxy object
  • improved gcc compatibility of the ve library
  • migrated to a more conventional way of reporting errors

version 0.1.1

  • added optional links
  • added multiple links
  • added color tutorial
  • various bug fixes

version 0.1

  • First released version