1. 11 May, 2018 1 commit
  2. 10 May, 2018 1 commit
  3. 30 Apr, 2018 1 commit
  4. 29 Apr, 2018 2 commits
  5. 27 Apr, 2018 4 commits
  6. 25 Apr, 2018 2 commits
  7. 24 Apr, 2018 1 commit
  8. 21 Apr, 2018 1 commit
  9. 20 Apr, 2018 6 commits
  10. 19 Apr, 2018 4 commits
  11. 18 Apr, 2018 2 commits
  12. 16 Apr, 2018 4 commits
  13. 14 Apr, 2018 2 commits
  14. 13 Apr, 2018 6 commits
  15. 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
  16. 11 Apr, 2018 2 commits