Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Distributed infrastructure and algorithms #644

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Commits on Aug 23, 2016

  1. Add distributed::context

    jszuppe committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    dbcbd16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dfca3f View commit details
    Browse the repository at this point in the history
  3. Add safe_insert() operation to wait_list

    Method safe_insert() adds event to wait_list only if
    that event is not an empty event.
    jszuppe committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    4444abc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. Add distributed::vector

    jszuppe committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    738a13c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e1b45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e01fe11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4925da6 View commit details
    Browse the repository at this point in the history
  5. Refactor distributed::context

    Changes to distributed::context ctors.
    jszuppe committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    5601601 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27cc763 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b228f6c View commit details
    Browse the repository at this point in the history
  8. Use m_data_indices to store sizes of vector part

    m_data_sizes turned out to be unnecessary since the
    information about size of every part of vector can be
    calculated from m_data_indices.
    jszuppe committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    49121be View commit details
    Browse the repository at this point in the history
  9. Remove useless clear() method

    jszuppe committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    5e78f83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e81c75 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8a6cc89 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2f9ba14 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    978e29a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a632361 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6067c3b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    43c31b3 View commit details
    Browse the repository at this point in the history