This release includes all the development from the getsval
branch. Significant changes include:
- Code re-factoring and code consolidation. This uses C++ template mechanism for generating type-specific API calls.
- Wrappers to keep the API backward compatible.
- C++ API that does not need parameter-type information in the API function names (e.g.
clgetValp()
instead ofclgetFValp()
to get values offloat
type). - Couple of bug fixes that affect the interactive sessions.