1. 10 Mar, 2014 2 commits
  2. 06 Mar, 2014 2 commits
  3. 05 Mar, 2014 1 commit
    • Alan Campbell's avatar
      This allows libcppa to compile and run on windows using g++ and MingW. · 5727f72b
      Alan Campbell authored
      The examples and tests run. Remaining problems:
      1. middleman_event_handler::update runs into "cannot erase " << ptr << " (no such element)" on disconnect of a remote actor.
      2. chat example client crashes in windows on connect
      backtrace just prints addresses.
      added execinfo_windows.h for missing execinfo.h in mingw
      uuid from disk partition now implemented.
      5727f72b
  4. 03 Mar, 2014 1 commit
  5. 25 Feb, 2014 1 commit
  6. 24 Feb, 2014 2 commits
  7. 20 Feb, 2014 4 commits
  8. 18 Feb, 2014 4 commits
  9. 17 Feb, 2014 1 commit
  10. 10 Feb, 2014 1 commit
  11. 05 Feb, 2014 2 commits
  12. 03 Feb, 2014 2 commits
  13. 02 Feb, 2014 1 commit
  14. 31 Jan, 2014 3 commits
  15. 30 Jan, 2014 4 commits
  16. 29 Jan, 2014 2 commits
  17. 28 Jan, 2014 6 commits
  18. 24 Jan, 2014 1 commit
    • Dominik Charousset's avatar
      re-renamed untyped_actor -> event_based_actor · 51494159
      Dominik Charousset authored
      with this patch, untyped_actor is called event_based_actor once more
      and blocking_untyped_actor has been renamed to blocking_actor;
      reason to this is, that untyped_actor is too general, as there
      are several other classes that are indeed untyped actors but do not
      inherit from event_based_actor (e.g. io::broker, actor_proxy)
      51494159