1. 02 Aug, 2013 2 commits
  2. 31 Jul, 2013 1 commit
  3. 29 Jul, 2013 1 commit
  4. 16 Jul, 2013 1 commit
  5. 25 Jun, 2013 2 commits
  6. 24 Jun, 2013 1 commit
    • Dominik Charousset's avatar
      refactored mem mgmnt in MM · 5d3cf75b
      Dominik Charousset authored
      this patch changes the memory management in the middleman, i.e.,
      ´continuable´ no longer reference counted but provides a `dispose`
      member function; using reference counting to manage object lifetimes
      in the MM is an overkill, because it is quite simple to decide when
      an IO worker is done; this change allowed us to remove `broker_backend`,
      because `broker` can now inherit both `local_actor` and `continuable`
      without having two reference counts
      5d3cf75b
  7. 20 Jun, 2013 1 commit
  8. 18 Jun, 2013 5 commits
  9. 17 Jun, 2013 2 commits
  10. 14 Jun, 2013 15 commits
  11. 13 Jun, 2013 4 commits
  12. 12 Jun, 2013 3 commits
  13. 10 Jun, 2013 1 commit
    • Joseph Noir's avatar
      reduced overhead · 0139c39b
      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
      0139c39b
  14. 07 Jun, 2013 1 commit