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

CP013: Add initial proposal for this_system::discover_topology #103

Merged

Commits on Sep 28, 2019

  1. Add initial proposal for this_system::discover_topology

    * Add initial wording for system topology term of art.
    * Add initial proposal for `system_topology`
    * Add initial proposal for `this_system::discover_topology`.
    Gordon authored and Gordon committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    7057fa5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. CP013: Expand on initial design for P1795 proposal.

    * Introduce terms of art for system resource and topology discovery
    policy.
    * Introduce minimal `system_resource` class.
    * Introduce free function `traverse_topology` for traversing a
    `system_topology` according to a topology traversal policy.
    * Update the changelog.
    Gordon Brown committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    c0ccc51 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Make changes based on feedback.

    * Remove `timestamp` member function until we can decide on the
    granularity of `discover_topology`.
    * Update link to P0443 to point to latest revision.
    * Change return value of `traverse_topology` to a
    ranges::view<system_resource>`.
    Gordon Brown committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    0e2cd7f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Add further improvements based on feedback.

    * Make the return type of `traverse_topology` be to be defined and add
    note about potential options.
    * Add more detail to open questions section.
    Gordon Brown committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    01c03eb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into d1795r1-add-initial-proposal

    Gordon Brown committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    55458f4 View commit details
    Browse the repository at this point in the history