Skip to content

libpressio version 0.52.2

Compare
Choose a tag to compare
@robertu94 robertu94 released this 20 Jan 14:20
· 156 commits to master since this release

libpressio version 0.52.2

Bug Fixes

  • SWIG does not handle templates using uint64_t other similar types
    well. It automatically converts them to some standard type with
    matching size prior to template instantiation.
    For example, uint64_t -> unsigned long long. In order for type maps
    to apply correctly, we also need to use these types. Added a test
    case because I don't trust this to not break something on another
    platform.
  • Use doxygen doc string generation for pressio python module