1. 25 Apr, 2018 5 commits
  2. 24 Apr, 2018 1 commit
  3. 21 Apr, 2018 1 commit
  4. 20 Apr, 2018 6 commits
  5. 19 Apr, 2018 4 commits
  6. 18 Apr, 2018 2 commits
  7. 16 Apr, 2018 4 commits
  8. 14 Apr, 2018 2 commits
  9. 13 Apr, 2018 6 commits
  10. 12 Apr, 2018 1 commit
    • Dominik Charousset's avatar
      Fix serialization of variant and sequences · 057b9aa2
      Dominik Charousset authored
      Switch from platform-dependent `size_t` to `uint32_t` when serializing
      the size of a sequence and from `size_t` to `uint8_t` when serializing
      the type index of a `variant`. Fixed sizes for the integer types are
      needed to ensure compatibility between 32-bit and 64-bit CAF nodes.
      
      Relates #677.
      057b9aa2
  11. 11 Apr, 2018 8 commits