- updated unordered_dense header
- Fixed a few bugs, thanks to Clang
- 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 amanylink to an object instance.
- added query interface
- changed the
vector_poolproperty interface to work through a proxy object - improved gcc compatibility of the ve library
- migrated to a more conventional way of reporting errors
- added
optionallinks - added
multiplelinks - added color tutorial
- various bug fixes
- First released version