1. 16 Jul, 2013 1 commit
  2. 25 Jun, 2013 2 commits
  3. 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
  4. 20 Jun, 2013 1 commit
  5. 18 Jun, 2013 5 commits
  6. 17 Jun, 2013 2 commits
  7. 14 Jun, 2013 15 commits
  8. 13 Jun, 2013 4 commits
  9. 12 Jun, 2013 3 commits
  10. 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
  11. 07 Jun, 2013 1 commit
  12. 06 Jun, 2013 2 commits
  13. 04 Jun, 2013 1 commit
  14. 03 Jun, 2013 1 commit