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

New dependency finding #683

Closed
wants to merge 21 commits into from
Closed

Commits on Sep 26, 2022

  1. Temp commit

    a-alveyblanc committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    3c01e0c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Updated kernel-level dependency finding mechanisms.

    - Changed function that generates access relations.
      (`generate_access_relations()`)
    - Changed function that generates dependency relations.
      (`generate_dependency_relations()`)
    - Added data classes that store information relevant to.
        - (`RelationInfo`, `AccessRelation(RelationInfo)`,
          `DependencyRelation(RelationInfo)`
    a-alveyblanc committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    a5ee582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a939a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    e553cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed6d03b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. New file created for dependencies, added type annotations, documentat…

    …ion, and rewrote classes storing information for relations.
    a-alveyblanc committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    a10d3db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81b26a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09899bf View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    464895f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d947d6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdb5a01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29ae7c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    0294761 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ed1cce View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    ccfca54 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    6e47dd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Replaced dependency union operation with a reduction. Can this be red…

    …uced more? Yes (coming soon).
    a-alveyblanc committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    a0fd274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2569006 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    d35f11b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a4c15 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Small changes

    a-alveyblanc committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4d4ebdb View commit details
    Browse the repository at this point in the history