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 itkPipeline help stream parsing crash and native msvc static debug build #1172

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jadh4v
Copy link
Collaborator

@jadh4v jadh4v commented Jul 4, 2024

fix(itkPipeline): parameters parsing crash when no space in line

Fix a bug where a call to --help and printing of parameters for
a cli app would crash if a description or parameter line
did not contain any space.

build(msvc): add cmake flag to enable msvc static runtime debug library

ITK-Wasm prefers static build. For native build on windows (msvc),
it is necessary to enable/specify the use of static runtime debug
library indicated by the /MTd compiler flag.
Add a CMAKE flag (default: ON) to enable/disable this compiler
flag when msvc is being used for building.

Fix a bug where a call to --help and printing of parameters for
a cli app would crash if a description or parameter line
did not contain any space.
ITK-Wasm prefers static build. For native build on windows (msvc),
it is necessary to enable/specify the use of static runtime debug
library indicated by the /MTd compiler flag.
Add a CMAKE flag (default: ON) to enable/disable this compiler
flag when msvc is being used for building.
@jadh4v jadh4v requested a review from thewtex July 4, 2024 15:10
@jadh4v
Copy link
Collaborator Author

jadh4v commented Jul 4, 2024

@thewtex Does the CI pipeline test native building on windows? I want to test this build from scratch on windows. I will just trigger one locally to test anyway. We can merge when it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant