1. 04 Nov, 2012 11 commits
  2. 03 Nov, 2012 6 commits
  3. 02 Nov, 2012 7 commits
  4. 31 Oct, 2012 3 commits
  5. 30 Oct, 2012 3 commits
  6. 29 Oct, 2012 2 commits
  7. 28 Oct, 2012 2 commits
  8. 26 Oct, 2012 3 commits
  9. 25 Oct, 2012 3 commits
    • Dominik Charousset's avatar
      improved logging output · 582d8171
      Dominik Charousset authored
      added logging output to all run_later functors and removed logging
      output from default_actor_addressing to keep logfiles readable
      582d8171
    • Dominik Charousset's avatar
      provide new factory function make_counted · 3e04d670
      Dominik Charousset authored
      make_counted creates a new objects of type T and wraps it in an
      intrusive_ptr, just like STL's make_shared is used to create a
      shared_ptr
      3e04d670
    • Dominik Charousset's avatar
      added actor_companion_mixin, refactored weak ptr · cc13bb2d
      Dominik Charousset authored
      actor_companion_mixin is meant to give non-actor classes the possibility to send
      and receive regular cppa messages without too much glue code (implement one
      virtual member function and call set_message_handler rather than using receive
      or become);
      weak_ptr_anchor is a regular class now, get() is a template member function
      casting the pointer to the correct derived type using static_cast
      cc13bb2d