1. 22 Jan, 2014 4 commits
  2. 21 Jan, 2014 1 commit
  3. 20 Jan, 2014 2 commits
  4. 17 Jan, 2014 1 commit
  5. 15 Jan, 2014 1 commit
  6. 13 Jan, 2014 1 commit
  7. 10 Jan, 2014 1 commit
  8. 09 Jan, 2014 2 commits
  9. 07 Jan, 2014 1 commit
  10. 19 Dec, 2013 1 commit
  11. 17 Dec, 2013 1 commit
  12. 06 Dec, 2013 1 commit
  13. 05 Dec, 2013 2 commits
  14. 15 Nov, 2013 1 commit
    • Dominik Charousset's avatar
      preparations for 0.9 changes · 6773bedb
      Dominik Charousset authored
      this commit is the first part of a revision of libcppa that removes
      the thread-local `self` pointer, `actor_ptr`, and `channel_ptr`
      to pave the way for fully type-safe actor programming;
      this first step splits the addressing of actors into an `actor`
      handle and an `actor_addr`: only the former can be used to send
      messages, whereas the latter can only be used to monitor or identify
      actors;
      next steps will add `typed_actor<>` handles that allow the compiler
      to type-check the message passing interface;
      the revision is work in progress and this commit does not compile
      6773bedb
  15. 09 Nov, 2013 4 commits
  16. 08 Nov, 2013 1 commit
    • Dominik Charousset's avatar
      streamlined middleman layer · f493412e
      Dominik Charousset authored
      this patch removes the superfluous `protocol` class, replaces
      `actor_addressing`/`default_actor_addressing` with `actor_namespace`
      and removes the `default` suffix from IO classes
      f493412e
  17. 06 Nov, 2013 1 commit
  18. 26 Oct, 2013 1 commit
  19. 23 Oct, 2013 1 commit
  20. 16 Oct, 2013 4 commits
  21. 15 Oct, 2013 3 commits
  22. 14 Oct, 2013 5 commits