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/python samples and debugging #1768

Merged
merged 6 commits into from
Oct 23, 2024

Conversation

KerstinKeller
Copy link
Contributor

Description

Provide again a way to debug / start the python extensions from within Visual Studio.
Currently supports only Release mode debugging.

Also generate .pyproj files for all python samples instead of maintaining them.
Greatly reduces effort to add another python sample.

@KerstinKeller KerstinKeller added the cherry-pick-to-NONE Don't cherry-pick these changes label Oct 18, 2024
lang/python/CMakeLists.txt Show resolved Hide resolved


if (CMAKE_GENERATOR MATCHES "Visual Studio")
if(HAS_HDF5)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Python HAS_HDF5 cmake variable

samples/CMakeLists.txt Outdated Show resolved Hide resolved
Copy link
Contributor

@Peguen Peguen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👓 👍

@KerstinKeller KerstinKeller merged commit e54d371 into master Oct 23, 2024
19 checks passed
@KerstinKeller KerstinKeller deleted the feature/python-samples-and-debugging branch November 13, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-to-NONE Don't cherry-pick these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants