1. 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
  2. 26 Oct, 2013 1 commit
  3. 16 Oct, 2013 1 commit
  4. 09 Oct, 2013 1 commit
  5. 29 Sep, 2013 1 commit
  6. 27 Sep, 2013 2 commits
  7. 13 Sep, 2013 2 commits
  8. 11 Sep, 2013 1 commit
  9. 03 Sep, 2013 2 commits
  10. 02 Sep, 2013 2 commits
  11. 28 Aug, 2013 4 commits
  12. 21 Aug, 2013 1 commit
  13. 13 Jun, 2013 2 commits
  14. 12 Jun, 2013 1 commit
  15. 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
  16. 07 Jun, 2013 1 commit
  17. 06 Jun, 2013 1 commit
  18. 04 Jun, 2013 1 commit
  19. 27 May, 2013 3 commits
  20. 13 May, 2013 1 commit
  21. 06 May, 2013 5 commits
  22. 30 Apr, 2013 1 commit
  23. 29 Apr, 2013 2 commits
    • Dominik Charousset's avatar
      priority-aware actors · 8ecfc7db
      Dominik Charousset authored
      this patch adds a new spawn option for priority-aware actors
      and refactors libcppa's message passing; this version has a known
      issue with network distributed group messaging
      8ecfc7db
    • Joseph Noir's avatar
      fixed way to find available platforms · a86e5945
      Joseph Noir authored
      Since OpenCL provides a way to find the number of available platforms,
      the command dispatcher now uses it.
      a86e5945
  24. 19 Apr, 2013 2 commits