-
Notifications
You must be signed in to change notification settings - Fork 32
Implemented safer C++ DataContainer data type handling, fixes #1193 #1195
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
Closed
Closed
Changes from 6 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
4dfdcba
implemented safer C++ data type handling, fixes #1193
evgueni-ovtchinnikov 13aaccb
corrected errors reported by GHA
evgueni-ovtchinnikov f1e2fce
fixed SIRF build, some SYN/REG tests fail (segfault)
evgueni-ovtchinnikov 269d3e4
Merge branch 'data-cont-templ' of https://github.com/SyneRBI/SIRF int…
evgueni-ovtchinnikov ec91ed2
fixed synergistic tests except GadgetronImageData reorient
evgueni-ovtchinnikov e6965be
fixed GadgetronImageData reorient test
evgueni-ovtchinnikov d7fce84
fixed silly bug in cSIRF_ImageData_get_geom_info, all tests passed on VM
evgueni-ovtchinnikov dbacfba
attended to KT and Codacy suggestions
evgueni-ovtchinnikov 202208c
removed OldDataContainer from DataContainer.h
evgueni-ovtchinnikov ff37f01
removed commented-out lines from NiftiImageData.cpp
evgueni-ovtchinnikov fc43c3c
tried KT suggestion of tidyig up by typedef'ing self_type
evgueni-ovtchinnikov de02afa
[ci skip] removed commented out debug prints from NiftyResampler.cpp
evgueni-ovtchinnikov 71ed1a2
trying alternative design of MRAcquisitionData::binary_op
evgueni-ovtchinnikov ce5a895
removed casts made obsolete by the new design of binary_op
evgueni-ovtchinnikov 305a32d
moved binary algebra (except power) up to DataContainerTempl
evgueni-ovtchinnikov e15e5c1
moved up semibinary algebra (except power) to DataContainerTempl
evgueni-ovtchinnikov ba79aea
moved up method power to DataContainerTempl
evgueni-ovtchinnikov 36b6461
moved up unary functions to DataContainerTempl
evgueni-ovtchinnikov 5ac7330
commented out unused ISMRMRD::Acquisition algebra [ci skip]
evgueni-ovtchinnikov 34cf48f
removed commented-out lines [ci skip]
evgueni-ovtchinnikov 4ac685b
implemented semibinary algebra in DataContainerTempl without void poi…
evgueni-ovtchinnikov e237919
eliminated DataContainerTempl methods with void* arguments
evgueni-ovtchinnikov 47f27cf
eliminated all usage of void* in DataContainers' arguments
evgueni-ovtchinnikov 8f3431c
deleted commented-out lines [ci skip]
evgueni-ovtchinnikov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.