Skip to content

Releases: mochi-hpc/mochi-thallium

Version 0.11.3

29 Sep 12:40
Compare
Choose a tag to compare
  • Fixed problem with some forward variants making copies of arguments
  • Added the possibility to wait multiple times on an async_response

Version 0.11.2

31 Aug 16:57
Compare
Choose a tag to compare
  • Bug fix in proc_object when THALLIUM_DEBUG_RPC_TYPES is defined
  • Bug fix in assignment operators of the engine class

Version 0.11.1

18 Apr 11:50
Compare
Choose a tag to compare
  • fixes bug with one of the engine constructors

Version 0.11.0

02 Mar 15:08
Compare
Choose a tag to compare
  • fixes std::vector serialization in old serialization library
  • engine::get_progress_pool added
  • various refactoring inside engine implementation
  • added version of engine::expose that allows passing a hg_bulk_attr
  • various fixes to packed_data

Version 0.10.1

11 Apr 11:44
Compare
Choose a tag to compare

Fixes various cmake installation issues related to cereal.

Version 0.10.0

29 Mar 15:42
Compare
Choose a tag to compare
  • Adds support for timer_callback
  • Adds logger class and logging functionality
  • Adds access to margo's underlying configuration, pools, and xstreams

Version 0.9.1

24 Jun 10:24
Compare
Choose a tag to compare
  • This version removes unnecessary copy constructor calls and copy assignments of C++ objects when serializing

Version 0.9

22 Jun 09:49
Compare
Choose a tag to compare
  • Added support for serialization context
  • Added corresponding example

v0.8.5

10 May 09:02
Compare
Choose a tag to compare

Version 0.8.5

  • Adds a new constructor to the engine class