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

[wip] Add options to disable signal handling in Player and Recorder Python API #1685

Open
wants to merge 7 commits into
base: rolling
Choose a base branch
from

Commits on Aug 17, 2024

  1. Add options to disable signal handling in Player and Recorder Python API

    - Also added test coverage for signals handling in Python API
    
    Signed-off-by: Michael Orlov <[email protected]>
    MichaelOrlov committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    8b43291 View commit details
    Browse the repository at this point in the history
  2. Address old uncrustify style warnings

    Signed-off-by: Michael Orlov <[email protected]>
    MichaelOrlov committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    b43820e View commit details
    Browse the repository at this point in the history
  3. Move common signal handling functionality to a separate class

    - Add DeferredSignalHandler class
    - Note: Windows support will be added in a follow-up PR
    
    Signed-off-by: Michael Orlov <[email protected]>
    MichaelOrlov committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    f626764 View commit details
    Browse the repository at this point in the history
  4. Fixup for uncrustify

    Signed-off-by: Michael Orlov <[email protected]>
    MichaelOrlov committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    299ed19 View commit details
    Browse the repository at this point in the history
  5. Regenerate Python stub files (.pyi)

    Signed-off-by: Michael Orlov <[email protected]>
    MichaelOrlov committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    6d94fda View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Address Windows build failure

    - Add missing macros to work with signal set
    
    Signed-off-by: Michael Orlov <[email protected]>
    MichaelOrlov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    01d5d65 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Disable tests that check signal handling on Windows

    - Rationale: The signal handling on Windows hasn't been implemented yet.
    
    Signed-off-by: Michael Orlov <[email protected]>
    MichaelOrlov committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    12bdf3d View commit details
    Browse the repository at this point in the history