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

Feature: Smart STK Field Types #1209

Merged
merged 41 commits into from
Sep 27, 2023
Merged

Commits on Sep 12, 2023

  1. Add prototype for smartptr

    psakievich committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    35f57cd View commit details
    Browse the repository at this point in the history
  2. Attempt some new things

    psakievich committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7c80c29 View commit details
    Browse the repository at this point in the history
  3. Working concept on device

    psakievich committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f1391d8 View commit details
    Browse the repository at this point in the history
  4. clean some things up

    psakievich committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    660f458 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    5464e46 View commit details
    Browse the repository at this point in the history
  2. Make unit test fixture

    psakievich committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2f19cc6 View commit details
    Browse the repository at this point in the history
  3. Generalize code a little

    psakievich committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    610da57 View commit details
    Browse the repository at this point in the history
  4. Trying a new design

    psakievich committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    256a3bd View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    739f50e View commit details
    Browse the repository at this point in the history
  2. Add more tests

    psakievich committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a4767f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcb0479 View commit details
    Browse the repository at this point in the history
  4. Rename file

    psakievich committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    af017d9 View commit details
    Browse the repository at this point in the history
  5. Add some fixes for host

    psakievich committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f5a954d View commit details
    Browse the repository at this point in the history
  6. Style

    psakievich committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6d9f5fd View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

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

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    cf82d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c6d127 View commit details
    Browse the repository at this point in the history
  3. Format

    psakievich committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d25fa68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfc6678 View commit details
    Browse the repository at this point in the history
  5. Update some comments

    psakievich committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a4ad40e View commit details
    Browse the repository at this point in the history
  6. Style

    psakievich committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e4f309b View commit details
    Browse the repository at this point in the history
  7. Passing device tests

    psakievich committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f579c4c View commit details
    Browse the repository at this point in the history
  8. Style

    psakievich committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    be477fc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    6fd30a8 View commit details
    Browse the repository at this point in the history
  2. Code comments and things

    psakievich committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    005de2d View commit details
    Browse the repository at this point in the history
  3. Tweaks

    psakievich committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    bf884f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cc7176 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    8b55e0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09b33a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. FieldManager interface

    psakievich committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a7a1c7f View commit details
    Browse the repository at this point in the history
  2. Test FieldManager iFace

    psakievich committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1a42c96 View commit details
    Browse the repository at this point in the history
  3. Style

    psakievich committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    bc3de85 View commit details
    Browse the repository at this point in the history
  4. Style

    psakievich committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    93ee934 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa1b4c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00d9173 View commit details
    Browse the repository at this point in the history
  7. Style

    psakievich committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f3080ac View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

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

Commits on Sep 25, 2023

  1. Fix unit tests

    psakievich committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c69329c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Split classes

    psakievich committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    733baba View commit details
    Browse the repository at this point in the history
  2. Test on device and format

    psakievich committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9ad8018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d68eba4 View commit details
    Browse the repository at this point in the history