1. 30 Jan, 2014 1 commit
  2. 28 Jan, 2014 1 commit
  3. 07 Jan, 2014 1 commit
  4. 17 Dec, 2013 1 commit
  5. 15 Nov, 2013 1 commit
    • Dominik Charousset's avatar
      preparations for 0.9 changes · 964c198b
      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
      964c198b
  6. 26 Oct, 2013 1 commit
  7. 16 Oct, 2013 1 commit
  8. 09 Oct, 2013 1 commit
  9. 29 Sep, 2013 1 commit
  10. 27 Sep, 2013 2 commits
  11. 13 Sep, 2013 2 commits
  12. 11 Sep, 2013 1 commit
  13. 03 Sep, 2013 2 commits
  14. 02 Sep, 2013 2 commits
  15. 28 Aug, 2013 4 commits
  16. 21 Aug, 2013 1 commit
  17. 13 Jun, 2013 2 commits
  18. 12 Jun, 2013 1 commit
  19. 10 Jun, 2013 1 commit
    • Joseph Noir's avatar
      reduced overhead · c5e6d286
      Joseph Noir authored
      added move to avoid copies, a device id can be chosen when a program
      is created (all available devices are numbered from 0), added
      device_info to store information about available devices
      c5e6d286
  20. 07 Jun, 2013 1 commit
  21. 06 Jun, 2013 1 commit
  22. 04 Jun, 2013 1 commit
  23. 27 May, 2013 3 commits
  24. 13 May, 2013 1 commit
  25. 06 May, 2013 5 commits
  26. 30 Apr, 2013 1 commit