Skip to content

Second release v1.1.1

Latest
Compare
Choose a tag to compare
@sanbee sanbee released this 13 Dec 21:08
5602364

This release includes all the development from the getsval branch. Significant changes include:

  1. Code re-factoring and code consolidation. This uses C++ template mechanism for generating type-specific API calls.
  2. Wrappers to keep the API backward compatible.
  3. C++ API that does not need parameter-type information in the API function names (e.g. clgetValp() instead of clgetFValp() to get values of float type).
  4. Couple of bug fixes that affect the interactive sessions.