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

[FHL] Make VTApiRoutines, which does VT translation for output #11264

Merged
34 commits merged into from
Mar 30, 2022
Merged

Commits on Feb 11, 2022

  1. Make a VTApiRoutines servicer that does minimal translations instead …

    …of environmental simulation for some output methods.
    miniksa committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    eebed6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    759a919 View commit details
    Browse the repository at this point in the history
  3. cooked read in cmd works omg.

    miniksa committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    9325839 View commit details
    Browse the repository at this point in the history
  4. remove one bit of badness

    miniksa committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    3314e4a View commit details
    Browse the repository at this point in the history
  5. fix a thing where we would see the cursor on offs because it did not …

    …get completely flushed
    miniksa committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    3372462 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9277ff3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7549a04 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    9bc88d3 View commit details
    Browse the repository at this point in the history
  2. some pre-review cleanup

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    f048c7d View commit details
    Browse the repository at this point in the history
  3. have a few commas

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    8981585 View commit details
    Browse the repository at this point in the history
  4. code format!

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    338e62c View commit details
    Browse the repository at this point in the history
  5. fix some build errors

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    d23b9b0 View commit details
    Browse the repository at this point in the history
  6. more build fixes

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    4749b68 View commit details
    Browse the repository at this point in the history
  7. code format

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    1151239 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b43fa07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    08415e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea2a551 View commit details
    Browse the repository at this point in the history
  11. code format

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    dd83607 View commit details
    Browse the repository at this point in the history
  12. take a different strategy for the default api routines since so many …

    …tests are assuming it is there.
    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    5e740c8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c85b2c9 View commit details
    Browse the repository at this point in the history
  14. some PR comment odds and ends

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    3383816 View commit details
    Browse the repository at this point in the history
  15. more PR feedback shuffling.

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    7cb22a1 View commit details
    Browse the repository at this point in the history
  16. code format!

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    cd58080 View commit details
    Browse the repository at this point in the history
  17. rearrange public/private

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    379224a View commit details
    Browse the repository at this point in the history
  18. Messed up merge + a nit

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    85ae5bf View commit details
    Browse the repository at this point in the history
  19. more bad merge

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    daa154c View commit details
    Browse the repository at this point in the history
  20. ok pull this in

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    063ad97 View commit details
    Browse the repository at this point in the history
  21. code format!

    miniksa committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    7b2e216 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    f070e89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72e8ecc View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. address feedback

    miniksa committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    df4614e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

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

Commits on Mar 30, 2022

  1. Merge remote-tracking branch 'origin/main' into dev/miniksa/vtapi

    # Conflicts:
    #	src/host/lib/hostlib.vcxproj
    #	src/host/ut_lib/host.unittest.vcxproj
    DHowett committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b348b29 View commit details
    Browse the repository at this point in the history
  2. Only instantiate VtApiEtc if the feature is on

    Let the compiler do dead code elimination or whatever
    DHowett committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    61e8822 View commit details
    Browse the repository at this point in the history