Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Hierarchical design and many-to-many connections #81

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Jul 17, 2022

  1. Introducing a new implementation hierarchy

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    1888a91 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Implementing ports and connections

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    715c6bd View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Working on graph editor

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    654cdf8 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Reworking generic parameter some more

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    a431a95 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Finished library changes -- need to update example

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    2373b42 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Beginning to migrate example

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    9640318 View commit details
    Browse the repository at this point in the history
  2. Finished compiling, need to fix ui spacing bugs

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    c6e9019 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Fix disconnection cleanup logic

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    f4e989b View commit details
    Browse the repository at this point in the history
  2. Make hook ordering consistent across connect/disconnect

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    62d9bac View commit details
    Browse the repository at this point in the history
  3. Cleanup warnings

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    a23c944 View commit details
    Browse the repository at this point in the history
  4. Arithmetic example working

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    6ff39fc View commit details
    Browse the repository at this point in the history
  5. Fix identification of circular dependencies

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    af37348 View commit details
    Browse the repository at this point in the history
  6. Aesthetic cleanups

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    2db6729 View commit details
    Browse the repository at this point in the history
  7. VectorTimesScalar takes only one vector

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    a826523 View commit details
    Browse the repository at this point in the history
  8. Merge with main

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    292c980 View commit details
    Browse the repository at this point in the history
  9. Improve spacing inside node

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    4a0f6f5 View commit details
    Browse the repository at this point in the history