1. 05 Feb, 2013 3 commits
  2. 04 Feb, 2013 1 commit
  3. 01 Feb, 2013 3 commits
  4. 31 Jan, 2013 4 commits
  5. 17 Jan, 2013 1 commit
    • Dominik Charousset's avatar
      auto-reply EXITED to orphaned sync requests · eb2b833a
      Dominik Charousset authored
      this patch enables libcppa's runtime system to automatically reply 'EXITED'
      messages to synchronous request messages if the receiver has already
      finished execution; this is essential to make timeout definitions
      for synchronous receive operations optional
      eb2b833a
  6. 16 Jan, 2013 3 commits
  7. 07 Jan, 2013 8 commits
  8. 06 Jan, 2013 1 commit
    • Dominik Charousset's avatar
      simplified invoke process of match_expr · 9366bd80
      Dominik Charousset authored
      this patch reduces the complexity and code size for the invoke
      process of match_expr by using a recursive `unroll_expr` function
      rather than using nested template metaprogramming facilities;
      futhermore, this patch reshapes `apply_args` to take a tuple with
      an indices list, aiming to replace the clumsy `apply_tuple` family
      in the long run
      9366bd80
  9. 21 Dec, 2012 2 commits
  10. 16 Dec, 2012 5 commits
  11. 14 Dec, 2012 5 commits
  12. 04 Dec, 2012 3 commits
  13. 29 Nov, 2012 1 commit