Actions: InsightSoftwareConsortium/ITK
Actions
2,339 workflow runs
2,339 workflow runs
Common
operators
First interaction
#3765:
Pull request #2568
synchronize
by
hjmjohnson
std::abs
, instead of doing if (x < 0) x = -x
manually
First interaction
#3759:
Pull request #4943
synchronize
by
N-Dekker
std::abs
, instead of doing if (x < 0) x = -x
manually
First interaction
#3758:
Pull request #4943
opened
by
N-Dekker
constexpr
to variables initialized by T::Filled(x)
First interaction
#3757:
Pull request #4942
opened
by
N-Dekker
T var; var = x
with T var = x
for types from std
First interaction
#3751:
Pull request #4941
opened
by
N-Dekker
MINCImageIO
, FileOutputWindow
, QuadEdgeMesh
First interaction
#3749:
Pull request #4939
opened
by
N-Dekker
T * p; p = x
with T * p = x
, use auto *
for variables initialized by a pointer cast
First interaction
#3746:
Pull request #4937
opened
by
N-Dekker
PointSet::Clone()
do a "deep copy", instead of no copy at all
First interaction
#3741:
Pull request #4925
synchronize
by
N-Dekker