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

Module refactor #1

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Module refactor #1

wants to merge 18 commits into from

Commits on Mar 22, 2020

  1. move math funcs into class header

    = committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    91baa3d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. this is a crusd working version that uses

    context managers to do callbacks.  Probably not better
    to just use callbacks instead:
    = committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    049853c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7601d83 View commit details
    Browse the repository at this point in the history
  3. you don't exist

    = committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    01d91b8 View commit details
    Browse the repository at this point in the history
  4. refactor works again

    = committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    2cac4f2 View commit details
    Browse the repository at this point in the history
  5. launch script uses module

    = committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    cc95f6f View commit details
    Browse the repository at this point in the history
  6. move prepass to own file

    = committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    1134882 View commit details
    Browse the repository at this point in the history
  7. better prepass aliasing

    = committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    15049fe View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Configuration menu
    Copy the full SHA
    74e6d13 View commit details
    Browse the repository at this point in the history
  2. defer a bunch of work to the prepass

    = committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    6afdfcf View commit details
    Browse the repository at this point in the history
  3. more function annotations

    = committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    dce8fed View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. fix indenting on while loops

    prefer # in variables inside func call
    = committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    4b9e100 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Configuration menu
    Copy the full SHA
    0d3a04a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f745318 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. add 'get signature'

    = committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    d07cc06 View commit details
    Browse the repository at this point in the history
  2. Dount use [NEG] for literal assignments

    = committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    f9a1902 View commit details
    Browse the repository at this point in the history
  3. prepass tests

    = committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    41acc6c View commit details
    Browse the repository at this point in the history
  4. more annotations

    = committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    658548a View commit details
    Browse the repository at this point in the history