There are several commits in this branch to merge into master.
Add possibility to build RVM reader as a separate shared library. Added cmake-lib/CMakeLists.txt to build shared library on Windows and Linux. Removed some warnings.
Fix incorrect treatment of the term ':=' in .att file. The patch fixes exception when a key is empty, like "Module:=".
Add possibility to read RVM and ATT from streams. It allows for example opening a ZIP archive in memory and performing reading of decoded streams. By the way memory leak through m_attributeStream has been fixed.
Support progress indication and user break in RVM reader.
Fix for scaling of groups: consider m_scale parameter in translation vector.
Fix the bug of skipping attributes for some groups when order in ATT file differs from order in RVM file.
There are several commits in this branch to merge into master.