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

Fix mutex in PAL Events for virtual nanoCLR #2957

Merged
merged 32 commits into from
Jun 12, 2024
Merged

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    25cac19 View commit details
    Browse the repository at this point in the history
  2. Remove StartArgs from CLR_SETTINGS struct

    - Also remove unused code from nanoclr CLRStartup.
    - CLR_SETTINGS params is now passed as pointer to Initialize().
    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e354851 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecc0b93 View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b22b87d View commit details
    Browse the repository at this point in the history
  5. Fix filter

    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6633aa4 View commit details
    Browse the repository at this point in the history
  6. Experimenting code changes

    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7dab551 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3302055 View commit details
    Browse the repository at this point in the history
  8. Add docker file for Windows Server 2022

    - Adjust readme.
    - Add github action to build container.
    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2d9c423 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e28c526 View commit details
    Browse the repository at this point in the history
  10. Fix docker stuff

    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    95a76e1 View commit details
    Browse the repository at this point in the history
  11. Testing more startup code

    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f3f77cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ef475f4 View commit details
    Browse the repository at this point in the history
  13. More startup code tests

    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    626fc44 View commit details
    Browse the repository at this point in the history
  14. More code tests

    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    70ab0c9 View commit details
    Browse the repository at this point in the history
  15. More code tests

    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7c929f5 View commit details
    Browse the repository at this point in the history
  16. More code test

    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9cdeb7f View commit details
    Browse the repository at this point in the history
  17. More code testing

    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2051da8 View commit details
    Browse the repository at this point in the history
  18. More code testing

    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e09dd29 View commit details
    Browse the repository at this point in the history
  19. Fix filter in copy filters

    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c3e145a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dbb37a4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4660223 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0ad8ea7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7491aad View commit details
    Browse the repository at this point in the history
  24. Remove outdated comment

    josesimoes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1c99e9d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Add back comment yaml

    josesimoes committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    35162a9 View commit details
    Browse the repository at this point in the history
  2. Testing with events code

    josesimoes committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a356578 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1e08f0 View commit details
    Browse the repository at this point in the history
  4. Uncomment yaml

    josesimoes committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f3dce56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df833b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4c5202 View commit details
    Browse the repository at this point in the history
  7. Remove outdated comment

    josesimoes committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b3a5f3a View commit details
    Browse the repository at this point in the history
  8. Fix AZDO job

    josesimoes committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0498f53 View commit details
    Browse the repository at this point in the history