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

Gui: Consolidate PythonWrapper #12088

Merged
merged 7 commits into from Feb 19, 2024
Merged

Gui: Consolidate PythonWrapper #12088

merged 7 commits into from Feb 19, 2024

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    f32ed05 View commit details
    Browse the repository at this point in the history
  2. CMake: Fix include path returned by find_pip_package

    SetupShibokenAndPyside macro checks module include path and eventually
    decides to disable respective module in case its include directory is
    missing. Make this process more straightforward by testing directory
    existence; "Location: " string is 10 not 9 characters long and leading
    whitespace makes testing for directory name fail.
    While there, rename variables to respect that find_pip_package returns
    only single include and library path.
    3x380V committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3a60313 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92d0e5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec93b2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e65a33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f8268b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16232ee View commit details
    Browse the repository at this point in the history