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

CMake changes for Visualiser #219

Merged
merged 14 commits into from
Apr 22, 2020
Merged

CMake changes for Visualiser #219

merged 14 commits into from
Apr 22, 2020

Commits on Apr 8, 2020

  1. Initial changes to pull in visualisation.

    VISUALISATION_ROOT cmake var to skip pulling in vis repo
    Initial vis config (model path/scale, window size/title)
    Remove primage visualiser support from circles model
    Robadob committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    23af5f7 View commit details
    Browse the repository at this point in the history
  2. Fixes #224

    Robadob committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    caeb660 View commit details
    Browse the repository at this point in the history
  3. Ensure visualiser is ready to accept data (linux bugfix)

    Possibly room for other improvements to thread safety
    ptheywood committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    bd8ef16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df102ab View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Adds env scale configuration.

    Robadob committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    4ec10c8 View commit details
    Browse the repository at this point in the history
  2. Adds step counter

    Robadob committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    99e02e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    4fd48cc View commit details
    Browse the repository at this point in the history
  2. Adds static model support.

    Might want tweaking, currently returns an object containing a reference to something inside a list.
    
    If the list resizes, no guarntee reference won't be invalidated.
    Robadob committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    7ed4666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d023868 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    741e528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebd77c9 View commit details
    Browse the repository at this point in the history
  3. Lint Fix

    Robadob committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    ee8d65f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Add missing header on linux

    ptheywood committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    c0565ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2168e62 View commit details
    Browse the repository at this point in the history