Skip to content

64bit rich smart id support backport to master

Backports some of the changes in the RichTTFUStudies branch to master. SmartID stays 32bit, but lays the ground for an easier migration later on if required.

In particular adds a RichSmartID32 class (in master just an alias to RichSmartID) which allows some of the 32 -> 64 conversion work around to be trivially applied to master. Useful in keeping master and RichTTFUStudies as close as possible.

Merge request reports