-
Notifications
You must be signed in to change notification settings - Fork 229
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
New stable release v1.0.20230411 #703
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add codespell config, workflow (to check future additions), and fix some typos
This ensures the C & C++ compilers associated with the top-level project are used consistently. Note that CMAKE_CXX_COMPILER is not associated with the "openjpeg" external project because the project only specifies C as a language.
…generator This commit introduces the module "dcm2niixInitializeBuildType" It allows to consistently manage the initialization and setting of build type CMake variables. It sets the variable EXTERNAL_PROJECT_BUILD_TYPE_CMAKE_ARGS based on the CMake generator being used: * If a multi-config generator (e.g Visual Studio) is used, it sets the variable with CMAKE_CONFIGURATION_TYPES. * If a single-config generator (e.g Unix Makefiles) is used, it sets the variable with CMAKE_BUILD_TYPE. Adapted from https://github.com/Slicer/Slicer/blob/5.2/CMake/SlicerInitializeBuildType.cmake
1. set isForceStackSameSeries = 1 by default 2. make adjustments for MGH bvecs output
dcm2niix_fswrapper and libdcm2niixfs.a
…r-is-used Fix build ensuring expected compiler is used
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Featured highlights: